| 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.
|
| de.hybris.platform.voucher.resource |
| Modifier and Type | Method and 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.
|
| Modifier and Type | Method and Description |
|---|---|
VoucherEntrySet |
VoucherRestrictionService.getApplicableEntries(RestrictionModel restriction,
AbstractOrderModel order) |
boolean |
VoucherRestrictionService.isFulfilled(RestrictionModel restriction,
AbstractOrderModel order)
Returns true if the specified abstract order is not null and fulfills this restriction.
|
boolean |
VoucherRestrictionService.isFulfilled(RestrictionModel restriction,
ProductModel product)
Returns true if the specified product is not null and fulfills this restriction.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<RestrictionModel> |
DefaultVoucherModelService.getViolatedRestrictions(VoucherModel voucher,
AbstractOrderModel order) |
java.util.List<RestrictionModel> |
DefaultVoucherModelService.getViolatedRestrictions(VoucherModel voucher,
ProductModel product) |
| Modifier and Type | Method and Description |
|---|---|
VoucherEntrySet |
DefaultVoucherRestrictionService.getApplicableEntries(RestrictionModel restriction,
AbstractOrderModel order) |
protected Restriction |
AbstractVoucherService.getRestriction(RestrictionModel restriction) |
boolean |
DefaultVoucherRestrictionService.isFulfilled(RestrictionModel restriction,
AbstractOrderModel order) |
boolean |
DefaultVoucherRestrictionService.isFulfilled(RestrictionModel restriction,
ProductModel product) |
| Modifier and Type | Class and Description |
|---|---|
class |
DateRestrictionModel
Generated model class for type DateRestriction first defined at extension voucher.
|
class |
NewCustomerRestrictionModel
Generated model class for type NewCustomerRestriction first defined at extension voucher.
|
class |
OrderRestrictionModel
Generated model class for type OrderRestriction first defined at extension voucher.
|
class |
ProductCategoryRestrictionModel
Generated model class for type ProductCategoryRestriction first defined at extension voucher.
|
class |
ProductQuantityRestrictionModel
Generated model class for type ProductQuantityRestriction first defined at extension voucher.
|
class |
ProductRestrictionModel
Generated model class for type ProductRestriction first defined at extension voucher.
|
class |
RegularCustomerOrderQuantityRestrictionModel
Generated model class for type RegularCustomerOrderQuantityRestriction first defined at extension voucher.
|
class |
RegularCustomerOrderTotalRestrictionModel
Generated model class for type RegularCustomerOrderTotalRestriction first defined at extension voucher.
|
class |
UserRestrictionModel
Generated model class for type UserRestriction first defined at extension voucher.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Set<RestrictionModel> |
VoucherModel.getRestrictions()
Generated method - Getter of the
Voucher.restrictions attribute defined at extension voucher. |
| Modifier and Type | Method and Description |
|---|---|
void |
VoucherModel.setRestrictions(java.util.Set<RestrictionModel> value)
Generated method - Setter of
Voucher.restrictions attribute defined at extension voucher. |
| Modifier and Type | Method and Description |
|---|---|
RestrictionModel |
RestrictionResource.getRestrictionModel()
Convenience method which just delegates to
AbstractResource.getResourceValue() |
protected RestrictionModel |
RestrictionResource.readResource(java.lang.String resourceId)
Gets the
RestrictionModel resource which is addressed by current resource request. |
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<RestrictionModel> |
RestrictionsResource.getRestrictionsCollection()
Convenience method which just delegates to
AbstractResource.getResourceValue() |
| Modifier and Type | Method and Description |
|---|---|
void |
RestrictionResource.setRestrictionModel(RestrictionModel value)
Convenience method which just delegates to
#setResourceValue(RestrictionModel) |
| Modifier and Type | Method and Description |
|---|---|
void |
RestrictionsResource.setRestrictionsCollection(java.util.Collection<RestrictionModel> value)
Convenience method which just delegates to
#setResourceValue(Collection) |
Copyright © 2018 SAP SE. All Rights Reserved.