public class TicklerUpdateCmdImpl extends ControllerCommandImpl implements TicklerUpdateCmd
TicklerUpdateCmdImpl updates a tickler.
Mandatory parameters: ticklerId, remindOnDate, URL
Optional parameters: comment
Behavior:
UpdateTickler task command to update the tickler.
Exception conditions:
| 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.
|
defaultCommandClassName| Constructor and Description |
|---|
TicklerUpdateCmdImpl() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Long |
getAssignToMemberId()
This method retrieves the identifier of the Customer Service Representative to whom this tickler is assigned.
|
java.sql.Timestamp |
getRemindOnDate()
This method gets the date-time when this tickler should next pop into the queue.
|
AccessVector |
getResources()
This method retrieves the resources that are accessed by this command.
|
java.lang.String |
getStrRemindOnDate()
This method retrieves the date-time when this tickler should next pop into the queue.
|
java.lang.String |
getTicklerComment()
This method retrieves the tickler comment.
|
java.lang.Long |
getTicklerId()
This method retrieves the tickler identifier.
|
java.lang.String |
getURL()
This method retrieves the redirect URL.
|
void |
performExecute()
This method executes the business logic for this command.
|
void |
reset()
This method resets all the command parameters.
|
void |
setAssignToMemberId(java.lang.Long anAssignToMemberId)
This method sets the identifier of the Customer Service Representative to whom this tickler is assigned.
|
void |
setRemindOnDate(java.sql.Timestamp aRemindOnDate)
This method sets the date-time when this tickler should next pop into the queue.
|
void |
setRequestProperties(TypedProperty reqProperties)
This method sets the request properties.
|
void |
setStrRemindOnDate(java.lang.String astrRemindOnDate)
This method sets the date-time when this tickler should next pop into the queue.
|
void |
setTicklerComment(java.lang.String astrTicklerComment)
This method sets the tickler comment.
|
void |
setTicklerId(java.lang.Long anTicklerId)
This method sets the tickler identifier.
|
void |
setURL(java.lang.String astrURL)
This method sets the redirect URL.
|
void |
validateParameters()
This method validates the command 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.String getURL()
public void setURL(java.lang.String astrURL)
astrURL - redirect URL.public java.lang.String getTicklerComment()
public void setTicklerComment(java.lang.String astrTicklerComment)
astrTicklerComment - text of the comment.public java.sql.Timestamp getRemindOnDate()
public void setRemindOnDate(java.sql.Timestamp aRemindOnDate)
aRemindOnDate - date-time when this tickler should next pop into the queue.public java.lang.String getStrRemindOnDate()
public void setStrRemindOnDate(java.lang.String astrRemindOnDate)
astrRemindOnDate - date-time when this tickler should next pop into the queue.public java.lang.Long getAssignToMemberId()
public void setAssignToMemberId(java.lang.Long anAssignToMemberId)
anAssignToMemberId - Customer Service Representative identifier.public java.lang.Long getTicklerId()
public void setTicklerId(java.lang.Long anTicklerId)
anTicklerId - tickler identifier.public AccessVector getResources() throws ECException
getResources in interface ECCommandgetResources in class AbstractECTargetableCommandECExceptionpublic 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 setRequestProperties(TypedProperty reqProperties) throws ECApplicationException
requestProperties provides additional methods for retrieving properties. It is wrapper to java.util.MapsetRequestProperties in interface ControllerCommandsetRequestProperties in class ControllerCommandImplreqProperties - request properties.ECApplicationExceptionpublic void validateParameters()
throws ECException
validateParameters in interface ECCommandvalidateParameters in class AbstractECTargetableCommandECException