| Package | Description |
|---|---|
| de.hybris.platform.voucher.dto | |
| de.hybris.platform.voucher.resource |
| Modifier and Type | Class and Description |
|---|---|
class |
DateRestrictionDTO
Generated dto class for type DateRestriction first defined at extension voucher
|
class |
NewCustomerRestrictionDTO
Generated dto class for type NewCustomerRestriction first defined at extension voucher
|
class |
OrderRestrictionDTO
Generated dto class for type OrderRestriction first defined at extension voucher
|
class |
ProductCategoryRestrictionDTO
Generated dto class for type ProductCategoryRestriction first defined at extension voucher
|
class |
ProductQuantityRestrictionDTO
Generated dto class for type ProductQuantityRestriction first defined at extension voucher
|
class |
ProductRestrictionDTO
Generated dto class for type ProductRestriction first defined at extension voucher
|
class |
RegularCustomerOrderQuantityRestrictionDTO
Generated dto class for type RegularCustomerOrderQuantityRestriction first defined at extension voucher
|
class |
RegularCustomerOrderTotalRestrictionDTO
Generated dto class for type RegularCustomerOrderTotalRestriction first defined at extension voucher
|
class |
UserRestrictionDTO
Generated dto class for type UserRestriction first defined at extension voucher
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Set<RestrictionDTO> |
VoucherDTO.getRestrictions() |
java.util.List<RestrictionDTO> |
RestrictionsDTO.getRestrictions() |
| Modifier and Type | Method and Description |
|---|---|
void |
RestrictionsDTO.setRestrictions(java.util.List<RestrictionDTO> restrictionsList) |
void |
VoucherDTO.setRestrictions(java.util.Set<RestrictionDTO> value) |
| Constructor and Description |
|---|
RestrictionsDTO(java.util.List<RestrictionDTO> restrictionsList)
Generated constructor - for generic creation.
|
| Modifier and Type | Method and Description |
|---|---|
Response |
RestrictionsResource.postRestriction(RestrictionDTO dto)
Generated HTTP method for covering POST requests.
|
Response |
RestrictionResource.putRestriction(RestrictionDTO dto)
Generated HTTP method for covering PUT requests.
|
Copyright © 2018 SAP SE. All Rights Reserved.