com.ibm.commerce.giftcenter.facade.server.commands

Interface GetGiftListCmd

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


    public interface GetGiftListCmd
    extends BusinessObjectDocumentCmd
    The interface for the Get GiftList web service command. This interface is to be implemented by the class that provides the GiftList get service. This interface defines a method to set the GetGiftListType object which contains the xpath request. It also defines a method to get the ShowGiftListType object which contains the information used to compose the show business object document.
    • Field Detail

      • COPYRIGHT

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

      • setGetGiftList

        void setGetGiftList(GetGiftListType getGiftList)
        Sets the GetGiftListType business object document that this command will process.
        Parameters:
        getGiftList - The GetGiftListType business object document.
      • getShowGiftList

        ShowGiftListType getShowGiftList()
        Gets the ShowGiftListType business object document result.
        Returns:
        This method returns the ShowGiftListType business object document result to the client.