public abstract class AbstractFetchMemberGroupCmdImpl extends AbstractFetchNounCmdImpl
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COPYRIGHT
IBM Copyright notice field.
|
Constructor and Description |
---|
AbstractFetchMemberGroupCmdImpl() |
Modifier and Type | Method and Description |
---|---|
java.util.List |
getMemberGroups()
Returns a list of
SegmentDataBean representing
the Member Groups found based on the GetType search criteria. |
java.util.List |
getNouns()
Gets the MemberGroup nouns.
|
void |
performExecute()
This method executes the search and then call the compose command to transform the
databeans into the appropriate logical model.
|
void |
reset()
This method resets the instance variables so the command can be reused.
|
getShow, isReadyToCallExecute, setGet, setSearchExpression
execute, executeFromCache, getCaller, getEntryInfo, getId, getObjectSize, getSharingPolicy, postExecute, preExecute, setCaller, setObjectSize, unionDependencies, updateCache
getCommandTarget, getCommandTargetName, getTargetPolicy, hasOutputProperties, setCommandTarget, setCommandTargetName, setHasOutputProperties, setOutputProperties, setTargetPolicy
public static final java.lang.String COPYRIGHT
public java.util.List getNouns()
public void reset()
reset
in interface com.ibm.websphere.command.Command
reset
in class AbstractFetchNounCmdImpl
Command.reset()
public java.util.List getMemberGroups()
SegmentDataBean
representing
the Member Groups found based on the GetType
search criteria.SegmentDataBean
FetchMemberGroupCmd.getMemberGroups()
public void performExecute() throws java.lang.Exception
performExecute
in interface com.ibm.websphere.command.TargetableCommand
performExecute
in class com.ibm.websphere.command.TargetableCommandImpl
java.lang.Exception
TargetableCommand.performExecute()