|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Update order status and fulfillment status after the order release is packed and shipped.
This command will call UpdateReleaseManifestStatusCmd to update the order status and fulfillment status. If the order release is packed and shipped, the status of the order release will be set to 'MNF', the fulfillment status of all the order items in the order release will be set to 'SHIP', and the status of the order will be set to 'S' if all order items in the order are packed and shipped.
Input Parameters
Output 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
The internal copyright field. |
static java.lang.String |
defaultCommandClassName
The default implementation class is "com.ibm.commerce.inventory.commands.UpdateReleaseManifestStatusCmdImpl". |
static java.lang.String |
NAME
The name of this interface is "com.ibm.commerce.inventory.commands.UpdateReleaseManifestStatusCmd". |
Method Summary | |
java.lang.String |
getManifestFound()
Return the flag to indicate if there is any shipment tracking information for the order release is found. |
java.lang.Long |
getOrdersId()
Return the order identifier. |
java.lang.Integer |
getOrdReleaseNum()
Return order release number. |
void |
setManifestFound(java.lang.String newManifestFound)
Set the flag to indicate if there is any shipment tracking information for the order release is found. |
void |
setOrdersId(java.lang.Long newOrdersId)
Set the order identifier. |
void |
setOrdReleaseNum(java.lang.Integer newOrdReleaseNum)
Set order release number. |
void |
setRequestProperties(TypedProperty newRequestProperties)
Set request properties. |
Methods inherited from interface com.ibm.commerce.command.ECCommand |
checkIsAllowed, checkResourcePermission, execute, getAccCheck, getCommandContext, getCommandIfName, getCommandName, getDefaultProperties, getResources, getStoreId, getUser, getUserId, performExecute, setAccCheck, setCommandContext, setCommandIfName, setDefaultProperties, validateParameters |
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 java.lang.String getManifestFound()
public java.lang.Long getOrdersId()
public java.lang.Integer getOrdReleaseNum()
public void setManifestFound(java.lang.String newManifestFound)
newManifestFound
- java.lang.Stringpublic void setOrdersId(java.lang.Long newOrdersId)
newOrdersId
- java.lang.Longpublic void setOrdReleaseNum(java.lang.Integer newOrdReleaseNum)
newOrdReleaseNum
- java.lang.Integerpublic void setRequestProperties(TypedProperty newRequestProperties) throws ECApplicationException
reqParms
- com.ibm.commerce.datatype.TypedProperty
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |