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

Interface GetClientLocationCmd

  • All Superinterfaces:
    BusinessObjectDocumentCmd, com.ibm.websphere.command.Command, java.io.Serializable
    All Known Implementing Classes:
    GetClientLocationCmdImpl


    public interface GetClientLocationCmd
    extends BusinessObjectDocumentCmd
    This is the interface for the Get ClientLocation web service command. This interface is to be implemented by the class that provides the ClientLocation get service. This interface defines a method to set the GetClientLocationType object which contains the xpath request. It also defines a method to get the ShowClientLocationType object which contains the information used to compose the show business object document.
    • Field Detail

      • COPYRIGHT

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

      • setGetClientLocation

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

        ShowClientLocationType getShowClientLocation()
        This method gets the ShowClientLocationType business object document result.
        Returns:
        This method returns the ShowClientLocationType business object document result to the client.