public class ScheduleTaskGroupPromotionCmdImpl extends TaskCommandImpl implements ScheduleTaskGroupPromotionCmd
ScheduleTaskGroupPromotionCmd
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 |
---|
ScheduleTaskGroupPromotionCmdImpl() |
Modifier and Type | Method and Description |
---|---|
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()
Returns the Task Group ID.
|
void |
performExecute()
Performs the execution of the command.
|
void |
reset()
Resets all the values to null
|
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
|
void |
validateParameters()
Validates the input parameters.
|
accessControlCheck, checkIsAllowed, checkResourcePermission, createCommandExecutionEvent, execute, getAccCheck, getCommandContext, getCommandIfName, getCommandName, getCommandStoreId, getDefaultProperties, getExceptionInvokeParameters, getObjectSize, getPostInvokeParameters, getPreInvokeParameters, getStoreId, getUser, getUserId, isReadyToCallExecute, setAccCheck, setCommandContext, setCommandIfName, setCommandStoreId, setDefaultProperties
executeFromCache, getCaller, getEntryInfo, getId, getSharingPolicy, postExecute, preExecute, setCaller, setObjectSize, unionDependencies, updateCache
getCommandTarget, getCommandTargetName, getTargetPolicy, hasOutputProperties, setCommandTarget, setCommandTargetName, setHasOutputProperties, setOutputProperties, setTargetPolicy
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
executeFromCache, getCaller, getEntryInfo, getId, getSharingPolicy, postExecute, preExecute, setCaller, updateCache
getCommandTarget, getCommandTargetName, hasOutputProperties, setCommandTarget, setCommandTargetName, setOutputProperties
checkIsAllowed, checkResourcePermission, createCommandExecutionEvent, getAccCheck, getCommandContext, getCommandIfName, getCommandName, getCommandStoreId, getDefaultProperties, getExceptionInvokeParameters, getPostInvokeParameters, getPreInvokeParameters, getStoreId, getUser, getUserId, setAccCheck, setCommandContext, setCommandIfName, setCommandStoreId, setDefaultProperties
public static final java.lang.String COPYRIGHT
public static final java.lang.String CLASSNAME
public java.lang.Long getTaskGroupId()
getTaskGroupId
in interface ScheduleTaskGroupPromotionCmd
public java.sql.Timestamp getPromotionDate()
getPromotionDate
in interface ScheduleTaskGroupPromotionCmd
public java.lang.Integer getQuickPublishType()
getQuickPublishType
in interface ScheduleTaskGroupPromotionCmd
public void performExecute() throws ECException
performExecute
in interface ECCommand
performExecute
in interface com.ibm.websphere.command.TargetableCommand
performExecute
in class AbstractECTargetableCommand
ECException
public void reset()
reset
in interface com.ibm.websphere.command.Command
reset
in class AbstractECTargetableCommand
public void setTaskGroupId(java.lang.Long anTaskGroupId)
setTaskGroupId
in interface ScheduleTaskGroupPromotionCmd
anTaskGroupId
- The ID of the Task Group.public void setPromotionDate(java.sql.Timestamp dPromotionDate)
setPromotionDate
in interface ScheduleTaskGroupPromotionCmd
dPromotionDate
- The promotion date of the Task Group.public void setQuickPublishType(java.lang.Integer argQuickPublish)
setQuickPublishType
in interface ScheduleTaskGroupPromotionCmd
argQuickPublish
- The quick publish type of the Task Group.public void validateParameters() throws ECException
validateParameters
in interface ECCommand
validateParameters
in class AbstractECTargetableCommand
ECException
public AccessVector getResources() throws ECException
getResources
in interface ECCommand
getResources
in class AbstractECTargetableCommand
ECException