Uses of Record Class
com.bluebell.greenhouse.platform.models.api.dto.account.AccountLedgerSummaryDTO
Packages that use AccountLedgerSummaryDTO
Package
Description
Contains classes that implement DTO representations of
Account-related entities.-
Uses of AccountLedgerSummaryDTO in com.bluebell.greenhouse.platform.models.api.dto.account
Methods in com.bluebell.greenhouse.platform.models.api.dto.account that return AccountLedgerSummaryDTOModifier and TypeMethodDescriptionAccountLedgerReportDTO.summary()Returns the value of thesummaryrecord component.Constructors in com.bluebell.greenhouse.platform.models.api.dto.account with parameters of type AccountLedgerSummaryDTOModifierConstructorDescriptionAccountLedgerReportDTO(AccountLedgerAggregation aggregation, List<AccountLedgerPointDTO> points, AccountLedgerSummaryDTO summary) Creates an instance of aAccountLedgerReportDTOrecord class.