public class TaskGroupUpdateCmdImpl extends ControllerCommandImpl implements TaskGroupUpdateCmd
TaskGroupUpdateCmd is a URL and controller command that:
TaskAccessBean
TaskMemberRelAccessBean
UpdateTaskGroupCmd,
AddTaskGroupCommentCmd,
AddTaskMembersCmd,
RemoveTaskMembersCmd,
AddTaskGroupDescriptionCmd,
UpdateTaskGroupDescriptionCmd,
RemoveTaskGroupDescriptionCmd,
AddTaskCmd
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CLASSNAME
Define the CLASSNAME.
|
static java.lang.String |
COPYRIGHT
The internal copyright field.
|
defaultCommandClassName| Constructor and Description |
|---|
TaskGroupUpdateCmdImpl() |
| Modifier and Type | Method and Description |
|---|---|
java.util.Vector |
getApprovers()
Gets the approvers
|
java.lang.String |
getComments()
gets the Task Group comments
|
java.util.Hashtable |
getDescriptions()
Gets the descriptions.
|
java.sql.Timestamp |
getDueDate()
Returns the Task Group due date.
|
java.lang.Integer |
getPersistentType()
Returns the Task Group persistent type.
|
java.lang.Long |
getPostedBy()
Gets the member id who posted the comment
|
java.sql.Timestamp |
getPromotionDate()
Returns the Task Group promotion date.
|
java.lang.Integer |
getQuickPublishType()
Returns the Quick Publish type.
|
AccessVector |
getResources()
Gets the resources accessed by this command.
|
java.lang.Long |
getTaskGroupId()
Gets 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 theApprovers)
Sets the approvers.
|
void |
setComments(java.lang.String astrComments)
Sets the comments
|
void |
setDescriptions(java.util.Hashtable argDescriptions)
Sets the descriptions.
|
void |
setDueDate(java.sql.Timestamp aDueDate)
Sets the due date of the Task Group.
|
void |
setPersistentType(java.lang.Integer argPersistentType)
Sets the persistent type of the Task Group.
|
void |
setPostedBy(java.lang.Long iPostedBy)
Sets the poster's member id.
|
void |
setPromotionDate(java.sql.Timestamp dPromotionDate)
Sets the promotion date of the Task Group.
|
void |
setQuickPublishType(java.lang.Integer quickPublish)
Sets the quick publish type of the Task Group.
|
void |
setRequestProperties(TypedProperty reqParms)
Set the parameters from the request properties.
|
void |
setTaskGroupId(java.lang.Long anTaskGroupId)
Sets the Task Group Id
|
void |
validateParameters()
Validates the input parameters.
|
checkPermission, fulfills, getForUserId, getGeneric, getOwner, getRequestProperties, getResolvedRequestProperties, getResourceOwners, getResponseProperties, getRetriable, getViewInputProperties, isGeneric, isRetriable, mergeProperties, setForUserId, setGeneric, setOwner, setResponseProperties, setRetriable, setViewInputPropertiesaccessControlCheck, checkIsAllowed, checkResourcePermission, createCommandExecutionEvent, execute, getAccCheck, getCommandContext, getCommandIfName, getCommandName, getCommandStoreId, getDefaultProperties, getExceptionInvokeParameters, getObjectSize, getPostInvokeParameters, getPreInvokeParameters, 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, waitcheckPermission, execute, getGeneric, getRequestProperties, getResolvedRequestProperties, getResponseProperties, getRetriable, getViewInputProperties, isGeneric, isRetriable, mergeProperties, setGeneric, setRetriable, setViewInputPropertiesexecuteFromCache, getCaller, getEntryInfo, getId, getSharingPolicy, postExecute, preExecute, setCaller, updateCachegetCommandTarget, getCommandTargetName, hasOutputProperties, setCommandTarget, setCommandTargetName, setOutputPropertiesaccessControlCheck, getAccCheck, getForUserId, getResourceOwners, setAccCheck, setForUserId, setOwnercheckIsAllowed, checkResourcePermission, createCommandExecutionEvent, getCommandContext, getCommandIfName, getCommandName, getCommandStoreId, getDefaultProperties, getExceptionInvokeParameters, getPostInvokeParameters, getPreInvokeParameters, getStoreId, getUser, getUserId, setCommandContext, setCommandIfName, setCommandStoreId, setDefaultPropertiesfulfills, getOwnerpublic static final java.lang.String COPYRIGHT
public static final java.lang.String CLASSNAME
public java.lang.Long getTaskGroupId()
getTaskGroupId in interface TaskGroupUpdateCmdpublic java.util.Hashtable getDescriptions()
getDescriptions in interface TaskGroupUpdateCmdpublic java.sql.Timestamp getDueDate()
getDueDate in interface TaskGroupUpdateCmdpublic java.sql.Timestamp getPromotionDate()
getPromotionDate in interface TaskGroupUpdateCmdpublic java.lang.Integer getQuickPublishType()
getQuickPublishType in interface TaskGroupUpdateCmdpublic java.lang.Integer getPersistentType()
getPersistentType in interface TaskGroupUpdateCmdpublic java.lang.String getComments()
getComments in interface TaskGroupUpdateCmdpublic java.lang.Long getPostedBy()
getPostedBy in interface TaskGroupUpdateCmdpublic java.util.Vector getApprovers()
getApprovers in interface TaskGroupUpdateCmdpublic void performExecute()
throws ECException
performExecute in interface ECCommandperformExecute in interface com.ibm.websphere.command.TargetableCommandperformExecute in class AbstractECTargetableCommandECExceptionpublic void reset()
reset in interface com.ibm.websphere.command.Commandreset in class AbstractECTargetableCommandpublic void setTaskGroupId(java.lang.Long anTaskGroupId)
setTaskGroupId in interface TaskGroupUpdateCmdanTaskGroupId - Task Group Idpublic void setQuickPublishType(java.lang.Integer quickPublish)
setQuickPublishType in interface TaskGroupUpdateCmdquickPublish - The quick publish type of the Task Group.public void setPersistentType(java.lang.Integer argPersistentType)
setPersistentType in interface TaskGroupUpdateCmdargPersistentType - The persistent type of the Task Group.public void setDescriptions(java.util.Hashtable argDescriptions)
setDescriptions in interface TaskGroupUpdateCmdargDescriptions - descriptionspublic void setDueDate(java.sql.Timestamp aDueDate)
setDueDate in interface TaskGroupUpdateCmdaDueDate - The due date of the Task Group.public void setPromotionDate(java.sql.Timestamp dPromotionDate)
setPromotionDate in interface TaskGroupUpdateCmddPromotionDate - The promotion date of the Task Group.public void setComments(java.lang.String astrComments)
setComments in interface TaskGroupUpdateCmdastrComments - commentspublic void setPostedBy(java.lang.Long iPostedBy)
setPostedBy in interface TaskGroupUpdateCmdiPostedBy - Posted Bypublic void setApprovers(java.util.Vector theApprovers)
setApprovers in interface TaskGroupUpdateCmdtheApprovers - public void setRequestProperties(TypedProperty reqParms) throws ECApplicationException
setRequestProperties in interface ControllerCommandsetRequestProperties in class ControllerCommandImplreqParms - This is an object that represents the request properties.ECApplicationExceptionControllerCommand.setRequestProperties(com.ibm.commerce.datatype.TypedProperty)public void validateParameters()
throws ECException
validateParameters in interface ECCommandvalidateParameters in class AbstractECTargetableCommandECExceptionpublic AccessVector getResources() throws ECException
getResources in interface ECCommandgetResources in class AbstractECTargetableCommandECException