Uses of Class
com.bluebell.greenhouse.planter.resolvers.request.ref.OwnedWatchlistItemRef
Packages that use OwnedWatchlistItemRef
Package
Description
Contains owned reference types carried by API request contexts.
Contains request resolvers for watchlist-domain entities.
Contains the service-layer for
Watchlist.-
Uses of OwnedWatchlistItemRef in com.bluebell.greenhouse.planter.resolvers.request.ref
Methods in com.bluebell.greenhouse.planter.resolvers.request.ref that return OwnedWatchlistItemRefModifier and TypeMethodDescriptionstatic OwnedWatchlistItemRefOwnedWatchlistItemRef.of(AuthenticatedUserRef userRef, String watchlistItemUid) Creates the reference. -
Uses of OwnedWatchlistItemRef in com.bluebell.greenhouse.planter.resolvers.request.watchlist
Methods in com.bluebell.greenhouse.planter.resolvers.request.watchlist that return OwnedWatchlistItemRefModifier and TypeMethodDescriptionWatchlistItemRequestContext.watchlistItemRef()Returns the value of thewatchlistItemRefrecord component.Constructors in com.bluebell.greenhouse.planter.resolvers.request.watchlist with parameters of type OwnedWatchlistItemRefModifierConstructorDescriptionWatchlistItemRequestContext(AuthenticatedUserRef userRef, OwnedWatchlistItemRef watchlistItemRef) Creates an instance of aWatchlistItemRequestContextrecord class. -
Uses of OwnedWatchlistItemRef in com.bluebell.greenhouse.radicle.services.watchlist
Methods in com.bluebell.greenhouse.radicle.services.watchlist with parameters of type OwnedWatchlistItemRefModifier and TypeMethodDescriptionWatchlistItemService.resolveOwned(OwnedWatchlistItemRef ref) Resolves the watchlist item a reference identifies.