public interface UnlockTicklerCmd extends TaskCommand
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
CLASSNAME
The name of this class.
|
static java.lang.String |
COPYRIGHT
The internal copyright field.
|
Modifier and Type | Method and Description |
---|---|
java.lang.Long[] |
getTicklerIds()
This method returns the list of tickler identifiers.
|
void |
setRequestProperties(TypedProperty reqParms)
This method sets the request properties.
|
void |
setTicklerIds(java.lang.Long[] aarrnTickler)
This method sets the list of tickler identifiers.
|
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
void setRequestProperties(TypedProperty reqParms) throws ECApplicationException
requestProperties
provides additional methods for retrieving properties. It is wrapper to java.util.Map
reqParms
- request properties.ECApplicationException
java.lang.Long[] getTicklerIds()
void setTicklerIds(java.lang.Long[] aarrnTickler)
aarrnTickler
- array of tickler identifiers.