atg.commerce.fulfillment
Interface UpdateInventory

All Superinterfaces:
CommerceMessage, java.io.Serializable
All Known Implementing Classes:
UpdateInventoryImpl

public interface UpdateInventory
extends CommerceMessage

This interface coresponds to the UpdateInventory message


Field Summary
static java.lang.String CLASS_VERSION
          Class version string
static java.lang.String TYPE
          This is the JMS message type for the message that this interface represents.
 
Method Summary
 java.lang.String[] getItemIds()
          The list of inventory item ids that have increased inventory.
 void setItemIds(java.lang.String[] pItemIds)
          The list of inventory item ids that have increased inventory
 
Methods inherited from interface atg.commerce.messaging.CommerceMessage
getId, getOriginalId, getOriginalSource, getOriginalUserId, getParentSessionId, getSessionId, getSource, getType, getUserId, setId, setParentSessionId, setSessionId, setSource, setUserId
 

Field Detail

CLASS_VERSION

static final java.lang.String CLASS_VERSION
Class version string

See Also:
Constant Field Values

TYPE

static final java.lang.String TYPE
This is the JMS message type for the message that this interface represents.

See Also:
Constant Field Values
Method Detail

getItemIds

java.lang.String[] getItemIds()
The list of inventory item ids that have increased inventory.


setItemIds

void setItemIds(java.lang.String[] pItemIds)
The list of inventory item ids that have increased inventory