com.ibm.commerce.wallet.facade.server.commands

Interface GetWalletCmd

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


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

      Fields 
      Modifier and Type Field and Description
      static java.lang.String COPYRIGHT
      IBM Copyright notice field.
      • Fields inherited from interface com.ibm.websphere.command.Command

        serialVersionUID
    • Field Detail

      • COPYRIGHT

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

      • setGetWallet

        void setGetWallet(com.ibm.commerce.wallet.facade.datatypes.GetWalletType getWallet)
        This method sets the GetWalletType business object document that this command will process.
        Parameters:
        getWallet - The GetWalletType business object document.
      • getShowWallet

        com.ibm.commerce.wallet.facade.datatypes.ShowWalletType getShowWallet()
        This method gets the ShowWalletType business object document result.
        Returns:
        This method returns the ShowWalletType business object document result to the client.