public class UnlockTicklerCmdImpl extends TaskCommandImpl implements UnlockTicklerCmd
UnlockTicklerCmdImpl
unlocks ticklers from the supplied list.
Behavior:
Exceptional conditions:
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
CLASSNAME
The name of this class.
|
Constructor and Description |
---|
UnlockTicklerCmdImpl() |
Modifier and Type | Method and Description |
---|---|
AccessVector |
getResources()
This method retrieves the resources that are accessed by this command.
|
java.lang.Long[] |
getTicklerIds()
This method retrieves the list of tickler identifiers.
|
void |
performExecute()
This method executes the business logic for this command.
|
void |
reset()
This method resets all the command parameters.
|
void |
setRequestProperties(TypedProperty reqParms)
This method sets the request properties.
|
void |
setTicklerIds(java.lang.Long[] aarrnTicklerIds)
This method sets the list of tickler identifiers.
|
void |
validateParameters()
This method validates the command 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 CLASSNAME
public java.lang.Long[] getTicklerIds()
getTicklerIds
in interface UnlockTicklerCmd
public void setTicklerIds(java.lang.Long[] aarrnTicklerIds)
setTicklerIds
in interface UnlockTicklerCmd
aarrnTicklerIds
- array of tickler identifiers.public AccessVector getResources() throws ECException
getResources
in interface ECCommand
getResources
in class AbstractECTargetableCommand
ECException
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 validateParameters() throws ECException
validateParameters
in interface ECCommand
validateParameters
in class AbstractECTargetableCommand
ECException
public void setRequestProperties(TypedProperty reqParms) throws ECApplicationException
requestProperties
provides additional methods for retrieving properties. It is wrapper to java.util.Map
setRequestProperties
in interface UnlockTicklerCmd
reqParms
- request properties.ECApplicationException