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

Interface ComposeMemberGroupFromDataBeanCmd

    • Field Detail

      • COPYRIGHT

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

      • setMemberGroupDataBean

        void setMemberGroupDataBean(SegmentDataBean memberGroupDB)
                             throws ECException
        Sets the member group data bean which is used to compose the MemberGroup SDO
        Parameters:
        memberGroupDB - The member group data bean
        Throws:
        ECException - if an error occurs
      • setMemberGroup

        void setMemberGroup(MemberGroupType aMemberGroupType)
        Sets a partially populated member group SDO. This is needed when a compose command delegates to multiple other compose commands to build a member group SDO. After the first delegation, the paritally populated member group SDO is then passed to the next delegate compose command.
        Parameters:
        aMemberGroupType - the partially populated member group SDO
      • setGet

        void setGet(GetType getVerb)
        This method sets the get expression to base the fetch operation on.
        Parameters:
        getVerb - The get expression to execute.