com.ibm.commerce.contract.facade.server.commands

Interface GetBusinessAccountCmd

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


    public interface GetBusinessAccountCmd
    extends BusinessObjectDocumentCmd
    This is the interface for the Get BusinessAccount web service command. This interface is to be implemented by the class that provides the BusinessAccount get service. This interface defines a method to set the GetBusinessAccountType object which contains the Xpath request. It also defines a method to get the ShowBusinessAccountType 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

      • setGetBusinessAccount

        void setGetBusinessAccount(GetBusinessAccountType getBusinessAccount)
        This method sets the GetBusinessAccountType business object document that this command will process.
        Parameters:
        getBusinessAccount - The GetBusinessAccountType business object document.
      • getShowBusinessAccount

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