public abstract class AbstractForwardViewCommand extends AbstractViewCommand implements ForwardViewCommand
defaultCommandClassName| Constructor and Description |
|---|
AbstractForwardViewCommand()
This is the default constructor of this class.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getDocumentPathName()
This method gets the path name of the document to be forwarded.
|
void |
setViewStorePath(java.lang.Integer storePathId)
This method sets the directory for the store path used to instantiate this view command.
|
fulfills, getForUserId, getOwner, getRequestProperties, getResourceOwners, getResponseProperties, getViewCommandContext, getViewName, mergeProperties, performExecute, setForUserId, setOwner, setRequestProperties, setViewCommandContext, setViewNameaccessControlCheck, checkIsAllowed, checkResourcePermission, createCommandExecutionEvent, execute, getAccCheck, getCommandContext, getCommandIfName, getCommandName, getCommandStoreId, getDefaultProperties, getExceptionInvokeParameters, getPostInvokeParameters, getPreInvokeParameters, getResources, getStoreId, getUser, getUserId, isReadyToCallExecute, reset, setAccCheck, setCommandContext, setCommandIfName, setCommandStoreId, setDefaultProperties, setForUserId, setUserId, validateParametersequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetRequestProperties, getResponseProperties, getViewName, mergeProperties, setRequestProperties, setViewNameaccessControlCheck, getAccCheck, getForUserId, getResourceOwners, setAccCheck, setForUserId, setOwnercheckIsAllowed, checkResourcePermission, createCommandExecutionEvent, execute, getCommandContext, getCommandIfName, getCommandName, getCommandStoreId, getDefaultProperties, getExceptionInvokeParameters, getPostInvokeParameters, getPreInvokeParameters, getResources, getStoreId, getUser, getUserId, performExecute, setCommandContext, setCommandIfName, setCommandStoreId, setDefaultProperties, validateParametersfulfills, getOwnerpublic AbstractForwardViewCommand()
public void setViewStorePath(java.lang.Integer storePathId)
storePathId - This is the store path identifier.public java.lang.String getDocumentPathName()
throws ECException
getDocumentPathName in interface ForwardViewCommandECException - This exception generates either a _ERR_CMD_MISSING_PARAM or a _ERR_GENERIC error message when thrown.