public class SendReadyToApproveTaskGroupEmailCmdImpl extends TaskCommandImpl implements SendReadyToApproveTaskGroupEmailCmd
SendReadyToApproveTaskGroupEmailCmd is a task command that:
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CLASSNAME
Define the CLASSNAME.
|
static java.lang.String |
COPYRIGHT
The internal copyright field.
|
| Constructor and Description |
|---|
SendReadyToApproveTaskGroupEmailCmdImpl() |
| Modifier and Type | Method and Description |
|---|---|
java.util.Vector |
getApprovers()
Get approvers - the task group approvers to send the email to
|
java.lang.Long |
getTaskGroupId()
Get the Task Group Id
|
void |
performExecute()
Performs the execution of the command.
|
void |
reset()
Resets all the values to null
|
void |
setApprovers(java.util.Vector argApprovers)
Sets the approvers
Set this value to define specific approvers to send the email to.
|
void |
setTaskGroupId(java.lang.Long anTaskGroupId)
Sets the Task Group ID
|
void |
validateParameters()
Validates the input parameters.
|
accessControlCheck, checkIsAllowed, checkResourcePermission, createCommandExecutionEvent, execute, getAccCheck, getCommandContext, getCommandIfName, getCommandName, getCommandStoreId, getDefaultProperties, getExceptionInvokeParameters, getObjectSize, getPostInvokeParameters, getPreInvokeParameters, getResources, getStoreId, getUser, getUserId, isReadyToCallExecute, setAccCheck, setCommandContext, setCommandIfName, setCommandStoreId, setDefaultPropertiesexecuteFromCache, getCaller, getEntryInfo, getId, getSharingPolicy, postExecute, preExecute, setCaller, setObjectSize, unionDependencies, updateCachegetCommandTarget, getCommandTargetName, getTargetPolicy, hasOutputProperties, setCommandTarget, setCommandTargetName, setHasOutputProperties, setOutputProperties, setTargetPolicyequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitexecuteFromCache, getCaller, getEntryInfo, getId, getSharingPolicy, postExecute, preExecute, setCaller, updateCachegetCommandTarget, getCommandTargetName, hasOutputProperties, setCommandTarget, setCommandTargetName, setOutputPropertiescheckIsAllowed, checkResourcePermission, createCommandExecutionEvent, getAccCheck, getCommandContext, getCommandIfName, getCommandName, getCommandStoreId, getDefaultProperties, getExceptionInvokeParameters, getPostInvokeParameters, getPreInvokeParameters, getResources, getStoreId, getUser, getUserId, setAccCheck, setCommandContext, setCommandIfName, setCommandStoreId, setDefaultPropertiespublic static final java.lang.String COPYRIGHT
public static final java.lang.String CLASSNAME
public SendReadyToApproveTaskGroupEmailCmdImpl()
public java.lang.Long getTaskGroupId()
getTaskGroupId in interface SendReadyToApproveTaskGroupEmailCmdpublic java.util.Vector getApprovers()
getApprovers in interface SendReadyToApproveTaskGroupEmailCmdpublic void performExecute()
throws ECException
performExecute in interface ECCommandperformExecute in interface com.ibm.websphere.command.TargetableCommandperformExecute in class AbstractECTargetableCommandECExceptionECExceptionpublic void reset()
reset in interface com.ibm.websphere.command.Commandreset in class AbstractECTargetableCommandpublic void setTaskGroupId(java.lang.Long anTaskGroupId)
setTaskGroupId in interface SendReadyToApproveTaskGroupEmailCmdanTaskGroupId - The ID of the Task Group.public void setApprovers(java.util.Vector argApprovers)
setApprovers in interface SendReadyToApproveTaskGroupEmailCmdargApprovers - The approverspublic void validateParameters()
throws ECException
validateParameters in interface ECCommandvalidateParameters in class AbstractECTargetableCommandECException