| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<VendorDTO> |
CategoryDTO.getVendors() |
| Modifier and Type | Method and Description |
|---|---|
void |
CategoryDTO.setVendors(java.util.Collection<VendorDTO> value) |
| 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 |
|---|---|
java.util.Set<VendorDTO> |
ProductDTO.getVendors() |
| Modifier and Type | Method and Description |
|---|---|
void |
ProductDTO.setVendors(java.util.Set<VendorDTO> value) |
| Modifier and Type | Method and Description |
|---|---|
VendorDTO |
UserGroupDTO.getVendor() |
| Modifier and Type | Method and Description |
|---|---|
void |
UserGroupDTO.setVendor(VendorDTO value) |
| Modifier and Type | Method and Description |
|---|---|
VendorDTO |
VendorUserDTO.getVendor() |
VendorDTO |
CustomerVendorReviewDTO.getVendor() |
| Modifier and Type | Method and Description |
|---|---|
void |
VendorUserDTO.setVendor(VendorDTO value) |
void |
CustomerVendorReviewDTO.setVendor(VendorDTO value) |
| Modifier and Type | Method and Description |
|---|---|
VendorDTO |
CMSVendorRestrictionDTO.getVendor() |
| Modifier and Type | Method and Description |
|---|---|
void |
CMSVendorRestrictionDTO.setVendor(VendorDTO value) |
| Modifier and Type | Method and Description |
|---|---|
VendorDTO |
WarehouseDTO.getVendor() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<VendorDTO> |
VendorsDTO.getVendors() |
| Modifier and Type | Method and Description |
|---|---|
void |
WarehouseDTO.setVendor(VendorDTO value) |
| Modifier and Type | Method and Description |
|---|---|
void |
VendorsDTO.setVendors(java.util.List<VendorDTO> vendorsList) |
| Constructor and Description |
|---|
VendorsDTO(java.util.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 © 2018 SAP SE. All Rights Reserved.