Mark a list of vendors for deletion.
URL calling syntax
https://host_name/path/VendorDelete?vendorId=vendor_Id_1&vendorId=vendor_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 |
static java.lang.String |
defaultCommandClassName The default implementation class name. |
static java.lang.String |
NAME |
Method Summary | |
---|---|
void |
setRequestProperties(
TypedProperty reqParms) Set request properties. |
void |
setVendorIds(java.lang.String[] newVendorIds) Set the list of vendor identifiers. |
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 setVendorIds(java.lang.String[] newVendorIds)
newVendorIds
- java.lang.String[]public void setRequestProperties(TypedProperty reqParms) throws ECApplicationException
setRequestProperties
in interface
ControllerCommand
reqParms
- com.ibm.commerce.datatype.TypedProperty
ECApplicationException