public interface ReleaseManifestCmd extends ToolsControllerCommand
This controller 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.
URL calling syntax
https://host_name/path/ReleaseManifest?ordersId=order_Id&ordReleaseNum=order_release_number&URL=return_url
Parameters
Response Parameters
Exceptions
When the required fields are missing or not in the right datatype, this command will throw exception to indicate which field is missing or bad.
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COPYRIGHT
The internal copyright field.
|
static java.lang.String |
defaultCommandClassName
The default implementation class name is "com.ibm.commerce.inventory.commands.ReleaseManifestCmdImpl".
|
static java.lang.String |
NAME
The name of this interface is "com.ibm.commerce.inventory.commands.ReleaseManifestCmd".
|
Modifier and Type | Method and Description |
---|---|
void |
setOrdersId(java.lang.String newOrdersId)
Sets the order identifier.
|
void |
setOrdReleaseNum(java.lang.String newOrdReleaseNum)
Sets the order release number.
|
void |
setRequestProperties(TypedProperty reqParms)
Sets the command request properties.
|
checkPermission, execute, getGeneric, getRequestProperties, getResolvedRequestProperties, getResponseProperties, getRetriable, getViewInputProperties, isGeneric, isRetriable, mergeProperties, setGeneric, setRetriable, setViewInputProperties
executeFromCache, getCaller, getEntryInfo, getId, getSharingPolicy, postExecute, preExecute, setCaller, updateCache
getCommandTarget, getCommandTargetName, hasOutputProperties, performExecute, setCommandTarget, setCommandTargetName, setOutputProperties
accessControlCheck, getAccCheck, getForUserId, getResourceOwners, setAccCheck, setForUserId, setOwner
checkIsAllowed, checkResourcePermission, createCommandExecutionEvent, getCommandContext, getCommandIfName, getCommandName, getCommandStoreId, getDefaultProperties, getExceptionInvokeParameters, getPostInvokeParameters, getPreInvokeParameters, getResources, getStoreId, getUser, getUserId, performExecute, setCommandContext, setCommandIfName, setCommandStoreId, setDefaultProperties, validateParameters
fulfills, getOwner
static final java.lang.String COPYRIGHT
static final java.lang.String NAME
static final java.lang.String defaultCommandClassName
void setOrdersId(java.lang.String newOrdersId)
newOrdersId
- order identifiervoid setOrdReleaseNum(java.lang.String newOrdReleaseNum)
newOrdReleaseNum
- new order release numbervoid setRequestProperties(TypedProperty reqParms) throws ECApplicationException
setRequestProperties
in interface ControllerCommand
reqParms
- request propertiesECApplicationException