com.ibm.commerce.contentmanagement.commands

Interface ScheduleTaskGroupPromotionCmd

  • All Superinterfaces:
    com.ibm.websphere.command.CacheableCommand, com.ibm.commerce.command.CacheableECCommand, com.ibm.websphere.command.Command, com.ibm.websphere.command.CommandCaller, ECCommand, java.io.Serializable, com.ibm.websphere.command.TargetableCommand, TaskCommand
    All Known Implementing Classes:
    ScheduleTaskGroupPromotionCmdImpl


    public interface ScheduleTaskGroupPromotionCmd
    extends TaskCommand
    The ScheduleTaskGroupPromotionCmd is a task command that:
    • Schedules Task Group promotion
    Parameters:
    • taskGroupId
    • promotionDate
    • quickPublishType
    Access Beans:
    • TaskGroupAccessBean
    Task Commands:
    Other Controller commands:
    Mandatory Parameters: taskGroupId
    Additional Parameters: none
    Optional Parameters: promotionDate, quickPublishType
    • Field Detail

      • COPYRIGHT

        static final java.lang.String COPYRIGHT
        The internal copyright field.
        See Also:
        Constant Field Values
      • CLASSNAME

        static final java.lang.String CLASSNAME
        Define the CLASSNAME.
        See Also:
        Constant Field Values
    • Method Detail

      • getTaskGroupId

        java.lang.Long getTaskGroupId()
        Returns the Task Group ID.
        Returns:
        the unique ID of the Task Group
      • getPromotionDate

        java.sql.Timestamp getPromotionDate()
        Returns the Task Group promotion date. A null value means that there is no scheduled promotion.
        Returns:
        the promotion date of the Task Group
      • getQuickPublishType

        java.lang.Integer getQuickPublishType()
        Returns the Quick Publish type. If a Task group has Quick Publish enabled, the content will be published to production at the same time as it is promoted.
        Returns:
        the Quick Publish type
      • setTaskGroupId

        void setTaskGroupId(java.lang.Long anTaskGroupId)
        Sets the Task Group ID
        Parameters:
        anTaskGroupId - The ID of the Task Group.
      • setPromotionDate

        void setPromotionDate(java.sql.Timestamp dPromotionDate)
        Sets the promotion date of the Task Group. A null value means that there is no scheduled promotion.
        Parameters:
        dPromotionDate - The promotion date of the Task Group.
      • setQuickPublishType

        void setQuickPublishType(java.lang.Integer argQuickPublish)
        Sets the quick publish type of the Task Group. If a Task group has Quick Publish enabled, the content will be published to production at the same time as it is promoted.
        Parameters:
        argQuickPublish - The quick publish type of the Task Group.