public class ProcessMemberGroupDeleteActionCmdImpl extends AbstractProcessNounActionCmdImpl implements ProcessMemberGroupActionCmd
SegmentDeleteControllerCmd
command.
The following errors conditions exists for this command:-
When the member group UniqueID is missing
When the member group does not exist.Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COPYRIGHT
IBM Copyright notice field.
|
Constructor and Description |
---|
ProcessMemberGroupDeleteActionCmdImpl() |
Modifier and Type | Method and Description |
---|---|
void |
performExecute()
This method calls the
SegmentDeleteController command to delete the member group. |
void |
validate()
This method validates if the member group unique ID is provided and if the member group exists.
|
getActionExpression, getNoun, isGeneric, isReadyToCallExecute, reset, setActionExpression, setNoun, setPersistentObjects
execute, executeFromCache, getCaller, getEntryInfo, getId, getObjectSize, 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
isGeneric, setActionExpression, setNoun, setPersistentObjects
public static final java.lang.String COPYRIGHT
public ProcessMemberGroupDeleteActionCmdImpl()
public void performExecute() throws java.lang.Exception
SegmentDeleteController
command to delete the member group.performExecute
in interface com.ibm.websphere.command.TargetableCommand
performExecute
in class com.ibm.websphere.command.TargetableCommandImpl
java.lang.Exception
- an exception will be throws when the delete operation fails.public void validate() throws AbstractApplicationException
validate
in interface AbstractProcessNounActionCmd
AbstractApplicationException
- An application exception will be thrown:
When the member group UniqueID is missing
When the member group does not exist.