Uses of Class
de.hybris.platform.customercouponservices.model.CustomerCouponModel
-
-
Uses of CustomerCouponModel in de.hybris.platform.core.model.user
Methods in de.hybris.platform.core.model.user that return types with arguments of type CustomerCouponModel Modifier and Type Method Description java.util.Collection<CustomerCouponModel>CustomerModel. getCustomerCoupons()Generated method - Getter of theCustomer.customerCouponsattribute defined at extensioncustomercouponservices.Method parameters in de.hybris.platform.core.model.user with type arguments of type CustomerCouponModel Modifier and Type Method Description voidCustomerModel. setCustomerCoupons(java.util.Collection<CustomerCouponModel> value)Generated method - Setter ofCustomer.customerCouponsattribute defined at extensioncustomercouponservices. -
Uses of CustomerCouponModel in de.hybris.platform.customercouponbackoffice.renderers
Methods in de.hybris.platform.customercouponbackoffice.renderers with parameters of type CustomerCouponModel Modifier and Type Method Description protected java.lang.StringCustomerCouponAssignmentPanelRenderer. generateCouponCampaignURL(CustomerCouponModel coupon)protected voidCustomerCouponAssignmentPanelRenderer. renderCampainURL(CustomerCouponModel coupon, com.hybris.cockpitng.engine.WidgetInstanceManager widgetInstanceManager, java.lang.String qualifier, org.zkoss.zul.Div div) -
Uses of CustomerCouponModel in de.hybris.platform.customercouponfacades.converter.populators
Methods in de.hybris.platform.customercouponfacades.converter.populators that return types with arguments of type CustomerCouponModel 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 CustomerCouponModel 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 CustomerCouponModel Modifier and Type Method Description voidCustomerCouponSearchPageDataPopulator. populate(SearchPageData<CustomerCouponModel> source, CustomerCouponSearchPageData target)voidCustomerCouponNotificationPopulator. setCustomerCouponConverter(Converter<CustomerCouponModel,CustomerCouponData> customerCouponConverter)voidCustomerCouponSearchPageDataPopulator. setCustomerCouponConverter(Converter<CustomerCouponModel,CustomerCouponData> customerCouponConverter) -
Uses of CustomerCouponModel in de.hybris.platform.customercouponfacades.impl
Methods in de.hybris.platform.customercouponfacades.impl that return types with arguments of type CustomerCouponModel Modifier and Type Method Description protected Converter<CustomerCouponModel,CustomerCouponData>DefaultCustomerCouponFacade. getCustomerCouponConverter()protected Converter<SearchPageData<CustomerCouponModel>,CustomerCouponSearchPageData>DefaultCustomerCouponFacade. getCustomerCouponSearchPageDataConverter()Method parameters in de.hybris.platform.customercouponfacades.impl with type arguments of type CustomerCouponModel Modifier and Type Method Description protected java.util.List<CustomerCouponData>DefaultCustomerCouponFacade. convertCustomerCoupons(java.util.List<CustomerCouponModel> customerCouponModels)voidDefaultCustomerCouponFacade. setCustomerCouponConverter(Converter<CustomerCouponModel,CustomerCouponData> customerCouponConverter)voidDefaultCustomerCouponFacade. setCustomerCouponSearchPageDataConverter(Converter<SearchPageData<CustomerCouponModel>,CustomerCouponSearchPageData> customerCouponSearchPageDataConverter) -
Uses of CustomerCouponModel in de.hybris.platform.customercouponfacades.process.email.context
Methods in de.hybris.platform.customercouponfacades.process.email.context that return types with arguments of type CustomerCouponModel 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 CustomerCouponModel Modifier and Type Method Description voidCouponNotificationEmailContext. setCustomerCouponConverter(Converter<CustomerCouponModel,CustomerCouponData> customerCouponConverter) -
Uses of CustomerCouponModel in de.hybris.platform.customercouponfacades.url.impl
Methods in de.hybris.platform.customercouponfacades.url.impl with parameters of type CustomerCouponModel Modifier and Type Method Description java.lang.StringCouponNotificationSiteMsgUrlResolver. resolve(CustomerCouponModel source) -
Uses of CustomerCouponModel in de.hybris.platform.customercouponservices
Methods in de.hybris.platform.customercouponservices that return types with arguments of type CustomerCouponModel Modifier and Type Method Description java.util.List<CustomerCouponModel>CustomerCouponService. getAssignableCustomerCoupons(CustomerModel customer, java.lang.String text)Gets assignable customer couponsjava.util.List<CustomerCouponModel>CustomerCouponService. getAssignedCustomerCouponsForCustomer(CustomerModel customer, java.lang.String text)Gets assigned customer couponsjava.util.Optional<CustomerCouponModel>CustomerCouponService. getCustomerCouponForCode(java.lang.String couponCode)Gets customer coupon models by coupon codeSearchPageData<CustomerCouponModel>CustomerCouponService. getCustomerCouponsForCustomer(CustomerModel customer, PageableData pageableData)Gets paginated customer coupon models for the customer by pageableDatajava.util.List<CustomerCouponModel>CustomerCouponService. getEffectiveCustomerCouponsForCustomer(CustomerModel customer)Gets effective customer coupons of the customerSearchPageData<CustomerCouponModel>CustomerCouponService. getPaginatedCouponsForCustomer(CustomerModel customer, SearchPageData searchPageData)Gets paginated customer coupon data by searchPageDatajava.util.Optional<CustomerCouponModel>CustomerCouponService. getValidCustomerCouponByCode(java.lang.String couponCode)Gets valid customer coupon models by coupon code -
Uses of CustomerCouponModel in de.hybris.platform.customercouponservices.cronjob
Method parameters in de.hybris.platform.customercouponservices.cronjob with type arguments of type CustomerCouponModel Modifier and Type Method Description protected voidAbstractCouponNotificationJob. sendNotification(CouponNotificationModel notification, org.joda.time.DateTime effectiveDay, org.joda.time.DateTime expireDay, java.util.Map<CustomerCouponModel,SiteMessageModel> messages) -
Uses of CustomerCouponModel in de.hybris.platform.customercouponservices.daos
Methods in de.hybris.platform.customercouponservices.daos that return types with arguments of type CustomerCouponModel Modifier and Type Method Description java.util.List<CustomerCouponModel>CustomerCouponDao. findAssignableCoupons(CustomerModel customer, java.lang.String text)Finds assignable customer coupons for the customer by search textjava.util.List<CustomerCouponModel>CustomerCouponDao. findAssignedCouponsByCustomer(CustomerModel customer, java.lang.String text)Finds assigned customer coupons by the customer and search textjava.util.List<CustomerCouponModel>CustomerCouponDao. findCustomerCouponByPromotionSourceRule(java.lang.String code)Finds customer coupons by promotion source ruleSearchPageData<CustomerCouponModel>CustomerCouponDao. findCustomerCouponsByCustomer(CustomerModel customer, PageableData pageableData)Finds paginated customer couponsjava.util.List<CustomerCouponModel>CustomerCouponDao. findEffectiveCustomerCouponsByCustomer(CustomerModel customer)Finds customer coupons for the customerSearchPageData<CustomerCouponModel>CustomerCouponDao. findPaginatedCouponsByCustomer(CustomerModel customer, SearchPageData searchPageData)Finds paginated customer coupons by the customer and searchPageData -
Uses of CustomerCouponModel in de.hybris.platform.customercouponservices.daos.impl
Methods in de.hybris.platform.customercouponservices.daos.impl that return types with arguments of type CustomerCouponModel Modifier and Type Method Description java.util.List<CustomerCouponModel>DefaultCustomerCouponDao. findAssignableCoupons(CustomerModel customer, java.lang.String text)java.util.List<CustomerCouponModel>DefaultCustomerCouponDao. findAssignedCouponsByCustomer(CustomerModel customer, java.lang.String text)protected java.util.List<CustomerCouponModel>DefaultCustomerCouponDao. findAssignmentCoupons(CustomerModel customer, java.lang.String text, java.lang.String query, java.util.Map<java.lang.String,java.lang.Object> params)java.util.List<CustomerCouponModel>DefaultCustomerCouponDao. findCustomerCouponByPromotionSourceRule(java.lang.String code)SearchPageData<CustomerCouponModel>DefaultCustomerCouponDao. findCustomerCouponsByCustomer(CustomerModel customer, PageableData pageableData)java.util.List<CustomerCouponModel>DefaultCustomerCouponDao. findEffectiveCustomerCouponsByCustomer(CustomerModel customer)SearchPageData<CustomerCouponModel>DefaultCustomerCouponDao. findPaginatedCouponsByCustomer(CustomerModel customer, SearchPageData searchPageData) -
Uses of CustomerCouponModel in de.hybris.platform.customercouponservices.impl
Methods in de.hybris.platform.customercouponservices.impl that return types with arguments of type CustomerCouponModel Modifier and Type Method Description java.util.List<CustomerCouponModel>DefaultCustomerCouponService. getAssignableCustomerCoupons(CustomerModel customer, java.lang.String text)java.util.List<CustomerCouponModel>DefaultCustomerCouponService. getAssignedCustomerCouponsForCustomer(CustomerModel customer, java.lang.String text)java.util.Optional<CustomerCouponModel>DefaultCustomerCouponService. getCustomerCouponForCode(java.lang.String couponCode)SearchPageData<CustomerCouponModel>DefaultCustomerCouponService. getCustomerCouponsForCustomer(CustomerModel customer, PageableData pageableData)java.util.List<CustomerCouponModel>DefaultCustomerCouponService. getEffectiveCustomerCouponsForCustomer(CustomerModel customer)SearchPageData<CustomerCouponModel>DefaultCustomerCouponService. getPaginatedCouponsForCustomer(CustomerModel customer, SearchPageData searchPageData)java.util.Optional<CustomerCouponModel>DefaultCustomerCouponService. getValidCustomerCouponByCode(java.lang.String couponCode) -
Uses of CustomerCouponModel in de.hybris.platform.customercouponservices.model
Methods in de.hybris.platform.customercouponservices.model that return CustomerCouponModel Modifier and Type Method Description CustomerCouponModelCouponNotificationModel. getCustomerCoupon()Generated method - Getter of theCouponNotification.customerCouponattribute defined at extensioncustomercouponservices.Methods in de.hybris.platform.customercouponservices.model with parameters of type CustomerCouponModel Modifier and Type Method Description voidCouponNotificationModel. setCustomerCoupon(CustomerCouponModel value)Generated method - Setter ofCouponNotification.customerCouponattribute defined at extensioncustomercouponservices.Constructors in de.hybris.platform.customercouponservices.model with parameters of type CustomerCouponModel Constructor Description CouponNotificationModel(BaseSiteModel _baseSite, CustomerModel _customer, CustomerCouponModel _customerCoupon, LanguageModel _language)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersCouponNotificationModel(BaseSiteModel _baseSite, CustomerModel _customer, CustomerCouponModel _customerCoupon, LanguageModel _language, ItemModel _owner)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parameters -
Uses of CustomerCouponModel in de.hybris.platform.customercouponservices.redemption.strategies.impl
Methods in de.hybris.platform.customercouponservices.redemption.strategies.impl with parameters of type CustomerCouponModel Modifier and Type Method Description booleanDefaultCustomerCouponRedemptionStrategy. isCouponRedeemable(CustomerCouponModel coupon, UserModel user, java.lang.String couponCode)booleanDefaultCustomerCouponRedemptionStrategy. isRedeemable(CustomerCouponModel coupon, AbstractOrderModel abstractOrder, java.lang.String couponCode) -
Uses of CustomerCouponModel in de.hybris.platform.customercouponservices.strategies
Methods in de.hybris.platform.customercouponservices.strategies with parameters of type CustomerCouponModel Modifier and Type Method Description java.lang.StringCouponCampaignURLGenerationStrategy. generate(CustomerCouponModel coupon)Deprecated, for removal: This API element is subject to removal in a future version.Generates the customer coupon campaign URL -
Uses of CustomerCouponModel in de.hybris.platform.customercouponservices.strategies.impl
Methods in de.hybris.platform.customercouponservices.strategies.impl with parameters of type CustomerCouponModel Modifier and Type Method Description java.lang.StringDefaultCouponCampaignURLGenerationStrategy. generate(CustomerCouponModel coupon)Deprecated, for removal: This API element is subject to removal in a future version.
-