Class AppsAbstractAction
java.lang.Object
ru.bitel.bgbilling.kernel.apps.server.bean.AppsAbstractAction
-
Field Summary
FieldsModifier and TypeFieldDescriptionМап который будет будет сохранен в dataMap с ключем запрашиваемого акшенаprotected Connectionprotected AppsContextprotected intМап который будет возвращен.protected jakarta.servlet.http.HttpServletRequest -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract voidexecute()getBigDecimal(String key, BigDecimal def) protected booleangetBoolean(String name, boolean defaultValue) protected final DategetDateParameter(String name, String pattern, Date defaultValue) intgetIntParameter(String name, int defaultValue) getParameter(String name) protected Periodprotected PeriodvoidsetContext(AppsContext appsContext)
-
Field Details
-
context
-
contractId
protected int contractId -
con
-
dataMap
Мап который будет возвращен. Не уверен, что он тут понадобится, так как все, что относиться к запросу акшена должно быть в actionMap -
actionMap
Мап который будет будет сохранен в dataMap с ключем запрашиваемого акшена -
request
protected jakarta.servlet.http.HttpServletRequest request -
requestParamsMap
-
-
Constructor Details
-
AppsAbstractAction
public AppsAbstractAction()
-
-
Method Details
-
setContext
-
execute
public abstract void execute() throws ru.bitel.bgbilling.common.BGException- Throws:
ru.bitel.bgbilling.common.BGException
-
getParameter
-
getIntParameter
-
getPeriod
-
getPeriod
-
getBigDecimal
-
getDateParameter
-
getBoolean
-