Uses of Class
com.bluebell.greenhouse.planter.resolvers.request.ref.OwnedWatchlistRef
Packages that use OwnedWatchlistRef
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 OwnedWatchlistRef in com.bluebell.greenhouse.planter.resolvers.request.ref
Methods in com.bluebell.greenhouse.planter.resolvers.request.ref that return OwnedWatchlistRefModifier and TypeMethodDescriptionstatic OwnedWatchlistRefOwnedWatchlistRef.of(AuthenticatedUserRef userRef, String watchlistUid) Creates the reference. -
Uses of OwnedWatchlistRef in com.bluebell.greenhouse.planter.resolvers.request.watchlist
Methods in com.bluebell.greenhouse.planter.resolvers.request.watchlist that return OwnedWatchlistRefModifier and TypeMethodDescriptionWatchlistRequestContext.watchlistRef()Returns the value of thewatchlistRefrecord component.Constructors in com.bluebell.greenhouse.planter.resolvers.request.watchlist with parameters of type OwnedWatchlistRefModifierConstructorDescriptionWatchlistRequestContext(AuthenticatedUserRef userRef, OwnedWatchlistRef watchlistRef) Creates an instance of aWatchlistRequestContextrecord class. -
Uses of OwnedWatchlistRef in com.bluebell.greenhouse.radicle.services.watchlist
Methods in com.bluebell.greenhouse.radicle.services.watchlist with parameters of type OwnedWatchlistRefModifier and TypeMethodDescriptionWatchlistService.resolveOwned(OwnedWatchlistRef ref) Resolves the watchlist a reference identifies.