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

Class GetMemberGroupCmdImpl

  • All Implemented Interfaces:
    BusinessObjectDocumentCmd, GetMemberGroupCmd, 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 GetMemberGroupCmdImpl
    extends AbstractGetBusinessObjectDocumentCmdImpl
    implements GetMemberGroupCmd
    Gets member groups based on search criteria and access profile. First calls FetchMemberGroupCmd to get the search criteria, for example, findByMemberGroupUsage. Then calls the appropriate implementation of ComposeMemberGroupFromDataBeanCmd based on the access profile, to build the response. If no access profile is specified, the "IBM_Summary" will be used as default.
    See Also:
    Serialized Form