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

Class GetActivityCmdImpl

  • All Implemented Interfaces:
    BusinessObjectDocumentCmd, GetActivityCmd, 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 GetActivityCmdImpl
    extends AbstractGetBusinessObjectDocumentCmdImpl
    implements GetActivityCmd
    This command gets activities based on the search criteria and the access profile. The parent class will call the FetchActivityCmd command to get the activities, and the method buildShowBusinessObjectDocument returns the response business object document.
    See Also:
    Serialized Form
    • Constructor Detail

      • GetActivityCmdImpl

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

      • setGetActivity

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

        public ShowActivityType getShowActivity()
        This method gets the ShowActivityType business object document result.
        Specified by:
        getShowActivity in interface GetActivityCmd
        Returns:
        This method returns the ShowActivityType business object document result to the client.