Uses of Record Class
com.bluebell.greenhouse.platform.models.api.dto.account.AccountLedgerReportDTO
Packages that use AccountLedgerReportDTO
Package
Description
Contains controllers for handling
Accounts.Contains the account orchestrators.
Contains the service layer for
Accounts.-
Uses of AccountLedgerReportDTO in com.bluebell.greenhouse.planter.controllers.account
Methods in com.bluebell.greenhouse.planter.controllers.account that return types with arguments of type AccountLedgerReportDTOModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<AccountLedgerReportDTO> AccountLedgerApiController.getAccountLedgerForInterval(AccountRequestContext context, AccountLedgerSearchRequest searchRequest) Returns searchable account-ledger activity for an interval. -
Uses of AccountLedgerReportDTO in com.bluebell.greenhouse.planter.orchestrators.account
Methods in com.bluebell.greenhouse.planter.orchestrators.account that return AccountLedgerReportDTOModifier and TypeMethodDescriptionAccountLedgerOrchestrator.getAccountLedgerForInterval(AccountRequestContext context, AccountLedgerSearchRequest searchRequest) Obtains searchable account-ledger activity for an interval. -
Uses of AccountLedgerReportDTO in com.bluebell.greenhouse.radicle.services.account
Methods in com.bluebell.greenhouse.radicle.services.account that return AccountLedgerReportDTOModifier and TypeMethodDescriptionAccountLedgerReportService.getAccountLedgerReport(AccountLedgerFilter filter, org.springframework.data.domain.Sort sort) Builds an account-ledger report.