Uses of Class
de.hybris.platform.voucher.model.RestrictionModel
-
Packages that use RestrictionModel Package Description de.hybris.platform.voucher de.hybris.platform.voucher.impl de.hybris.platform.voucher.model 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 RestrictionModel Modifier and Type Method Description java.util.List<RestrictionModel>VoucherModelService. getViolatedRestrictions(VoucherModel voucher, AbstractOrderModel order)Returns all restrictions that are not fulfilled by the specified abstract order.java.util.List<RestrictionModel>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 RestrictionModel Modifier and Type Method Description VoucherEntrySetVoucherRestrictionService. 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 RestrictionModel Modifier and Type Method Description java.util.List<RestrictionModel>DefaultVoucherModelService. getViolatedRestrictions(VoucherModel voucher, AbstractOrderModel order)java.util.List<RestrictionModel>DefaultVoucherModelService. getViolatedRestrictions(VoucherModel voucher, ProductModel product)Methods in de.hybris.platform.voucher.impl with parameters of type RestrictionModel Modifier and Type Method Description VoucherEntrySetDefaultVoucherRestrictionService. 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.model Modifier and Type Class Description classDateRestrictionModelGenerated model class for type DateRestriction first defined at extension voucher.classNewCustomerRestrictionModelGenerated model class for type NewCustomerRestriction first defined at extension voucher.classOrderRestrictionModelGenerated model class for type OrderRestriction first defined at extension voucher.classProductCategoryRestrictionModelGenerated model class for type ProductCategoryRestriction first defined at extension voucher.classProductQuantityRestrictionModelGenerated model class for type ProductQuantityRestriction first defined at extension voucher.classProductRestrictionModelGenerated model class for type ProductRestriction first defined at extension voucher.classRegularCustomerOrderQuantityRestrictionModelGenerated model class for type RegularCustomerOrderQuantityRestriction first defined at extension voucher.classRegularCustomerOrderTotalRestrictionModelGenerated model class for type RegularCustomerOrderTotalRestriction first defined at extension voucher.classUserRestrictionModelGenerated model class for type UserRestriction first defined at extension voucher.Methods in de.hybris.platform.voucher.model that return types with arguments of type RestrictionModel Modifier and Type Method Description java.util.Set<RestrictionModel>VoucherModel. getRestrictions()Generated method - Getter of theVoucher.restrictionsattribute defined at extensionvoucher.Method parameters in de.hybris.platform.voucher.model with type arguments of type RestrictionModel Modifier and Type Method Description voidVoucherModel. setRestrictions(java.util.Set<RestrictionModel> value)Generated method - Setter ofVoucher.restrictionsattribute defined at extensionvoucher.
-