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

Class GetOrganizationCmdImpl

  • All Implemented Interfaces:
    BusinessObjectDocumentCmd, GetOrganizationCmd, 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 GetOrganizationCmdImpl
    extends AbstractGetBusinessObjectDocumentCmdImpl
    implements GetOrganizationCmd
    Gets organizations based on search criteria and access profile. Frist calls FetchOrganizationCmd to get the search criteria, for example, findByDistinguishedName. Then calls the appropriate implementation of ComposeOrganizationFromDataBeanCmd based on the access profile, to build the response.
    See Also:
    Serialized Form