|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Create an expected inventory record.
This command requires to have the store id set in the command context.
Parameters
Example xml_string:
Response Parameters
Exceptions
When the required fields are missing or not in the right data type, this command will throw exception to indicate which field is missing or bad.
Field Summary | |
static java.lang.String |
COPYRIGHT
|
static java.lang.String |
defaultCommandClassName
The default implementation class name. |
static java.lang.String |
NAME
|
Method Summary | |
void |
setAddedItem(java.util.Vector newAddedItem)
Set the list of items included in the new expected inventory record. |
void |
setAddedSize(java.lang.String newAddedSize)
Set the number of items included in the new expected inventory record. |
void |
setExternalId(java.lang.String newExternalId)
Set the external identifier. |
void |
setOrderDate(java.lang.String newOrderDate)
Set the date this order is created with the vendor. |
void |
setVendorId(java.lang.String newVendorId)
Set the vendor identifer. |
Methods inherited from interface com.ibm.commerce.command.ControllerCommand |
execute, getGeneric, getRequestProperties, getResolvedRequestProperties, getResponseProperties, getRetriable, getViewInputProperties, isGeneric, isRetriable, mergeProperties, setGeneric, setRequestProperties, setRetriable, setViewInputProperties |
Methods inherited from interface com.ibm.commerce.command.AccCommand |
accessControlCheck, getAccCheck, getForUserId, setAccCheck, setForUserId, setOwner |
Methods inherited from interface com.ibm.commerce.command.ECCommand |
checkIsAllowed, checkResourcePermission, getCommandContext, getCommandIfName, getCommandName, getDefaultProperties, getResources, getStoreId, getUser, getUserId, performExecute, setCommandContext, setCommandIfName, setDefaultProperties, validateParameters |
Methods inherited from interface com.ibm.commerce.security.Protectable |
fulfills, getOwner |
Field Detail |
public static final java.lang.String COPYRIGHT
public static final java.lang.String defaultCommandClassName
public static final java.lang.String NAME
Method Detail |
public void setAddedItem(java.util.Vector newAddedItem)
newAddedItem
- java.util.Vectorpublic void setAddedSize(java.lang.String newAddedSize)
newAddedSize
- intpublic void setExternalId(java.lang.String newExternalId)
newExternalId
- java.lang.Stringpublic void setOrderDate(java.lang.String newOrderDate)
newOrderDate
- java.lang.Stringpublic void setVendorId(java.lang.String newVendorId)
newVendorId
- java.lang.String
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |