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

Class GetWalletCmdImpl

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

      • COPYRIGHT

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

      • GetWalletCmdImpl

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

      • setGetWallet

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

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