com.ibm.commerce.subscription.facade.server.commands

Interface GetSubscriptionCmd

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


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

      • COPYRIGHT

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

      • setGetSubscription

        void setGetSubscription(GetSubscriptionType getSubscription)
        This method sets the GetSubscriptionType business object document that this command will process.
        Parameters:
        getSubscription - The GetSubscriptionType business object document.
      • getShowSubscription

        ShowSubscriptionType getShowSubscription()
        This method gets the ShowSubscriptionType business object document result.
        Returns:
        This method returns the ShowSubscriptionType business object document result to the client.