com.ibm.commerce.inventory.commands
Interface UpdateReleaseManifestStatusCmd

All Superinterfaces:
ECCommand, TaskCommand
All Known Implementing Classes:
UpdateReleaseManifestStatusCmdImpl

public interface UpdateReleaseManifestStatusCmd
extends TaskCommand

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

ordersId
The identifier of the order.
ordReleaseNum
The order release number.

Output Parameters

manifestFound
Return the flag to indicate if there is any shipment tracking information for the order release is found.

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

COPYRIGHT

public static final java.lang.String COPYRIGHT
The internal copyright field.

defaultCommandClassName

public static final java.lang.String defaultCommandClassName
The default implementation class is "com.ibm.commerce.inventory.commands.UpdateReleaseManifestStatusCmdImpl".

NAME

public static final java.lang.String NAME
The name of this interface is "com.ibm.commerce.inventory.commands.UpdateReleaseManifestStatusCmd".
Method Detail

getManifestFound

public java.lang.String getManifestFound()
Return the flag to indicate if there is any shipment tracking information for the order release is found.
Returns:
java.lang.String

getOrdersId

public java.lang.Long getOrdersId()
Return the order identifier.
Returns:
java.lang.Long

getOrdReleaseNum

public java.lang.Integer getOrdReleaseNum()
Return order release number.
Returns:
java.lang.Integer

setManifestFound

public void setManifestFound(java.lang.String newManifestFound)
Set the flag to indicate if there is any shipment tracking information for the order release is found.
Parameters:
newManifestFound - java.lang.String

setOrdersId

public void setOrdersId(java.lang.Long newOrdersId)
Set the order identifier.
Parameters:
newOrdersId - java.lang.Long

setOrdReleaseNum

public void setOrdReleaseNum(java.lang.Integer newOrdReleaseNum)
Set order release number.
Parameters:
newOrdReleaseNum - java.lang.Integer

setRequestProperties

public void setRequestProperties(TypedProperty newRequestProperties)
                          throws ECApplicationException
Set request properties.
Parameters:
reqParms - com.ibm.commerce.datatype.TypedProperty