Uses of Class
de.hybris.platform.b2ctelcofacades.data.TmaProductOfferingPriceFilterContextData
Packages that use TmaProductOfferingPriceFilterContextData
Package
Description
-
Uses of TmaProductOfferingPriceFilterContextData in de.hybris.platform.b2ctelcofacades.productofferingprice
Methods in de.hybris.platform.b2ctelcofacades.productofferingprice with parameters of type TmaProductOfferingPriceFilterContextDataModifier and TypeMethodDescriptionTmaProductOfferingPriceFacade.getNumberOfPops(TmaProductOfferingPriceFilterContextData productOfferingPriceFilterContextData) Retrieves the total number of product offering prices found for the given filtering context.TmaProductOfferingPriceFacade.getPopsByLimitAndOffset(TmaProductOfferingPriceFilterContextData productOfferingPriceFilterContextData, Integer offset, Integer limit) Retrieves a list of product offering prices filtered by context -
Uses of TmaProductOfferingPriceFilterContextData in de.hybris.platform.b2ctelcofacades.productofferingprice.impl
Methods in de.hybris.platform.b2ctelcofacades.productofferingprice.impl with parameters of type TmaProductOfferingPriceFilterContextDataModifier and TypeMethodDescriptionDefaultTmaProductOfferingPriceFacade.getNumberOfPops(TmaProductOfferingPriceFilterContextData productOfferingPriceFilterContextData) DefaultTmaProductOfferingPriceFacade.getPopsByLimitAndOffset(TmaProductOfferingPriceFilterContextData productOfferingPriceFilterContextData, Integer offset, Integer limit) -
Uses of TmaProductOfferingPriceFilterContextData in de.hybris.platform.b2ctelcoservices.daos
Methods in de.hybris.platform.b2ctelcoservices.daos with parameters of type TmaProductOfferingPriceFilterContextDataModifier and TypeMethodDescriptionTmaProductOfferingPriceDao.getNumberOfPops(TmaProductOfferingPriceFilterContextData productOfferingPriceFilterContextData) Retrieves the the number of productOfferingPrices that exists.TmaProductOfferingPriceDao.getPops(TmaProductOfferingPriceFilterContextData productOfferingPriceFilterContextData, Integer offset, Integer limit) Retrieves a list ofTmaProductOfferingPriceModelfiltered by the context . -
Uses of TmaProductOfferingPriceFilterContextData in de.hybris.platform.b2ctelcoservices.daos.impl
Methods in de.hybris.platform.b2ctelcoservices.daos.impl with parameters of type TmaProductOfferingPriceFilterContextDataModifier and TypeMethodDescriptionDefaultTmaProductOfferingPriceDao.getNumberOfPops(TmaProductOfferingPriceFilterContextData productOfferingPriceFilterContextData) DefaultTmaProductOfferingPriceDao.getPops(TmaProductOfferingPriceFilterContextData productOfferingPriceFilterContextData, Integer offset, Integer limit) -
Uses of TmaProductOfferingPriceFilterContextData in de.hybris.platform.b2ctelcoservices.pricing.services
Methods in de.hybris.platform.b2ctelcoservices.pricing.services with parameters of type TmaProductOfferingPriceFilterContextDataModifier and TypeMethodDescriptionTmaPopService.getNumberOfPops(TmaProductOfferingPriceFilterContextData productOfferingPriceFilterContextData) Retrieves the the number of product offering prices that exists.TmaPopService.getPops(TmaProductOfferingPriceFilterContextData productOfferingPriceFilterContextData, Integer offset, Integer limit) Retrieves a list ofTmaProductOfferingPriceModelfiltered by the context. -
Uses of TmaProductOfferingPriceFilterContextData in de.hybris.platform.b2ctelcoservices.pricing.services.impl
Methods in de.hybris.platform.b2ctelcoservices.pricing.services.impl with parameters of type TmaProductOfferingPriceFilterContextDataModifier and TypeMethodDescriptionDefaultTmaPopService.getNumberOfPops(TmaProductOfferingPriceFilterContextData productOfferingPriceFilterContextData) DefaultTmaPopService.getPops(TmaProductOfferingPriceFilterContextData productOfferingPriceFilterContextData, Integer offset, Integer limit)