|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Updates the action group data. Following is the list of parameters the command accepts from the User Interface:
viewtaskname
- View that is executed upon completion of the command
actionId
- Comma delimited string of action ids
actGrpId
- Id of the action group to be modified
actGrpName
- Modified name of the new action group
actGrpDisplayName
- Display name of the new action group
actGrpDesc
- Modified description of the new action group
This command modifies an existing entry in the action group table.
The following steps are executed by the command sequentially:
ActActGrpAccessBean
access bean.
ActionActGrpAddTaskCmd
task command.
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.String |
getActGrpDisplayName()
Gets the display name of the action group. |
java.lang.Integer |
getActGrpId()
Gets the action group Id |
java.lang.String |
getActGrpName()
Gets the name of the action group. |
java.lang.String |
getActionIds()
Gets the list of action ids to be added to the action group. |
java.lang.String |
getDescription()
Gets the description of the action group. |
java.lang.String |
getViewTask()
Gets the view task name to be returned to the caller |
void |
setActGrpDisplayName(java.lang.String actGrpDisplayName)
Sets the display name of the action group. |
void |
setActGrpId(java.lang.Integer actGrpId)
Sets the action group Id. |
void |
setActGrpName(java.lang.String actGrpName)
Sets the name of the action group. |
void |
setActionIds(java.lang.String actionIds)
Sets the list of action ids to be added to the action group. |
void |
setDescription(java.lang.String description)
Sets the description of the action group. |
void |
setViewTask(java.lang.String viewTask)
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.String getActGrpDisplayName()
public java.lang.Integer getActGrpId()
public java.lang.String getActGrpName()
public java.lang.String getActionIds()
public java.lang.String getDescription()
public java.lang.String getViewTask()
public void setActGrpDisplayName(java.lang.String actGrpDisplayName)
actGrpDisplayName
- The display name of the action grouppublic void setActGrpId(java.lang.Integer actGrpId)
actGrpId
- The action group Id.public void setActGrpName(java.lang.String actGrpName)
actGrpName
- The name of the action grouppublic void setActionIds(java.lang.String actionIds)
actionIds
- The comma delimied string of all the actions to
to be associated with this action grouppublic void setDescription(java.lang.String description)
description
- The description of the action grouppublic void setViewTask(java.lang.String viewTask)
viewTask
- The view task name to be returned to the caller.
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |