public class DisplayMessageCmdImpl extends ControllerCommandImpl implements DisplayMessageCmd
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
COPYRIGHT
IBM copyright notice field.
|
defaultCommandClassName, NAME| Constructor and Description |
|---|
DisplayMessageCmdImpl()
DisplayMessageCmdImpl constructor comment.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.Long |
getMsgId()
Mutation method for getting message reference number
|
java.lang.String |
getMsgStatus()
Mutation method for getting message status
|
java.lang.String |
getUrl()
Mutation method for getting Url
|
void |
performExecute()
Action to modify message status if message is 'new' and display the message
|
void |
setMsgId(java.lang.Long newMsgId)
Mutation method to set message reference number
|
void |
setMsgStatus(java.lang.String newMsgStatus)
Mutation method to set message status
|
void |
setRequestProperties(TypedProperty param)
Copies key-value input data into member fields.
|
void |
setUrl(java.lang.String newUrl)
Mutation method for setting Url
|
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, getResources, getStoreId, getUser, getUserId, isReadyToCallExecute, reset, setAccCheck, setCommandContext, setCommandIfName, setCommandStoreId, setDefaultProperties, validateParametersexecuteFromCache, 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, getResources, getStoreId, getUser, getUserId, setCommandContext, setCommandIfName, setCommandStoreId, setDefaultProperties, validateParametersfulfills, getOwnerpublic static final java.lang.String COPYRIGHT
public DisplayMessageCmdImpl()
public java.lang.Long getMsgId()
public java.lang.String getMsgStatus()
public java.lang.String getUrl()
public void performExecute()
throws ECException
performExecute in interface ECCommandperformExecute in interface com.ibm.websphere.command.TargetableCommandperformExecute in class AbstractECTargetableCommandECApplicationException - is raised with message ERR_DIDNT_LOGON when there user did not log on or the user ID is missing.ECExceptionpublic void setMsgId(java.lang.Long newMsgId)
newMsgId - java.lang.Longpublic void setMsgStatus(java.lang.String newMsgStatus)
newMsgStatus - java.lang.Stringpublic void setRequestProperties(TypedProperty param) throws ECApplicationException
setRequestProperties in interface ControllerCommandsetRequestProperties in class ControllerCommandImplparam - com.ibm.commerce.datatype.TypedPropertyECApplicationExceptionpublic void setUrl(java.lang.String newUrl)
newUrl - java.lang.String