| Package | Description |
|---|---|
| de.hybris.platform.core.dto.order | |
| de.hybris.platform.core.dto.product | |
| de.hybris.platform.ordersplitting.dto | |
| de.hybris.platform.ordersplitting.resource |
| Modifier and Type | Method and Description |
|---|---|
VendorDTO |
AbstractOrderEntryDTO.getChosenVendor() |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractOrderEntryDTO.setChosenVendor(VendorDTO value) |
| Modifier and Type | Method and Description |
|---|---|
Set<VendorDTO> |
ProductDTO.getVendors() |
| Modifier and Type | Method and Description |
|---|---|
void |
ProductDTO.setVendors(Set<VendorDTO> value) |
| Modifier and Type | Method and Description |
|---|---|
VendorDTO |
WarehouseDTO.getVendor() |
| Modifier and Type | Method and Description |
|---|---|
List<VendorDTO> |
VendorsDTO.getVendors() |
| Modifier and Type | Method and Description |
|---|---|
void |
WarehouseDTO.setVendor(VendorDTO value) |
| Modifier and Type | Method and Description |
|---|---|
void |
VendorsDTO.setVendors(List<VendorDTO> vendorsList) |
| Constructor and Description |
|---|
VendorsDTO(List<VendorDTO> vendorsList)
Generated constructor - for generic creation.
|
| Modifier and Type | Method and Description |
|---|---|
Response |
VendorsResource.postVendor(VendorDTO dto)
Generated HTTP method for covering POST requests.
|
Response |
VendorResource.putVendor(VendorDTO dto)
Generated HTTP method for covering PUT requests.
|
Copyright © 2017 SAP SE. All Rights Reserved.