public class InventoryClientFacadeImpl
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
COPYRIGHT
The IBM copyright notice field.
|
| Constructor and Description |
|---|
InventoryClientFacadeImpl()
Default constructor.
|
| Modifier and Type | Method and Description |
|---|---|
static InventoryClientFacadeImpl |
getInstance()
Returns an instance of this client facade implementation.
|
com.ibm.commerce.inventory.datatypes.ShowProductAvailabilityType |
getProductAvailability(java.lang.String action,
com.ibm.commerce.inventory.datatypes.GetProductAvailabilityType argGetProductAvailability)
Makes the
GetProductAvailability service request with the
invocation service action and GetProductAvailability
SDO specified. |
com.ibm.commerce.inventory.datatypes.AcknowledgeOrderInventoryType |
processOrderInventory(java.lang.String action,
com.ibm.commerce.inventory.datatypes.ProcessOrderInventoryType argProcessOrderInventory)
Makes the
ProcessOrderInventory service request with the
invocation service action and ProcessOrderInventory
SDO specified. |
public static final java.lang.String COPYRIGHT
public InventoryClientFacadeImpl()
public static InventoryClientFacadeImpl getInstance()
public com.ibm.commerce.inventory.datatypes.ShowProductAvailabilityType getProductAvailability(java.lang.String action,
com.ibm.commerce.inventory.datatypes.GetProductAvailabilityType argGetProductAvailability)
throws com.ibm.commerce.foundation.services.invocation.exception.InvocationServiceException
GetProductAvailability service request with the
invocation service action and GetProductAvailability
SDO specified.action - the invocation service action.getProductAvailability - the GetProductAvailability SDO.ShowProductAvailability SDO.com.ibm.commerce.foundation.services.invocation.exception.InvocationServiceExceptionpublic com.ibm.commerce.inventory.datatypes.AcknowledgeOrderInventoryType processOrderInventory(java.lang.String action,
com.ibm.commerce.inventory.datatypes.ProcessOrderInventoryType argProcessOrderInventory)
throws com.ibm.commerce.foundation.services.invocation.exception.InvocationServiceException
ProcessOrderInventory service request with the
invocation service action and ProcessOrderInventory
SDO specified.action - the invocation service action.processOrderInventory - the ProcessOrderInventory SDO.AcknowledgeOrderInventory SDO.com.ibm.commerce.foundation.services.invocation.exception.InvocationServiceException