public class ComposeMemberGroupFromDataBeanSummaryCmdImpl extends ComposeMemberGroupFromDataBeanBaseCmdImpl implements ComposeMemberGroupFromDataBeanCmd
SDO
with the following summary information:
/MemberGroup/MemberGroupIdentifier/UniqueID
-
/MemberGroup/MemberGroupIdentifier/ExternalIdentifier/Name
-
/MemberGroup/MemberGroupIdentifier/ExternalIdentifier/@ownerID
-
/MemberGroup/MemberGroupIdentifier/ExternalIdentifier/StoreIdentifier/UniqueID
-
/MemberGroup/MemberGroupDescription
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COPYRIGHT
IBM Copyright notice field.
|
Constructor and Description |
---|
ComposeMemberGroupFromDataBeanSummaryCmdImpl()
Constructor
|
Modifier and Type | Method and Description |
---|---|
void |
execute()
Populates the Member Group
SDO with the following summary information:
/MemberGroup/MemberGroupIdentifier |
boolean |
isReadyToCallExecute()
Checks if the command is ready to execute.
|
void |
reset()
Sets the instance variables to null.
|
getMemberGroup, setGet, setMemberGroup, setMemberGroupDataBean
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getMemberGroup, setGet, setMemberGroup, setMemberGroupDataBean
public static final java.lang.String COPYRIGHT
public ComposeMemberGroupFromDataBeanSummaryCmdImpl()
public void execute() throws com.ibm.websphere.command.CommandException
SDO
with the following summary information:
/MemberGroup/MemberGroupIdentifier
-
/MemberGroup/MemberGroupDescription
This methods creates the MemberGroup object by calling the createMemberGroupSummary() method
and adds the member group description(s) returned by calling the createMemberGroupDescription()
method.
execute
in interface com.ibm.websphere.command.Command
com.ibm.websphere.command.CommandException
- if an error occurspublic boolean isReadyToCallExecute()
isReadyToCallExecute
in interface com.ibm.websphere.command.Command
Command.isReadyToCallExecute()
public void reset()
reset
in interface com.ibm.websphere.command.Command