Uses of Class
com.bluebell.greenhouse.platform.models.api.dto.account.AccountLedgerSearchRequest
Packages that use AccountLedgerSearchRequest
Package
Description
Contains controllers for handling
Accounts.Contains the account orchestrators.
Contains account-specific API filter resolvers.
-
Uses of AccountLedgerSearchRequest in com.bluebell.greenhouse.planter.controllers.account
Methods in com.bluebell.greenhouse.planter.controllers.account with parameters of type AccountLedgerSearchRequestModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<AccountLedgerReportDTO> AccountLedgerApiController.getAccountLedgerForInterval(AccountRequestContext context, AccountLedgerSearchRequest searchRequest) Returns searchable account-ledger activity for an interval. -
Uses of AccountLedgerSearchRequest in com.bluebell.greenhouse.planter.orchestrators.account
Methods in com.bluebell.greenhouse.planter.orchestrators.account with parameters of type AccountLedgerSearchRequestModifier and TypeMethodDescriptionAccountLedgerOrchestrator.getAccountLedgerForInterval(AccountRequestContext context, AccountLedgerSearchRequest searchRequest) Obtains searchable account-ledger activity for an interval. -
Uses of AccountLedgerSearchRequest in com.bluebell.greenhouse.planter.resolvers.account
Methods in com.bluebell.greenhouse.planter.resolvers.account with parameters of type AccountLedgerSearchRequestModifier and TypeMethodDescriptionAccountLedgerFilterResolver.resolve(Account account, AccountLedgerSearchRequest searchRequest) Resolves a search request into a typed filter and stable sort.