public class TicklerActionRecordCmdImpl extends ControllerCommandImpl implements TicklerActionRecordCmd
TicklerActionRecordCmdImpl is used to record a Customer Service
Representative action on a tickler, closing the tickler if the action is a resolving action.
Mandatory parameters: ticklerId, ticklerActionId, URL
Optional parameters: actionDate, inAssignToMemberId, comment
Behavior:
RecordTicklerAction task command to record the action on the tickler.
Exceptional conditions:
Default security policies:
| 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 |
|---|
TicklerActionRecordCmdImpl() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getActionComment()
This method retrieves the tickler action comment(notes on the action).
|
java.sql.Timestamp |
getActionDate()
This method retrieves the timestamp of the tickler action.
|
java.lang.Long |
getAssignToMemberId()
This method retrieves the identifier of the Customer Service Representative(CSR)
to whom this tickler is assigned.
|
AccessVector |
getResources()
This method retrieves the resources that are accessed by this command.
|
java.lang.Integer |
getTicklerActionId()
This method retrieves the tickler action code.
|
java.lang.Long |
getTicklerId()
This method returns the tickler identifier.
|
java.lang.String |
getURL()
This method returns the redirect URL.
|
void |
performExecute()
The business logic for this command that records a tickler action.
|
void |
reset()
This method resets all the command parameters.
|
void |
setActionComment(java.lang.String astrComment)
This method sets the tickler action comment (notes on the action).
|
void |
setActionDate(java.sql.Timestamp anActionDate)
This method sets the timestamp of the tickler action.
|
void |
setAssignToMemberId(java.lang.Long anAssignToMemberId)
The method sets the identifier of the Customer Service Representative(CSR) to
whom this tickler is assigned.
|
void |
setRequestProperties(TypedProperty reqProperties)
This method sets the request properties.
|
void |
setTicklerActionId(java.lang.Integer anTicklerActionId)
This method is used to set the tickler action code.
|
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.Long getTicklerId()
public void setTicklerId(java.lang.Long anTicklerId)
anTicklerId - tickler identifier.public java.lang.Integer getTicklerActionId()
public void setTicklerActionId(java.lang.Integer anTicklerActionId)
anTicklerActionId - tickler action code.public java.lang.String getURL()
public void setURL(java.lang.String astrURL)
astrURL - redirect URL.public java.sql.Timestamp getActionDate()
public void setActionDate(java.sql.Timestamp anActionDate)
anActionDate - timestamp of the tickler action.public java.lang.Long getAssignToMemberId()
public void setAssignToMemberId(java.lang.Long anAssignToMemberId)
anAssignToMemberId - the Customer Service Representative(CSR) identifier.public java.lang.String getActionComment()
public void setActionComment(java.lang.String astrComment)
astrComment - tickler action comment.public AccessVector getResources() throws ECException
getResources in interface ECCommandgetResources in class AbstractECTargetableCommandcom.ibm.commerce.exception.ECException.ECExceptionpublic 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
java.util.MapsetRequestProperties in interface ControllerCommandsetRequestProperties in class ControllerCommandImplreqProperties - the request properties to be set.ECApplicationExceptionpublic void validateParameters()
throws ECException
validateParameters in interface ECCommandvalidateParameters in class AbstractECTargetableCommandECException