public interface UpdateTaskGroupCmd extends TaskCommand
UpdateTaskGroupCmd
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.
|
Modifier and Type | Method and Description |
---|---|
java.sql.Timestamp |
getDueDate()
Returns the Task Group due date.
|
java.lang.Integer |
getPersistentType()
Returns the Task Group persistent type.
|
java.sql.Timestamp |
getPromotionDate()
Returns the Task Group promotion date.
|
java.lang.Integer |
getQuickPublishType()
Returns the Quick Publish type.
|
java.lang.Long |
getTaskGroupId()
Returns the Task Group ID.
|
void |
setDueDate(java.sql.Timestamp dDueDate)
Sets the due date of the Task Group.
|
void |
setPersistentType(java.lang.Integer argPersistent)
Sets the persistent type of the Task Group.
|
void |
setPromotionDate(java.sql.Timestamp dPromotionDate)
Sets the promotion date of the Task Group.
|
void |
setQuickPublishType(java.lang.Integer argQuickPublish)
Sets the quick publish type of the Task Group.
|
void |
setTaskGroupId(java.lang.Long anTaskGroupId)
Sets the Task Group ID
|
executeFromCache, getCaller, getEntryInfo, getId, getSharingPolicy, postExecute, preExecute, setCaller, updateCache
getCommandTarget, getCommandTargetName, hasOutputProperties, performExecute, setCommandTarget, setCommandTargetName, setOutputProperties
checkIsAllowed, checkResourcePermission, createCommandExecutionEvent, getAccCheck, getCommandContext, getCommandIfName, getCommandName, getCommandStoreId, getDefaultProperties, getExceptionInvokeParameters, getPostInvokeParameters, getPreInvokeParameters, getResources, getStoreId, getUser, getUserId, performExecute, setAccCheck, setCommandContext, setCommandIfName, setCommandStoreId, setDefaultProperties, validateParameters
static final java.lang.String COPYRIGHT
static final java.lang.String CLASSNAME
java.lang.Long getTaskGroupId()
java.sql.Timestamp getDueDate()
java.sql.Timestamp getPromotionDate()
java.lang.Integer getPersistentType()
java.lang.Integer getQuickPublishType()
void setTaskGroupId(java.lang.Long anTaskGroupId)
anTaskGroupId
- The ID of the Task Group.void setDueDate(java.sql.Timestamp dDueDate)
dDueDate
- The due date of the Task Group.void setPromotionDate(java.sql.Timestamp dPromotionDate)
dPromotionDate
- The promotion date of the Task Group.void setPersistentType(java.lang.Integer argPersistent)
argPersistent
- The persistent type of the Task Group.void setQuickPublishType(java.lang.Integer argQuickPublish)
argQuickPublish
- The quick publish type of the Task Group.