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

Class GetPersonCmdImpl

  • All Implemented Interfaces:
    BusinessObjectDocumentCmd, GetPersonCmd, 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 GetPersonCmdImpl
    extends AbstractGetBusinessObjectDocumentCmdImpl
    implements GetPersonCmd
    Gets persons based on search criteria and access profile. First calls FetchPersonCmd to get the search criteria, for example, findByDistinguishedName. Then calls the appropriate implementation of ComposePersonFromDataBeanCmd based on the access profile, to build the response.
    See Also:
    Serialized Form