@Deprecated public class ActionBeforeEvent extends ActionEvent
ActionEvent
CONTRACT_GLOBAL, NO_MODULE, NO_PLUGIN
Modifier | Constructor and Description |
---|---|
protected |
ActionBeforeEvent()
Deprecated.
|
|
ActionBeforeEvent(javax.servlet.http.HttpServletRequest request,
java.lang.String module,
java.lang.String action,
int contractId,
int userId)
Deprecated.
Конструктор события.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getError()
Deprecated.
Возвращает текст ошибки.
|
javax.servlet.http.HttpServletRequest |
getRequest()
Deprecated.
Возвращает http реквест.
|
boolean |
isDoAction()
Deprecated.
Возвращает нужно ли выполнять акшен.
|
void |
setDoAction(boolean doAction)
Deprecated.
Устанавливает нужно ли выполнять акшен.
|
void |
setError(java.lang.String error,
boolean doAction)
Deprecated.
Устанавливает текст ошибки и необходимость выполнения акшена.
|
getAction, getModule, setAction, setModule
getContractId, getContractID, getDestination, getGenerateTime, getModuleId, getModuleID, getPluginId, getSuperContractId, getTime, getTimestamp, getTypeId, getUserId, isLogFunctionProcess, prepareMessage, serializeAsObject, setLogFunctionProcess, toString, toString
protected ActionBeforeEvent()
public ActionBeforeEvent(javax.servlet.http.HttpServletRequest request, java.lang.String module, java.lang.String action, int contractId, int userId)
request
- - http реквестmodule
- - название модуляaction
- - название акшенаcontractId
- - код договораuserId
- - id пользователя, сгенерировавшего событиеpublic javax.servlet.http.HttpServletRequest getRequest()
public boolean isDoAction()
public void setDoAction(boolean doAction)
doAction
- - флаг public java.lang.String getError()
public void setError(java.lang.String error, boolean doAction)
error
- - текст ошибкиdoAction
- - флаг выполнения акшена