|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Updates the resource 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
resCgryId
- Comma delimited string of resource ids
resGrpId
- Id of the resource group to be modified
resGrpName
- Modified name of the new resource group
resGrpDesc
- Modified description of the resource group
conditions
- Modified conditions object of the resource group
This command modifies an existing entry in the resource group table.
The following steps are executed by the command sequentially:
ResGrpResAccessBean
access bean.
resCgryId
array by iteratively calling the ResCgryResGrpAddTaskCmd
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 |
getDescription()
Gets the description of the resource group |
java.lang.String |
getResCgryIds()
Gets the list of resource ids to be added to the resource group. |
java.lang.String |
getResGrpDisplayName()
Gets the display name of the resource group. |
java.lang.Integer |
getResGrpId()
Gets the resource group Id |
java.lang.String |
getResGrpName()
Gets the name of the resource group |
java.lang.String |
getViewTask()
Gets the view task name to be returned to the caller |
void |
setDescription(java.lang.String description)
Sets the description of the resource group |
void |
setResCgryIds(java.lang.String resCgryIds)
Sets the list of resource ids to be added to the resource group. |
void |
setResGrpDisplayName(java.lang.String resGrpDisplayName)
Sets the display name of the resource group |
void |
setResGrpId(java.lang.Integer resGrpId)
Sets the resource group Id |
void |
setResGrpName(java.lang.String resGrpName)
Sets the name of the resource 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 getDescription()
public java.lang.String getResCgryIds()
public java.lang.String getResGrpDisplayName()
public java.lang.Integer getResGrpId()
public java.lang.String getResGrpName()
public java.lang.String getViewTask()
public void setDescription(java.lang.String description)
description
- The description of the resource grouppublic void setResCgryIds(java.lang.String resCgryIds)
resCgryIds
- The comma delimited string of all the resources to
to be associated with this resource grouppublic void setResGrpDisplayName(java.lang.String resGrpDisplayName)
resGrpDisplayName
- The display name of the resource grouppublic void setResGrpId(java.lang.Integer resGrpId)
resGrpName
- The resource group Idpublic void setResGrpName(java.lang.String resGrpName)
resGrpName
- The name of the resource 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 |