com.ibm.commerce.contentmanagement.commands

Interface SendReadyToApproveTaskGroupEmailCmd

  • 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:
    SendReadyToApproveTaskGroupEmailCmdImpl


    public interface SendReadyToApproveTaskGroupEmailCmd
    extends TaskCommand
    The SendReadyToApproveTaskGroupEmailCmd is a task command that:
    • Sends a notification email to all task group approvers indicating that the task group is ready to approve
    Parameters:
    • taskGroupId
    • approvers
    Access Beans:
    Mandatory Parameters: taskGroupId
    Additional Parameters: none
    Optional Parameters: approvers
    • 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()
        Get the Task Group Id
        Returns:
        the task group id
      • getApprovers

        java.util.Vector getApprovers()
        Get approvers - the task group approvers to send the email to
        Returns:
        the approvers
      • setTaskGroupId

        void setTaskGroupId(java.lang.Long anTaskGroupInstId)
        Set the Task Group Id
        Parameters:
        anTaskGroupInstId - the task group id
      • setApprovers

        void setApprovers(java.util.Vector argApprovers)
        Sets the approvers Set this value to define specific approvers to send the email to. If this is not populated, the email will be sent to all task group approvers listed in the database for this task group.
        Parameters:
        argApprovers - The approvers