Uses of Class
de.hybris.platform.voucher.jalo.Restriction
-
Packages that use Restriction Package Description de.hybris.platform.voucher.impl de.hybris.platform.voucher.jalo -
-
Uses of Restriction in de.hybris.platform.voucher.impl
Methods in de.hybris.platform.voucher.impl that return Restriction Modifier and Type Method Description protected RestrictionAbstractVoucherService. getRestriction(RestrictionModel restriction) -
Uses of Restriction in de.hybris.platform.voucher.jalo
Subclasses of Restriction in de.hybris.platform.voucher.jalo Modifier and Type Class Description classDateRestrictionThis restriction restricts vouchers to start/end date.classGeneratedDateRestrictionGenerated class for typeDateRestriction.classGeneratedNewCustomerRestrictionGenerated class for typeNewCustomerRestriction.classGeneratedOrderRestrictionGenerated class for typeOrderRestriction.classGeneratedProductCategoryRestrictionGenerated class for typeProductCategoryRestriction.classGeneratedProductQuantityRestrictionGenerated class for typeProductQuantityRestriction.classGeneratedProductRestrictionGenerated class for typeProductRestriction.classGeneratedRegularCustomerOrderQuantityRestrictionGenerated class for typeRegularCustomerOrderQuantityRestriction.classGeneratedRegularCustomerOrderTotalRestrictionGenerated class for typeRegularCustomerOrderTotalRestriction.classGeneratedUserRestrictionGenerated class for typeUserRestriction.classNewCustomerRestrictionThis restriction restricts vouchers to new customers onlyclassOrderRestrictionThis restriction restricts vouchers to minimum order amountclassProductCategoryRestrictionThis restriction restricts vouchers to product categoriesclassProductQuantityRestrictionThis restriction restricts vouchers to individual product quantities.classProductRestrictionThis restriction restricts vouchers to specified productsclassRegularCustomerOrderQuantityRestrictionThis restriction restricts vouchers to customers with a total of X completed orders.classRegularCustomerOrderTotalRestrictionThis restriction restricts vouchers to customers who ordered a total of X EUR or greater in their lifetime.classUserRestrictionThis restriction restricts vouchers to specified users.Fields in de.hybris.platform.voucher.jalo with type parameters of type Restriction Modifier and Type Field Description protected static OneToManyHandler<Restriction>GeneratedVoucher. RESTRICTIONSHANDLEROneToManyHandlerfor handling 1:n RESTRICTIONS's relation attributes from 'many' side.Methods in de.hybris.platform.voucher.jalo that return Restriction Modifier and Type Method Description RestrictionGeneratedVoucherManager. createRestriction(SessionContext ctx, java.util.Map attributeValues)RestrictionGeneratedVoucherManager. createRestriction(java.util.Map attributeValues)Methods in de.hybris.platform.voucher.jalo that return types with arguments of type Restriction Modifier and Type Method Description java.util.Set<Restriction>GeneratedVoucher. getRestrictions()Generated method - Getter of theVoucher.restrictionsattribute.java.util.Set<Restriction>GeneratedVoucher. getRestrictions(SessionContext ctx)Generated method - Getter of theVoucher.restrictionsattribute.java.util.List<Restriction>Voucher. getViolatedRestrictions(AbstractOrder anOrder)Returns all restrictions that are not fulfilled by the specified abstract order.java.util.List<Restriction>Voucher. getViolatedRestrictions(Product aProduct)Returns all restrictions that are not fulfilled by the specified product.Methods in de.hybris.platform.voucher.jalo with parameters of type Restriction Modifier and Type Method Description voidGeneratedVoucher. addToRestrictions(SessionContext ctx, Restriction value)Generated method - Addsvalueto restrictions.voidGeneratedVoucher. addToRestrictions(Restriction value)Generated method - Addsvalueto restrictions.voidGeneratedVoucher. removeFromRestrictions(SessionContext ctx, Restriction value)Generated method - Removesvaluefrom restrictions.voidGeneratedVoucher. removeFromRestrictions(Restriction value)Generated method - Removesvaluefrom restrictions.Method parameters in de.hybris.platform.voucher.jalo with type arguments of type Restriction Modifier and Type Method Description voidGeneratedVoucher. setRestrictions(SessionContext ctx, java.util.Set<Restriction> value)Generated method - Setter of theVoucher.restrictionsattribute.voidGeneratedVoucher. setRestrictions(java.util.Set<Restriction> value)Generated method - Setter of theVoucher.restrictionsattribute.
-