Uses of Class
de.hybris.platform.customercouponfacades.emums.AssignCouponResult
-
-
Uses of AssignCouponResult in de.hybris.platform.customercouponaddon.controllers.pages
Methods in de.hybris.platform.customercouponaddon.controllers.pages with parameters of type AssignCouponResult Modifier and Type Method Description protected voidCustomerCouponsPageController. addFlashMessage(AssignCouponResult result, org.springframework.web.servlet.mvc.support.RedirectAttributes redirectModel) -
Uses of AssignCouponResult in de.hybris.platform.customercouponfacades
Methods in de.hybris.platform.customercouponfacades that return AssignCouponResult Modifier and Type Method Description AssignCouponResultCustomerCouponFacade. grantCouponAccessForCurrentUser(java.lang.String couponCode)Assigns customer coupon to the current customer -
Uses of AssignCouponResult in de.hybris.platform.customercouponfacades.emums
Methods in de.hybris.platform.customercouponfacades.emums that return AssignCouponResult Modifier and Type Method Description static AssignCouponResultAssignCouponResult. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static AssignCouponResult[]AssignCouponResult. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of AssignCouponResult in de.hybris.platform.customercouponfacades.impl
Methods in de.hybris.platform.customercouponfacades.impl that return AssignCouponResult Modifier and Type Method Description AssignCouponResultDefaultCustomerCouponFacade. grantCouponAccessForCurrentUser(java.lang.String couponCode)
-