|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Deletes an individual action group from the datasource.
This command accepts the id of the action group to be deleted and
then instantiates the ActionGrpAccessBean
using this id.
The action group is then deleted from the datasource using this access bean.
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 | |
int |
getActGrpId()
Gets the action group id. |
java.lang.String |
getResultMsg()
Gets the message to be returned to the caller. |
void |
setActGrpId(int actGrpId)
Sets the action group id. |
void |
setResultMsg(java.lang.String resultMsg)
Sets the message to be returned to the caller. |
Methods inherited from interface com.ibm.commerce.command.ECCommand |
checkIsAllowed, checkResourcePermission, execute, getAccCheck, getCommandContext, getCommandIfName, getCommandName, getDefaultProperties, getResources, getStoreId, getUser, getUserId, performExecute, setAccCheck, setCommandContext, setCommandIfName, setDefaultProperties, validateParameters |
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 int getActGrpId()
public java.lang.String getResultMsg()
public void setActGrpId(int actGrpId)
actGrpId
- The action group id of the action group to be deletedpublic void setResultMsg(java.lang.String resultMsg)
resultMsg
- Message that is returned to the caller
upon completion of the command
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |