Package ru.bgcrm.service
Class ParameterService
java.lang.Object
ru.bgcrm.service.ParameterService
Deprecated.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidcheckRequiredParams(int id, Parameter parameter) Deprecated.Проверка параметров, которые должны быть заполнены перед заполнением указанного параметра.getNotFilledParams(int id, String parameterIds) Deprecated.Проверка на заполненность параметров объектаgetNotFilledParamsMessage(int id, String parameterIds) Deprecated.Проверка на заполненность параметров объектаgetParameterFromCache(int requireParamId) Deprecated.booleanisParameterFilled(int id, int requireParamId) Deprecated.booleanisParameterFilled(int id, Parameter requireParam) Deprecated.
-
Field Details
-
KEY_REQUIRE_BEFORE_FILL_PARAM_IDS
Deprecated.- See Also:
-
-
Constructor Details
-
ParameterService
Deprecated.
-
-
Method Details
-
checkRequiredParams
Deprecated.Проверка параметров, которые должны быть заполнены перед заполнением указанного параметра. Бросает исключение, если что-то не заполнено- Parameters:
id- код объектаparameter- параметр- Throws:
BGException
-
getNotFilledParamsMessage
Deprecated.Проверка на заполненность параметров объекта- Parameters:
id- код объектаparameterIds- список параметров через запятую- Returns:
- список ошибок
- Throws:
BGException
-
getNotFilledParams
Deprecated.Проверка на заполненность параметров объекта- Parameters:
id- код объектаparameterIds- список параметров через запятую- Returns:
- id и название параметров, которые не заполнены
- Throws:
BGException
-
isParameterFilled
Deprecated.- Throws:
BGException
-
isParameterFilled
Deprecated.- Throws:
BGException
-
getParameterFromCache
Deprecated.- Throws:
BGMessageException
-