Uses of Class
de.hybris.platform.customercouponfacades.customercoupon.data.CustomerCouponData
-
-
Uses of CustomerCouponData in de.hybris.platform.customercouponaddon.controllers.misc
Methods in de.hybris.platform.customercouponaddon.controllers.misc that return types with arguments of type CustomerCouponData Modifier and Type Method Description java.util.List<CustomerCouponData>CustomerCouponController. effectiveCoupons() -
Uses of CustomerCouponData in de.hybris.platform.customercouponfacades
Methods in de.hybris.platform.customercouponfacades that return CustomerCouponData Modifier and Type Method Description CustomerCouponDataCustomerCouponFacade. getCustomerCouponForCode(java.lang.String couponId)Gets customer coupon data by coupon idCustomerCouponDataCustomerCouponFacade. getValidCouponForCode(java.lang.String code)Gets valid customer coupon data by coupon codeMethods in de.hybris.platform.customercouponfacades that return types with arguments of type CustomerCouponData Modifier and Type Method Description java.util.List<CustomerCouponData>CustomerCouponFacade. getAssignableCustomerCoupons(java.lang.String text)Gets assignable customer coupon datajava.util.List<CustomerCouponData>CustomerCouponFacade. getAssignedCustomerCoupons(java.lang.String text)Gets assigned customer coupon datajava.util.List<CustomerCouponData>CustomerCouponFacade. getCouponsData()Gets customer coupon data of the current customerSearchPageData<CustomerCouponData>CustomerCouponFacade. getPagedCouponsData(PageableData pageableData)Gets paginated customer coupon data by pageableData -
Uses of CustomerCouponData in de.hybris.platform.customercouponfacades.converter.populators
Methods in de.hybris.platform.customercouponfacades.converter.populators that return types with arguments of type CustomerCouponData Modifier and Type Method Description protected Converter<CustomerCouponModel,CustomerCouponData>CustomerCouponNotificationPopulator. getCustomerCouponConverter()protected Converter<CustomerCouponModel,CustomerCouponData>CustomerCouponSearchPageDataPopulator. getCustomerCouponConverter()Methods in de.hybris.platform.customercouponfacades.converter.populators with parameters of type CustomerCouponData Modifier and Type Method Description voidCustomerCouponPopulator. populate(CustomerCouponModel source, CustomerCouponData target)Method parameters in de.hybris.platform.customercouponfacades.converter.populators with type arguments of type CustomerCouponData Modifier and Type Method Description voidCustomerCouponNotificationPopulator. setCustomerCouponConverter(Converter<CustomerCouponModel,CustomerCouponData> customerCouponConverter)voidCustomerCouponSearchPageDataPopulator. setCustomerCouponConverter(Converter<CustomerCouponModel,CustomerCouponData> customerCouponConverter) -
Uses of CustomerCouponData in de.hybris.platform.customercouponfacades.customercoupon.data
Methods in de.hybris.platform.customercouponfacades.customercoupon.data that return CustomerCouponData Modifier and Type Method Description CustomerCouponDataCustomerCouponNotificationData. getCoupon()Methods in de.hybris.platform.customercouponfacades.customercoupon.data that return types with arguments of type CustomerCouponData Modifier and Type Method Description java.util.List<CustomerCouponData>CustomerCouponSearchPageData. getCoupons()Methods in de.hybris.platform.customercouponfacades.customercoupon.data with parameters of type CustomerCouponData Modifier and Type Method Description voidCustomerCouponNotificationData. setCoupon(CustomerCouponData coupon)Method parameters in de.hybris.platform.customercouponfacades.customercoupon.data with type arguments of type CustomerCouponData Modifier and Type Method Description voidCustomerCouponSearchPageData. setCoupons(java.util.List<CustomerCouponData> coupons) -
Uses of CustomerCouponData in de.hybris.platform.customercouponfacades.impl
Methods in de.hybris.platform.customercouponfacades.impl that return CustomerCouponData Modifier and Type Method Description CustomerCouponDataDefaultCustomerCouponFacade. getCustomerCouponForCode(java.lang.String couponCode)CustomerCouponDataDefaultCustomerCouponFacade. getValidCouponForCode(java.lang.String code)Methods in de.hybris.platform.customercouponfacades.impl that return types with arguments of type CustomerCouponData Modifier and Type Method Description protected java.util.List<CustomerCouponData>DefaultCustomerCouponFacade. convertCustomerCoupons(java.util.List<CustomerCouponModel> customerCouponModels)java.util.List<CustomerCouponData>DefaultCustomerCouponFacade. getAssignableCustomerCoupons(java.lang.String text)java.util.List<CustomerCouponData>DefaultCustomerCouponFacade. getAssignedCustomerCoupons(java.lang.String text)java.util.List<CustomerCouponData>DefaultCustomerCouponFacade. getCouponsData()protected Converter<CustomerCouponModel,CustomerCouponData>DefaultCustomerCouponFacade. getCustomerCouponConverter()SearchPageData<CustomerCouponData>DefaultCustomerCouponFacade. getPagedCouponsData(PageableData pageableData)Method parameters in de.hybris.platform.customercouponfacades.impl with type arguments of type CustomerCouponData Modifier and Type Method Description voidDefaultCustomerCouponFacade. setCustomerCouponConverter(Converter<CustomerCouponModel,CustomerCouponData> customerCouponConverter) -
Uses of CustomerCouponData in de.hybris.platform.customercouponfacades.process.email.context
Methods in de.hybris.platform.customercouponfacades.process.email.context that return types with arguments of type CustomerCouponData Modifier and Type Method Description protected Converter<CustomerCouponModel,CustomerCouponData>CouponNotificationEmailContext. getCustomerCouponConverter()Method parameters in de.hybris.platform.customercouponfacades.process.email.context with type arguments of type CustomerCouponData Modifier and Type Method Description voidCouponNotificationEmailContext. setCustomerCouponConverter(Converter<CustomerCouponModel,CustomerCouponData> customerCouponConverter)
-