Uses of Enum Class
com.bluebell.greenhouse.platform.enums.account.BalancePerformanceMetric
Packages that use BalancePerformanceMetric
Package
Description
Contains account cache key helpers.
Contains core enums used for
Accounts.Contains classes that implement DTO representations of
Account-related entities.Contains the service layer for
Accounts.-
Uses of BalancePerformanceMetric in com.bluebell.greenhouse.platform.configuration.cache.account
Methods in com.bluebell.greenhouse.platform.configuration.cache.account with parameters of type BalancePerformanceMetricModifier and TypeMethodDescriptionstatic StringAccountLedgerCacheKeys.forAccountBalancePerformance(OwnedAccountRef ref, BalancePerformanceMetric metric, BalancePerformancePeriod period, ZoneId zoneId) Builds the cache key for an account balance-performance report addressed by reference.static StringAccountLedgerCacheKeys.forAccountBalancePerformance(Account account, BalancePerformanceMetric metric, BalancePerformancePeriod period, ZoneId zoneId) Builds the cache key for an account balance-performance report.static StringAccountLedgerCacheKeys.forPortfolioBalancePerformance(Portfolio portfolio, BalancePerformanceMetric metric, BalancePerformancePeriod period, ZoneId zoneId) Builds the cache key for a portfolio balance-performance report. -
Uses of BalancePerformanceMetric in com.bluebell.greenhouse.platform.enums.account
Subclasses with type arguments of type BalancePerformanceMetric in com.bluebell.greenhouse.platform.enums.accountModifier and TypeClassDescriptionenumMetrics supported by balance-performance reports.Classes in com.bluebell.greenhouse.platform.enums.account that implement interfaces with type arguments of type BalancePerformanceMetricModifier and TypeClassDescriptionenumMetrics supported by balance-performance reports.Methods in com.bluebell.greenhouse.platform.enums.account that return BalancePerformanceMetricModifier and TypeMethodDescriptionstatic BalancePerformanceMetricReturns the enum constant of this class with the specified name.static BalancePerformanceMetric[]BalancePerformanceMetric.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of BalancePerformanceMetric in com.bluebell.greenhouse.platform.models.api.dto.account
Methods in com.bluebell.greenhouse.platform.models.api.dto.account that return BalancePerformanceMetricModifier and TypeMethodDescriptionBalancePerformanceReportDTO.metric()Returns the value of themetricrecord component.Constructors in com.bluebell.greenhouse.platform.models.api.dto.account with parameters of type BalancePerformanceMetricModifierConstructorDescriptionBalancePerformanceReportDTO(BalancePerformanceMetric metric, BalancePerformancePeriod period, LocalDateTime effectiveStart, LocalDateTime effectiveEnd, double openingBalance, double closingSeriesValue, double amountChange, Double percentageChange, List<BalancePerformancePointDTO> points) Creates an instance of aBalancePerformanceReportDTOrecord class. -
Uses of BalancePerformanceMetric in com.bluebell.greenhouse.radicle.services.account
Methods in com.bluebell.greenhouse.radicle.services.account with parameters of type BalancePerformanceMetricModifier and TypeMethodDescriptionBalancePerformanceReportService.getAccountReport(OwnedAccountRef ref, BalancePerformanceMetric metric, BalancePerformancePeriod period, ZoneId zoneId) Builds the balance performance report for the account a reference identifies.BalancePerformanceReportService.getAccountReport(Account account, BalancePerformanceMetric metric, BalancePerformancePeriod period, ZoneId zoneId) Builds an account balance-performance report.BalancePerformanceReportService.getPortfolioReport(Portfolio portfolio, BalancePerformanceMetric metric, BalancePerformancePeriod period, ZoneId zoneId) Builds a portfolio balance-performance report for its active accounts.