Interface UcUsageVolumeProductService
- All Known Implementing Classes:
DefaultUcUsageVolumeProductService
Deprecated.
2208
Service responsible for handling
UcUsageVolumeProductModel related operations.- Since:
- 2108
-
Method Summary
Modifier and TypeMethodDescriptiongetMostRecentDate(List<UcUsageVolumeProductModel> usageVolumeProducts) Deprecated.Retrieves the most recent effective date from ConsumptionSummaries attached on UsageVolumeProductsgetNumberOfUsageVolumeProductFor(UcUsageVolumeProductContext ucUsageVolumeProductContext) Deprecated.Retrieves the total number of usage volume products found for a given context.getUsageVolumeProducts(UcUsageVolumeProductContext ucUsageVolumeProductContext, Integer offset, Integer limit) Deprecated.Retrieves a list ofUcUsageVolumeProductModelfor a given context.
-
Method Details
-
getUsageVolumeProducts
List<UcUsageVolumeProductModel> getUsageVolumeProducts(UcUsageVolumeProductContext ucUsageVolumeProductContext, Integer offset, Integer limit) Deprecated.Retrieves a list ofUcUsageVolumeProductModelfor a given context.- Parameters:
ucUsageVolumeProductContext- the context.offset- the offset.limit- the maximum number of returned usage volume products.- Returns:
- the list of usage volume products found for the given context.
-
getNumberOfUsageVolumeProductFor
Deprecated.Retrieves the total number of usage volume products found for a given context.- Parameters:
ucUsageVolumeProductContext- the context.- Returns:
- the number of usage volume products found.
-
getMostRecentDate
Deprecated.Retrieves the most recent effective date from ConsumptionSummaries attached on UsageVolumeProducts- Parameters:
usageVolumeProducts- the list of usage volume products- Returns:
- the most recent effective date
-