Interface TmaProductOfferingPriceDao
- All Superinterfaces:
GenericSearchDao<TmaProductOfferingPriceModel>
- All Known Implementing Classes:
DefaultTmaProductOfferingPriceDao
Data Access object for operations related to the
TmaProductOfferingPriceModel.- Since:
- 2202
-
Method Summary
Modifier and TypeMethodDescriptiongetNumberOfPops(TmaProductOfferingPriceFilterContextData productOfferingPriceFilterContextData) Retrieves the the number of productOfferingPrices that exists.getPops(TmaProductOfferingPriceFilterContextData productOfferingPriceFilterContextData, Integer offset, Integer limit) Retrieves a list ofTmaProductOfferingPriceModelfiltered by the context .Methods inherited from interface de.hybris.platform.b2ctelcoservices.daos.GenericSearchDao
findUnique
-
Method Details
-
getPops
List<TmaProductOfferingPriceModel> getPops(TmaProductOfferingPriceFilterContextData productOfferingPriceFilterContextData, Integer offset, Integer limit) Retrieves a list ofTmaProductOfferingPriceModelfiltered by the context .- Parameters:
productOfferingPriceFilterContextData- the context.offset- the offset.limit- the maximum number of returned productOfferingPrices.- Returns:
- the list of productOfferingPrices found for the given offset and limit.
-
getNumberOfPops
Integer getNumberOfPops(TmaProductOfferingPriceFilterContextData productOfferingPriceFilterContextData) Retrieves the the number of productOfferingPrices that exists.- Parameters:
productOfferingPriceFilterContextData- the context.- Returns:
- the number of all found
TmaProductOfferingPriceModel
-