Uses of Class
de.hybris.platform.customercouponfacades.customercoupon.data.CustomerCouponSearchPageData
-
-
Uses of CustomerCouponSearchPageData in de.hybris.platform.customercouponfacades
Methods in de.hybris.platform.customercouponfacades that return CustomerCouponSearchPageData Modifier and Type Method Description CustomerCouponSearchPageDataCustomerCouponFacade. getPaginatedCoupons(SearchPageData searchPageData)Gets paginated customer coupon data by searchPageData -
Uses of CustomerCouponSearchPageData in de.hybris.platform.customercouponfacades.converter.populators
Methods in de.hybris.platform.customercouponfacades.converter.populators with parameters of type CustomerCouponSearchPageData Modifier and Type Method Description voidCustomerCouponSearchPageDataPopulator. populate(SearchPageData<CustomerCouponModel> source, CustomerCouponSearchPageData target) -
Uses of CustomerCouponSearchPageData in de.hybris.platform.customercouponfacades.impl
Methods in de.hybris.platform.customercouponfacades.impl that return CustomerCouponSearchPageData Modifier and Type Method Description CustomerCouponSearchPageDataDefaultCustomerCouponFacade. getPaginatedCoupons(SearchPageData searchPageData)Methods in de.hybris.platform.customercouponfacades.impl that return types with arguments of type CustomerCouponSearchPageData Modifier and Type Method Description protected Converter<SearchPageData<CustomerCouponModel>,CustomerCouponSearchPageData>DefaultCustomerCouponFacade. getCustomerCouponSearchPageDataConverter()Method parameters in de.hybris.platform.customercouponfacades.impl with type arguments of type CustomerCouponSearchPageData Modifier and Type Method Description voidDefaultCustomerCouponFacade. setCustomerCouponSearchPageDataConverter(Converter<SearchPageData<CustomerCouponModel>,CustomerCouponSearchPageData> customerCouponSearchPageDataConverter)
-