com.ibm.commerce.marketing.facade.server.commands

Interface GetActivityCmd

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


    public interface GetActivityCmd
    extends BusinessObjectDocumentCmd
    This is the interface for the Get Activity web service command. This interface is to be implemented by the class that provides the activity get service. This interface defines a method to set the GetActivityType object which contains the xpath request. It also defines a method to get the ShowActivityType 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

      • setGetActivity

        void setGetActivity(GetActivityType getActivity)
        This method sets the GetActivityType business object document that this command will process.
        Parameters:
        getActivity - The GetActivityType business object document.
      • getShowActivity

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