Marks a list of fulfillment centers for deletion.
URL calling syntax for this controller command
https://host_name/path/FulfillmentCenterDelete?fulfillmentCenterId=fulfillment_center_Id_1&fulfillmentCenterId=fulfillment_center_Id_2&URL=return_url
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.
Field Summary | |
---|---|
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.FulfillmentCenterDeleteCmdImpl". |
static java.lang.String |
NAME The name of this interface is "com.ibm.commerce.inventory.commands.FulfillmentCenterDeleteCmd". |
Method Summary | |
---|---|
void |
setFulfillmentCenterIds(java.lang.String[] newFulfillmentCenterIds) Sets the list of fulfillment center identifiers. |
void |
setRequestProperties(
TypedProperty reqParms) Sets a group of request properties. |
Methods inherited from interface com.ibm.commerce.command. ControllerCommand |
checkPermission,
execute,
getGeneric,
getRequestProperties,
getResolvedRequestProperties,
getResponseProperties,
getRetriable,
getViewInputProperties,
isGeneric,
isRetriable,
mergeProperties,
setGeneric,
setRetriable,
setViewInputProperties |
Methods inherited from interface com.ibm.commerce.command. AccCommand |
accessControlCheck,
getAccCheck,
getForUserId,
getResourceOwners,
setAccCheck,
setForUserId,
setOwner |
Methods inherited from interface com.ibm.commerce.command. ECCommand |
checkIsAllowed,
checkResourcePermission,
createCommandExecutionEvent,
getCommandContext,
getCommandIfName,
getCommandName,
getCommandStoreId,
getDefaultProperties,
getResources,
getStoreId,
getUser,
getUserId,
performExecute,
setCommandContext,
setCommandIfName,
setCommandStoreId,
setDefaultProperties,
validateParameters |
Field Detail |
---|
public static final java.lang.String COPYRIGHT
public static final java.lang.String NAME
public static final java.lang.String defaultCommandClassName
Method Detail |
---|
public void setFulfillmentCenterIds(java.lang.String[] newFulfillmentCenterIds)
newFulfillmentCenterIds
- identifiers of the fulfillment
centers to be marked for deletionpublic void setRequestProperties(TypedProperty reqParms) throws ECApplicationException
setRequestProperties
in interface
ControllerCommand
reqParms
- fulfillment center delete properties
ECApplicationException