com.ibm.commerce.member.facade.server.commands

Class ChangeMemberGroupCmdImpl

  • All Implemented Interfaces:
    BusinessObjectDocumentCmd, ChangeMemberGroupCmd, com.ibm.websphere.cache.Sizeable, com.ibm.websphere.command.CacheableCommand, com.ibm.websphere.command.Command, com.ibm.websphere.command.CommandCaller, com.ibm.websphere.command.TargetableCommand, java.io.Serializable


    public class ChangeMemberGroupCmdImpl
    extends AbstractChangeBusinessObjectDocumentCmdImpl
    implements ChangeMemberGroupCmd

    This controller command implementation is used for processing Change MemberGroup requests. This Change controller command is to break the request into smaller tasks and execute these tasks.

    See Also:
    Serialized Form
    • Field Detail

      • COPYRIGHT

        public static final java.lang.String COPYRIGHT
        IBM copyright notice field.
        See Also:
        Constant Field Values
    • Constructor Detail

      • ChangeMemberGroupCmdImpl

        public ChangeMemberGroupCmdImpl()
        The constructor.
    • Method Detail

      • setChangeMemberGroup

        public void setChangeMemberGroup(com.ibm.commerce.member.facade.datatypes.ChangeMemberGroupType changeMemberGroup)
        A set method for ChangeMemberGroup
        Specified by:
        setChangeMemberGroup in interface ChangeMemberGroupCmd
        Parameters:
        changeMemberGroup - the ChangeMemberGroup BOD that ChangeMemberGroupCmd would execute
      • getRespondMemberGroup

        public com.ibm.commerce.member.facade.datatypes.RespondMemberGroupType getRespondMemberGroup()
        Provide a get method to get the result (RespondMemberGroupType BOD)
        Specified by:
        getRespondMemberGroup in interface ChangeMemberGroupCmd
        Returns:
        RespondMemberGroupType the RespondMemberGroupType BOD would return to the client