public interface SapProductAvailabilityBackend extends BackendBusinessObject
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
readPlant(ProductModel product,
java.lang.String customerId)
Returns the plant name given information about a product.
|
java.lang.String |
readPlantForCustomerMaterial(java.lang.String material,
java.lang.String customerId)
Gets the plant from the customer material record.
|
SapProductAvailability |
readProductAvailability(ProductModel product,
java.lang.String customerId,
java.lang.String plant,
java.lang.Long requestedQuantity)
Reads availability information given the search criteria.
|
destroyBackendObject, initBackendObjectjava.lang.String readPlantForCustomerMaterial(java.lang.String material,
java.lang.String customerId)
throws BackendException
material - customerId - BackendExceptionSapProductAvailability readProductAvailability(ProductModel product, java.lang.String customerId, java.lang.String plant, java.lang.Long requestedQuantity) throws BackendException
product - customerId - plant - requestedQuantity - BackendExceptionjava.lang.String readPlant(ProductModel product, java.lang.String customerId) throws BackendException
product - customerId - BackendExceptionCopyright © 2018 SAP SE. All Rights Reserved.