Uses of Class
de.hybris.platform.voucher.model.RestrictionModel
Packages that use RestrictionModel
Package
Description
Contains generated models for each type of de.hybris.platform.voucher.jalo package.
-
Uses of RestrictionModel in de.hybris.platform.voucher
Methods in de.hybris.platform.voucher that return types with arguments of type RestrictionModelModifier and TypeMethodDescriptionVoucherModelService.getViolatedRestrictions(VoucherModel voucher, AbstractOrderModel order) Returns all restrictions that are not fulfilled by the specified abstract order.VoucherModelService.getViolatedRestrictions(VoucherModel voucher, ProductModel product) Returns all restrictions that are not fulfilled by the specified product.Methods in de.hybris.platform.voucher with parameters of type RestrictionModelModifier and TypeMethodDescriptionVoucherRestrictionService.getApplicableEntries(RestrictionModel restriction, AbstractOrderModel order) booleanVoucherRestrictionService.isFulfilled(RestrictionModel restriction, AbstractOrderModel order) Returns true if the specified abstract order is not null and fulfills this restriction.booleanVoucherRestrictionService.isFulfilled(RestrictionModel restriction, ProductModel product) Returns true if the specified product is not null and fulfills this restriction. -
Uses of RestrictionModel in de.hybris.platform.voucher.impl
Methods in de.hybris.platform.voucher.impl that return types with arguments of type RestrictionModelModifier and TypeMethodDescriptionDefaultVoucherModelService.getViolatedRestrictions(VoucherModel voucher, AbstractOrderModel order) DefaultVoucherModelService.getViolatedRestrictions(VoucherModel voucher, ProductModel product) Methods in de.hybris.platform.voucher.impl with parameters of type RestrictionModelModifier and TypeMethodDescriptionDefaultVoucherRestrictionService.getApplicableEntries(RestrictionModel restriction, AbstractOrderModel order) protected RestrictionAbstractVoucherService.getRestriction(RestrictionModel restriction) booleanDefaultVoucherRestrictionService.isFulfilled(RestrictionModel restriction, AbstractOrderModel order) booleanDefaultVoucherRestrictionService.isFulfilled(RestrictionModel restriction, ProductModel product) -
Uses of RestrictionModel in de.hybris.platform.voucher.model
Subclasses of RestrictionModel in de.hybris.platform.voucher.modelModifier and TypeClassDescriptionclassGenerated model class for type DateRestriction first defined at extension voucher.classGenerated model class for type NewCustomerRestriction first defined at extension voucher.classGenerated model class for type OrderRestriction first defined at extension voucher.classGenerated model class for type ProductCategoryRestriction first defined at extension voucher.classGenerated model class for type ProductQuantityRestriction first defined at extension voucher.classGenerated model class for type ProductRestriction first defined at extension voucher.classGenerated model class for type RegularCustomerOrderQuantityRestriction first defined at extension voucher.classGenerated model class for type RegularCustomerOrderTotalRestriction first defined at extension voucher.classGenerated model class for type UserRestriction first defined at extension voucher.Methods in de.hybris.platform.voucher.model that return types with arguments of type RestrictionModelModifier and TypeMethodDescriptionVoucherModel.getRestrictions()Generated method - Getter of theVoucher.restrictionsattribute defined at extensionvoucher.Method parameters in de.hybris.platform.voucher.model with type arguments of type RestrictionModelModifier and TypeMethodDescriptionvoidVoucherModel.setRestrictions(Set<RestrictionModel> value) Generated method - Setter ofVoucher.restrictionsattribute defined at extensionvoucher.