Uses of Record Class
com.bluebell.greenhouse.platform.models.api.dto.watchlist.UpdateWatchlistItemDTO
Packages that use UpdateWatchlistItemDTO
Package
Description
Contains API controllers for the
Watchlist entity.Contains the watchlist orchestrators.
-
Uses of UpdateWatchlistItemDTO in com.bluebell.greenhouse.planter.controllers.watchlist
Methods in com.bluebell.greenhouse.planter.controllers.watchlist with parameters of type UpdateWatchlistItemDTOModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<WatchlistItemDTO> WatchlistItemApiController.putUpdateWatchlistItem(@Valid UpdateWatchlistItemDTO data, WatchlistItemRequestContext context) Updates an existingWatchlistItem. -
Uses of UpdateWatchlistItemDTO in com.bluebell.greenhouse.planter.orchestrators.watchlist
Methods in com.bluebell.greenhouse.planter.orchestrators.watchlist with parameters of type UpdateWatchlistItemDTOModifier and TypeMethodDescriptionWatchlistItemOrchestrator.updateWatchlistItem(UpdateWatchlistItemDTO data, WatchlistItemRequestContext context) Updates an ownedWatchlistItem.