|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Deletes Policies from the datasource. Following is the list of parameters the command accepts from the User Interface:
viewtaskname
- View that is executed upon completion of the command
policyId
- Comma delimited string of policy ids
ownerId
- The owner Id of the policy owner
String
containing the policy ids of all the policies to be
deleted and then iteratively calls the PolicyDeleteTaskCmd
task command to delete the individual policies from the datasource.
Field Summary | |
static java.lang.String |
COPYRIGHT
copyright notice |
static java.lang.String |
defaultCommandClassName
name of the default implementation of this command |
static java.lang.String |
NAME
name of this command |
Method Summary | |
java.lang.Long |
getOwnerId()
Gets the owner Id of the policy owner |
java.lang.String |
getPolicyIds()
Gets the list of policy ids to be deleted. |
java.lang.String |
getViewTask()
Gets the view task name. |
void |
setOwnerId(java.lang.Long ownerId)
Sets the owner Id of the policy owner |
void |
setPolicyIds(java.lang.String policyIds)
Sets the list of policy ids to be deleted. |
void |
setViewTask(java.lang.String newViewTask)
Sets the view task name to be returned to the caller. |
Methods inherited from interface com.ibm.commerce.command.ControllerCommand |
execute, getGeneric, getRequestProperties, getResolvedRequestProperties, getResponseProperties, getRetriable, getViewInputProperties, isGeneric, isRetriable, mergeProperties, setGeneric, setRequestProperties, setRetriable, setViewInputProperties |
Methods inherited from interface com.ibm.commerce.command.AccCommand |
accessControlCheck, getAccCheck, getForUserId, setAccCheck, setForUserId, setOwner |
Methods inherited from interface com.ibm.commerce.command.ECCommand |
checkIsAllowed, checkResourcePermission, getCommandContext, getCommandIfName, getCommandName, getDefaultProperties, getResources, getStoreId, getUser, getUserId, performExecute, setCommandContext, setCommandIfName, setDefaultProperties, validateParameters |
Methods inherited from interface com.ibm.commerce.security.Protectable |
fulfills, getOwner |
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.Long getOwnerId()
public java.lang.String getPolicyIds()
policyIds
public java.lang.String getViewTask()
public void setOwnerId(java.lang.Long ownerId)
ownerId
- the owner Id of the policy ownerpublic void setPolicyIds(java.lang.String policyIds)
policyIds
- The comma delimited String of policyIds
public void setViewTask(java.lang.String newViewTask)
viewTask
- View that is executed upon completion of the command
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |