Uses of Class
de.hybris.platform.customercouponfacades.customercoupon.data.CustomerCouponData
Packages that use CustomerCouponData
Package
Description
-
Uses of CustomerCouponData in de.hybris.platform.chineseprofilefacades.process.email.context
Methods in de.hybris.platform.chineseprofilefacades.process.email.context that return types with arguments of type CustomerCouponDataModifier and TypeMethodDescriptionprotected Converter<CustomerCouponModel,CustomerCouponData> CouponNotificationEmailContext.getCustomerCouponConverter()Method parameters in de.hybris.platform.chineseprofilefacades.process.email.context with type arguments of type CustomerCouponDataModifier and TypeMethodDescriptionvoidCouponNotificationEmailContext.setCustomerCouponConverter(Converter<CustomerCouponModel, CustomerCouponData> customerCouponConverter) -
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 -
Uses of CustomerCouponData in de.hybris.platform.customercouponfacades
Methods in de.hybris.platform.customercouponfacades that return CustomerCouponDataModifier and TypeMethodDescriptionCustomerCouponFacade.getCustomerCouponForCode(String couponId) Gets customer coupon data by coupon idCustomerCouponFacade.getValidCouponForCode(String code) Gets valid customer coupon data by coupon codeMethods in de.hybris.platform.customercouponfacades that return types with arguments of type CustomerCouponDataModifier and TypeMethodDescriptionCustomerCouponFacade.getAssignableCustomerCoupons(String text) Gets assignable customer coupon dataCustomerCouponFacade.getAssignedCustomerCoupons(String text) Gets assigned customer coupon dataCustomerCouponFacade.getCouponsData()Gets customer coupon data of the current customerCustomerCouponFacade.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 CustomerCouponDataModifier and TypeMethodDescriptionprotected Converter<CustomerCouponModel,CustomerCouponData> CustomerCouponNotificationPopulator.getCustomerCouponConverter()protected Converter<CustomerCouponModel,CustomerCouponData> CustomerCouponSearchPageDataPopulator.getCustomerCouponConverter()Methods in de.hybris.platform.customercouponfacades.converter.populators with parameters of type CustomerCouponDataModifier and TypeMethodDescriptionvoidCustomerCouponPopulator.populate(CustomerCouponModel source, CustomerCouponData target) Method parameters in de.hybris.platform.customercouponfacades.converter.populators with type arguments of type CustomerCouponDataModifier and TypeMethodDescriptionvoidCustomerCouponNotificationPopulator.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 CustomerCouponDataMethods in de.hybris.platform.customercouponfacades.customercoupon.data that return types with arguments of type CustomerCouponDataMethods in de.hybris.platform.customercouponfacades.customercoupon.data with parameters of type CustomerCouponDataModifier and TypeMethodDescriptionvoidCustomerCouponNotificationData.setCoupon(CustomerCouponData coupon) Method parameters in de.hybris.platform.customercouponfacades.customercoupon.data with type arguments of type CustomerCouponDataModifier and TypeMethodDescriptionvoidCustomerCouponSearchPageData.setCoupons(List<CustomerCouponData> coupons) -
Uses of CustomerCouponData in de.hybris.platform.customercouponfacades.impl
Methods in de.hybris.platform.customercouponfacades.impl that return CustomerCouponDataModifier and TypeMethodDescriptionDefaultCustomerCouponFacade.getCustomerCouponForCode(String couponCode) DefaultCustomerCouponFacade.getValidCouponForCode(String code) Methods in de.hybris.platform.customercouponfacades.impl that return types with arguments of type CustomerCouponDataModifier and TypeMethodDescriptionprotected List<CustomerCouponData>DefaultCustomerCouponFacade.convertCustomerCoupons(List<CustomerCouponModel> customerCouponModels) DefaultCustomerCouponFacade.getAssignableCustomerCoupons(String text) DefaultCustomerCouponFacade.getAssignedCustomerCoupons(String text) DefaultCustomerCouponFacade.getCouponsData()protected Converter<CustomerCouponModel,CustomerCouponData> DefaultCustomerCouponFacade.getCustomerCouponConverter()DefaultCustomerCouponFacade.getPagedCouponsData(PageableData pageableData) Method parameters in de.hybris.platform.customercouponfacades.impl with type arguments of type CustomerCouponDataModifier and TypeMethodDescriptionvoidDefaultCustomerCouponFacade.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 CustomerCouponDataModifier and TypeMethodDescriptionprotected Converter<CustomerCouponModel,CustomerCouponData> CouponNotificationEmailContext.getCustomerCouponConverter()Method parameters in de.hybris.platform.customercouponfacades.process.email.context with type arguments of type CustomerCouponDataModifier and TypeMethodDescriptionvoidCouponNotificationEmailContext.setCustomerCouponConverter(Converter<CustomerCouponModel, CustomerCouponData> customerCouponConverter)