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

Class GetWalletItemCmdImpl

  • All Implemented Interfaces:
    BusinessObjectDocumentCmd, GetWalletItemCmd, 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 GetWalletItemCmdImpl
    extends AbstractGetBusinessObjectDocumentCmdImpl
    implements GetWalletItemCmd
    This command gets activities based on the search criteria and the access profile. The parent class will call the FetchWalletItemCmd 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

      • GetWalletItemCmdImpl

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

      • setGetWalletItem

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

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