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

Class GetSubscriptionCmdImpl

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

      • GetSubscriptionCmdImpl

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

      • setGetSubscription

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

        public ShowSubscriptionType getShowSubscription()
        This method gets the ShowSubscriptionType business object document result.
        Specified by:
        getShowSubscription in interface GetSubscriptionCmd
        Returns:
        This method returns the ShowSubscriptionType business object document result to the client.