public class DeleteMemberGroupAllMemberCmdImpl extends TaskCommandImpl implements DeleteMemberGroupAllMemberCmd
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COPYRIGHT
Copyright.
|
defaultCommandClassName, NAME
Constructor and Description |
---|
DeleteMemberGroupAllMemberCmdImpl() |
Modifier and Type | Method and Description |
---|---|
void |
enableContentManagement(boolean enabled)
Indicates whether Content Management flow should be used for the command
|
java.lang.Long |
getMemberGroupId()
Gets the ID of this member group.
|
boolean |
isReadyToCallExecute()
Checks to see if the command is ready to call.
|
void |
performExecute()
Performs the execution of the command.
|
void |
setExclusion(java.lang.String exclusion)
set the exclude flag.
|
void |
setMemberGroupId(java.lang.Long memberGroupId)
set the member group ID.
|
accessControlCheck, checkIsAllowed, checkResourcePermission, createCommandExecutionEvent, execute, getAccCheck, getCommandContext, getCommandIfName, getCommandName, getCommandStoreId, getDefaultProperties, getExceptionInvokeParameters, getObjectSize, getPostInvokeParameters, getPreInvokeParameters, getResources, getStoreId, getUser, getUserId, reset, setAccCheck, setCommandContext, setCommandIfName, setCommandStoreId, setDefaultProperties, validateParameters
executeFromCache, getCaller, getEntryInfo, getId, getSharingPolicy, postExecute, preExecute, setCaller, setObjectSize, unionDependencies, updateCache
getCommandTarget, getCommandTargetName, getTargetPolicy, hasOutputProperties, setCommandTarget, setCommandTargetName, setHasOutputProperties, setOutputProperties, setTargetPolicy
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
executeFromCache, getCaller, getEntryInfo, getId, getSharingPolicy, postExecute, preExecute, setCaller, updateCache
getCommandTarget, getCommandTargetName, hasOutputProperties, setCommandTarget, setCommandTargetName, setOutputProperties
checkIsAllowed, checkResourcePermission, createCommandExecutionEvent, getAccCheck, getCommandContext, getCommandIfName, getCommandName, getCommandStoreId, getDefaultProperties, getExceptionInvokeParameters, getPostInvokeParameters, getPreInvokeParameters, getResources, getStoreId, getUser, getUserId, setAccCheck, setCommandContext, setCommandIfName, setCommandStoreId, setDefaultProperties, validateParameters
public static final java.lang.String COPYRIGHT
public void enableContentManagement(boolean enabled)
enableContentManagement
in interface DeleteMemberGroupAllMemberCmd
enabled
- true will use the Content Management flowpublic void setMemberGroupId(java.lang.Long memberGroupId)
setMemberGroupId
in interface DeleteMemberGroupAllMemberCmd
memberGroupId
- the Id of the membergroup.public void setExclusion(java.lang.String exclusion)
setExclusion
in interface DeleteMemberGroupAllMemberCmd
exclude
- exclude flag of the memberspublic java.lang.Long getMemberGroupId()
getMemberGroupId
in interface DeleteMemberGroupAllMemberCmd
public boolean isReadyToCallExecute()
isReadyToCallExecute
in interface com.ibm.websphere.command.Command
isReadyToCallExecute
in class AbstractECTargetableCommand
true
if the command is ready to go.public void performExecute() throws ECException
performExecute
in interface ECCommand
performExecute
in interface com.ibm.websphere.command.TargetableCommand
performExecute
in class AbstractECTargetableCommand
ECException
- Thrown when the DeleteMemberGroupAllMemberCmd
implementation can not execute successfully.