public class ParamManager
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected java.sql.Connection |
con |
protected ru.bitel.bgbilling.kernel.plugin.server.BGPluginServer |
plugin |
Constructor and Description |
---|
ParamManager(java.sql.Connection con,
ru.bitel.bgbilling.kernel.plugin.server.BGPluginServer plugin)
Конструктор по умолчанию
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getContractCurrentMode(int contractId) |
protected java.lang.String |
getDBTableName(java.lang.String name) |
java.util.List<DirectoryItem> |
getModeList() |
java.util.Properties |
getProperties(int contractId)
Возращает все сохраненные параметры для заданного договора
|
void |
setProperties(int contractId,
java.util.Properties properties)
Сохраняем в БД параметры для заданного договора.
|
protected java.sql.Connection con
protected ru.bitel.bgbilling.kernel.plugin.server.BGPluginServer plugin
public ParamManager(java.sql.Connection con, ru.bitel.bgbilling.kernel.plugin.server.BGPluginServer plugin)
con
- - коннект к БДplugin
- - ссылка на объект с данными плагинаprotected java.lang.String getDBTableName(java.lang.String name)
public java.util.List<DirectoryItem> getModeList()
public java.lang.String getContractCurrentMode(int contractId)
public java.util.Properties getProperties(int contractId)
contractId
- - код договораpublic void setProperties(int contractId, java.util.Properties properties)
contractId
- - код договораproperties
- - сохраняемые значения