com.ibm.commerce.location.facade.server.commands

Class GetClientLocationCmdImpl

  • All Implemented Interfaces:
    BusinessObjectDocumentCmd, GetClientLocationCmd, 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 GetClientLocationCmdImpl
    extends AbstractGetBusinessObjectDocumentCmdImpl
    implements GetClientLocationCmd
    This command gets activities based on the search criteria and the access profile. The parent class will call the FetchClientLocationCmd command to get the nouns, and the method buildShowBusinessObjectDocument returns the response business object document.
    See Also:
    Serialized Form
    • Constructor Detail

      • GetClientLocationCmdImpl

        public GetClientLocationCmdImpl()
        This method is the default constructor. It performs no actions.
    • Method Detail

      • setGetClientLocation

        public void setGetClientLocation(GetClientLocationType getClientLocation)
        This method sets the GetClientLocationType business object document that this command will process.
        Specified by:
        setGetClientLocation in interface GetClientLocationCmd
        Parameters:
        getClientLocation - The GetClientLocationType business object document.
      • getShowClientLocation

        public ShowClientLocationType getShowClientLocation()
        This method gets the ShowClientLocationType business object document result.
        Specified by:
        getShowClientLocation in interface GetClientLocationCmd
        Returns:
        This method returns the ShowClientLocationType business object document result to the client.