Uses of Class
de.hybris.platform.voucher.jalo.Restriction
Packages that use Restriction
-
Uses of Restriction in de.hybris.platform.voucher.impl
Methods in de.hybris.platform.voucher.impl that return RestrictionModifier and TypeMethodDescriptionprotected RestrictionAbstractVoucherService.getRestriction(RestrictionModel restriction) -
Uses of Restriction in de.hybris.platform.voucher.jalo
Subclasses of Restriction in de.hybris.platform.voucher.jaloModifier and TypeClassDescriptionclassThis restriction restricts vouchers to start/end date.classGenerated class for typeDateRestriction.classGenerated class for typeNewCustomerRestriction.classGenerated class for typeOrderRestriction.classGenerated class for typeProductCategoryRestriction.classGenerated class for typeProductQuantityRestriction.classGenerated class for typeProductRestriction.classGenerated class for typeRegularCustomerOrderQuantityRestriction.classGenerated class for typeRegularCustomerOrderTotalRestriction.classGenerated class for typeUserRestriction.classThis restriction restricts vouchers to new customers onlyclassThis restriction restricts vouchers to minimum order amountclassThis restriction restricts vouchers to product categoriesclassThis restriction restricts vouchers to individual product quantities.classThis restriction restricts vouchers to specified productsclassThis restriction restricts vouchers to customers with a total of X completed orders.classThis restriction restricts vouchers to customers who ordered a total of X EUR or greater in their lifetime.classThis restriction restricts vouchers to specified users.Fields in de.hybris.platform.voucher.jalo with type parameters of type RestrictionModifier and TypeFieldDescriptionprotected static final OneToManyHandler<Restriction>GeneratedVoucher.RESTRICTIONSHANDLEROneToManyHandlerfor handling 1:n RESTRICTIONS's relation attributes from 'many' side.Methods in de.hybris.platform.voucher.jalo that return RestrictionModifier and TypeMethodDescriptionGeneratedVoucherManager.createRestriction(SessionContext ctx, Map attributeValues) GeneratedVoucherManager.createRestriction(Map attributeValues) Methods in de.hybris.platform.voucher.jalo that return types with arguments of type RestrictionModifier and TypeMethodDescriptionGeneratedVoucher.getRestrictions()Generated method - Getter of theVoucher.restrictionsattribute.GeneratedVoucher.getRestrictions(SessionContext ctx) Generated method - Getter of theVoucher.restrictionsattribute.Voucher.getViolatedRestrictions(AbstractOrder anOrder) Returns all restrictions that are not fulfilled by the specified abstract order.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 RestrictionModifier and TypeMethodDescriptionvoidGeneratedVoucher.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 RestrictionModifier and TypeMethodDescriptionvoidGeneratedVoucher.setRestrictions(SessionContext ctx, Set<Restriction> value) Generated method - Setter of theVoucher.restrictionsattribute.voidGeneratedVoucher.setRestrictions(Set<Restriction> value) Generated method - Setter of theVoucher.restrictionsattribute.