Class DefaultUcUsageVolumeProductService
java.lang.Object
de.hybris.platform.usageconsumptionservices.services.impl.DefaultUcUsageVolumeProductService
- All Implemented Interfaces:
UcUsageVolumeProductService
@Deprecated(since="2208")
public class DefaultUcUsageVolumeProductService
extends Object
implements UcUsageVolumeProductService
Deprecated.
2208
Default implementation of
UcUsageVolumeProductService.- Since:
- 2108
-
Constructor Summary
ConstructorsConstructorDescriptionDefaultUcUsageVolumeProductService(UcUsageVolumeProductDao usageVolumeProductDao) Deprecated. -
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.protected UcUsageVolumeProductDaoDeprecated.getUsageVolumeProducts(UcUsageVolumeProductContext ucUsageVolumeProductContext, Integer offset, Integer limit) Deprecated.Retrieves a list ofUcUsageVolumeProductModelfor a given context.
-
Constructor Details
-
DefaultUcUsageVolumeProductService
Deprecated.
-
-
Method Details
-
getUsageVolumeProducts
public List<UcUsageVolumeProductModel> getUsageVolumeProducts(UcUsageVolumeProductContext ucUsageVolumeProductContext, Integer offset, Integer limit) Deprecated.Description copied from interface:UcUsageVolumeProductServiceRetrieves a list ofUcUsageVolumeProductModelfor a given context.- Specified by:
getUsageVolumeProductsin interfaceUcUsageVolumeProductService- 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
public Integer getNumberOfUsageVolumeProductFor(UcUsageVolumeProductContext ucUsageVolumeProductContext) Deprecated.Description copied from interface:UcUsageVolumeProductServiceRetrieves the total number of usage volume products found for a given context.- Specified by:
getNumberOfUsageVolumeProductForin interfaceUcUsageVolumeProductService- Parameters:
ucUsageVolumeProductContext- the context.- Returns:
- the number of usage volume products found.
-
getMostRecentDate
Deprecated.Description copied from interface:UcUsageVolumeProductServiceRetrieves the most recent effective date from ConsumptionSummaries attached on UsageVolumeProducts- Specified by:
getMostRecentDatein interfaceUcUsageVolumeProductService- Parameters:
usageVolumeProducts- the list of usage volume products- Returns:
- the most recent effective date
-
getUsageVolumeProductDao
Deprecated.
-