Uses of Class
de.hybris.platform.customercouponservices.enums.CouponNotificationStatus
-
Packages that use CouponNotificationStatus Package Description de.hybris.platform.customercouponservices.enums Contains generated models for each type of de.hybris.platform.jalo.enumeration package.de.hybris.platform.customercouponservices.model Contains generated models for each type of de.hybris.platform.customercouponservices.jalo package. -
-
Uses of CouponNotificationStatus in de.hybris.platform.customercouponservices.enums
Fields in de.hybris.platform.customercouponservices.enums declared as CouponNotificationStatus Modifier and Type Field Description static CouponNotificationStatusCouponNotificationStatus. EFFECTIVESENTGenerated enum value for couponNotificationStatus.EFFECTIVESENT declared at extension customercouponservices.static CouponNotificationStatusCouponNotificationStatus. EXPIRESENTGenerated enum value for couponNotificationStatus.EXPIRESENT declared at extension customercouponservices.static CouponNotificationStatusCouponNotificationStatus. INITGenerated enum value for couponNotificationStatus.INIT declared at extension customercouponservices.Methods in de.hybris.platform.customercouponservices.enums that return CouponNotificationStatus Modifier and Type Method Description static CouponNotificationStatusCouponNotificationStatus. valueOf(java.lang.String code)Returns a CouponNotificationStatus instance representing the specified enum value. -
Uses of CouponNotificationStatus in de.hybris.platform.customercouponservices.model
Methods in de.hybris.platform.customercouponservices.model that return CouponNotificationStatus Modifier and Type Method Description CouponNotificationStatusCouponNotificationModel. getStatus()Generated method - Getter of theCouponNotification.statusattribute defined at extensioncustomercouponservices.Methods in de.hybris.platform.customercouponservices.model with parameters of type CouponNotificationStatus Modifier and Type Method Description voidCouponNotificationModel. setStatus(CouponNotificationStatus value)Generated method - Setter ofCouponNotification.statusattribute defined at extensioncustomercouponservices.
-