Class DefaultTmaProductOfferingPriceDao
java.lang.Object
de.hybris.platform.servicelayer.internal.dao.DefaultGenericDao<M>
de.hybris.platform.b2ctelcoservices.daos.impl.DefaultGenericSearchDao<TmaProductOfferingPriceModel>
de.hybris.platform.b2ctelcoservices.daos.impl.DefaultTmaProductOfferingPriceDao
- All Implemented Interfaces:
GenericSearchDao<TmaProductOfferingPriceModel>,TmaProductOfferingPriceDao,de.hybris.platform.servicelayer.internal.dao.GenericDao<TmaProductOfferingPriceModel>
public class DefaultTmaProductOfferingPriceDao
extends DefaultGenericSearchDao<TmaProductOfferingPriceModel>
implements TmaProductOfferingPriceDao
Default implementation of the
TmaProductOfferingPriceDao.- Since:
- 2202
-
Constructor Summary
ConstructorsConstructorDescriptionDefaultTmaProductOfferingPriceDao(String typeCode, Map<String, String> priceTypeMap) -
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 class de.hybris.platform.b2ctelcoservices.daos.impl.DefaultGenericSearchDao
findUniqueMethods inherited from class de.hybris.platform.servicelayer.internal.dao.DefaultGenericDao
find, find, find, find, find, getFlexibleSearchService, setFlexibleSearchServiceMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface de.hybris.platform.b2ctelcoservices.daos.GenericSearchDao
findUnique
-
Constructor Details
-
DefaultTmaProductOfferingPriceDao
-
-
Method Details
-
getPops
public List<TmaProductOfferingPriceModel> getPops(TmaProductOfferingPriceFilterContextData productOfferingPriceFilterContextData, Integer offset, Integer limit) Description copied from interface:TmaProductOfferingPriceDaoRetrieves a list ofTmaProductOfferingPriceModelfiltered by the context .- Specified by:
getPopsin interfaceTmaProductOfferingPriceDao- 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
public Integer getNumberOfPops(TmaProductOfferingPriceFilterContextData productOfferingPriceFilterContextData) Description copied from interface:TmaProductOfferingPriceDaoRetrieves the the number of productOfferingPrices that exists.- Specified by:
getNumberOfPopsin interfaceTmaProductOfferingPriceDao- Parameters:
productOfferingPriceFilterContextData- the context.- Returns:
- the number of all found
TmaProductOfferingPriceModel
-
getPriceTypeMap
-