Uses of Enum Class
com.bluebell.greenhouse.platform.enums.account.AccountLedgerAggregation
Packages that use AccountLedgerAggregation
Package
Description
Contains core enums used for
Accounts.Contains classes that implement DTO representations of
Account-related entities.Contains records used with
Accounts.-
Uses of AccountLedgerAggregation in com.bluebell.greenhouse.platform.enums.account
Subclasses with type arguments of type AccountLedgerAggregation in com.bluebell.greenhouse.platform.enums.accountModifier and TypeClassDescriptionenumAggregation intervals supported by account-ledger reports.Classes in com.bluebell.greenhouse.platform.enums.account that implement interfaces with type arguments of type AccountLedgerAggregationModifier and TypeClassDescriptionenumAggregation intervals supported by account-ledger reports.Methods in com.bluebell.greenhouse.platform.enums.account that return AccountLedgerAggregationModifier and TypeMethodDescriptionstatic AccountLedgerAggregationReturns the enum constant of this class with the specified name.static AccountLedgerAggregation[]AccountLedgerAggregation.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of AccountLedgerAggregation in com.bluebell.greenhouse.platform.models.api.dto.account
Methods in com.bluebell.greenhouse.platform.models.api.dto.account that return AccountLedgerAggregationModifier and TypeMethodDescriptionAccountLedgerReportDTO.aggregation()Returns the value of theaggregationrecord component.Constructors in com.bluebell.greenhouse.platform.models.api.dto.account with parameters of type AccountLedgerAggregationModifierConstructorDescriptionAccountLedgerReportDTO(AccountLedgerAggregation aggregation, List<AccountLedgerPointDTO> points, AccountLedgerSummaryDTO summary) Creates an instance of aAccountLedgerReportDTOrecord class. -
Uses of AccountLedgerAggregation in com.bluebell.greenhouse.platform.models.core.nonentities.records.account
Methods in com.bluebell.greenhouse.platform.models.core.nonentities.records.account that return AccountLedgerAggregationModifier and TypeMethodDescriptionAccountLedgerFilter.aggregation()Returns the value of theaggregationrecord component.Constructors in com.bluebell.greenhouse.platform.models.core.nonentities.records.account with parameters of type AccountLedgerAggregationModifierConstructorDescriptionAccountLedgerFilter(Account account, LocalDateTime start, LocalDateTime end, AccountLedgerEntryType activityType, AccountLedgerAggregation aggregation, ZoneId zoneId) Creates an instance of aAccountLedgerFilterrecord class.