Uses of Class
com.bluebell.greenhouse.planter.resolvers.request.ref.OwnedPortfolioRef
Packages that use OwnedPortfolioRef
Package
Description
Contains account request contexts and resolvers.
Contains portfolio request contexts and resolvers.
Contains owned reference types carried by API request contexts.
Contains the service layer for
Portfolios.-
Uses of OwnedPortfolioRef in com.bluebell.greenhouse.planter.resolvers.request.account
Methods in com.bluebell.greenhouse.planter.resolvers.request.account that return OwnedPortfolioRefModifier and TypeMethodDescriptionAccountPortfolioRequestContext.portfolioRef()Returns the reference identifying the resolved portfolio. -
Uses of OwnedPortfolioRef in com.bluebell.greenhouse.planter.resolvers.request.portfolio
Methods in com.bluebell.greenhouse.planter.resolvers.request.portfolio that return OwnedPortfolioRefModifier and TypeMethodDescriptionPortfolioRequestContext.portfolioRef()Returns the value of theportfolioRefrecord component.Constructors in com.bluebell.greenhouse.planter.resolvers.request.portfolio with parameters of type OwnedPortfolioRefModifierConstructorDescriptionPortfolioRequestContext(AuthenticatedUserRef userRef, OwnedPortfolioRef portfolioRef) Creates an instance of aPortfolioRequestContextrecord class. -
Uses of OwnedPortfolioRef in com.bluebell.greenhouse.planter.resolvers.request.ref
Methods in com.bluebell.greenhouse.planter.resolvers.request.ref that return OwnedPortfolioRefModifier and TypeMethodDescriptionstatic OwnedPortfolioRefOwnedPortfolioRef.of(AuthenticatedUserRef userRef, long portfolioNumber) Creates the reference. -
Uses of OwnedPortfolioRef in com.bluebell.greenhouse.radicle.services.portfolio
Methods in com.bluebell.greenhouse.radicle.services.portfolio with parameters of type OwnedPortfolioRefModifier and TypeMethodDescriptionbooleanPortfolioService.deletePortfolio(OwnedPortfolioRef ref) Deletes the portfolio a reference identifies.PortfolioService.resolveOwned(OwnedPortfolioRef ref) Resolves the portfolio a reference identifies.PortfolioService.updatePortfolio(OwnedPortfolioRef ref, CreateUpdatePortfolioDTO data, User user) Updates the portfolio a reference identifies.