ContractParameterGroupAttr
and ContractParameterService
or ContractParameterGroupAttrDao
@Deprecated public class ContractParameterPrefDao extends ru.bitel.common.dao.AbstractIdDao<ContractParameterPref>
Constructor and Description |
---|
ContractParameterPrefDao(java.sql.Connection con)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<ContractParameterPref> |
getAllContractParameterPrefList()
Deprecated.
Получить все списки параметров
|
java.util.List<IdTitle> |
getContractParameterPrefIdTitleList(int paramTypeId)
Deprecated.
Получить список IdTitle( id - код ParameterPrefId ) по типу параметра.
|
java.util.List<ContractParameterPref> |
getContractParameterPrefList(ContractParameterPrefType prefEnum)
Deprecated.
|
java.util.List<ContractParameterPref> |
getContractParameterPrefList(java.util.Set<java.lang.Integer> ids)
Deprecated.
|
java.util.Map<java.lang.Integer,java.util.List<IdTitle>> |
getContractParameterPrefMapByType()
Deprecated.
|
protected ContractParameterPref |
getFromRS(java.sql.ResultSet rs)
Deprecated.
|
void |
moveParam(int id,
boolean up)
Deprecated.
сдвиг параметра false - вниз, true - вверх
|
protected void |
updateImpl(ContractParameterPref pref)
Deprecated.
|
void |
updateSortPosition(java.util.List<ContractParameterPref> list)
Deprecated.
Обновление поля sort для всего листа
|
delete, get, getAndDelete, getAndUpdate
public ContractParameterPrefDao(java.sql.Connection con)
public java.util.List<ContractParameterPref> getContractParameterPrefList(ContractParameterPrefType prefEnum) throws ru.bitel.bgbilling.common.BGException
prefEnum
- - элемент перечесления типа параметров договораru.bitel.bgbilling.common.BGException
public java.util.List<ContractParameterPref> getContractParameterPrefList(java.util.Set<java.lang.Integer> ids) throws ru.bitel.bgbilling.common.BGException
ids
- - set коды типов параметров.ru.bitel.bgbilling.common.BGException
public java.util.List<IdTitle> getContractParameterPrefIdTitleList(int paramTypeId) throws ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGException
public java.util.List<ContractParameterPref> getAllContractParameterPrefList() throws ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGException
public void moveParam(int id, boolean up) throws ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGException
public void updateSortPosition(java.util.List<ContractParameterPref> list) throws ru.bitel.bgbilling.common.BGException
list
- с изменнёными параметрами sortru.bitel.bgbilling.common.BGException
public java.util.Map<java.lang.Integer,java.util.List<IdTitle>> getContractParameterPrefMapByType() throws ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGException
protected ContractParameterPref getFromRS(java.sql.ResultSet rs) throws java.sql.SQLException, ru.bitel.bgbilling.common.BGException
getFromRS
in class ru.bitel.common.dao.AbstractDao<ContractParameterPref>
java.sql.SQLException
ru.bitel.bgbilling.common.BGException
protected void updateImpl(ContractParameterPref pref) throws ru.bitel.bgbilling.common.BGException, java.sql.SQLException
updateImpl
in class ru.bitel.common.dao.AbstractDao<ContractParameterPref>
ru.bitel.bgbilling.common.BGException
java.sql.SQLException