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

Interface GetMemberGroupCmd

  • All Known Implementing Classes:
    GetMemberGroupCmdImpl


    public interface GetMemberGroupCmd
    Implementations of this interface must find the member groups identified by information passed in from the setGetMemberGroup method. The member groups are returned via the getShowMemberGroup() method.
    • Field Detail

      • COPYRIGHT

        static final java.lang.String COPYRIGHT
        IBM Copyright notice field.
        See Also:
        Constant Field Values
    • Method Detail

      • setGetMemberGroup

        void setGetMemberGroup(GetMemberGroupType getMemberGroup)
        Sets the GetMemberGroup BOD which contains the search criteria and access profile.
        Parameters:
        getMemberGroup - The GetMemberGroup BOD which contains the search criteria and access profile.
      • getShowMemberGroup

        ShowMemberGroupType getShowMemberGroup()
        Gets the ShowMemberGroupType BOD result to be returned to the client
        Returns:
        the ShowMemberGroupType BOD result