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

Interface GetWalletItemCmd

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


    public interface GetWalletItemCmd
    extends BusinessObjectDocumentCmd
    This is the interface for the Get WalletItem web service command. This interface is to be implemented by the class that provides the WalletItem get service. This interface defines a method to set the GetWalletItemType object which contains the xpath request. It also defines a method to get the ShowWalletItemType 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

      • setGetWalletItem

        void setGetWalletItem(com.ibm.commerce.wallet.facade.datatypes.GetWalletItemType getWalletItem)
        This method sets the GetWalletItemType business object document that this command will process.
        Parameters:
        getWalletItem - The GetWalletItemType business object document.
      • getShowWalletItem

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