public interface ContractParameterService
Modifier and Type | Method and Description |
---|---|
int |
deleteContractParameterPref(int paramPrefId)
Обновление(id>0)/создание(id<1) элемента справочника типа параметра.
|
ContractParameterPref |
getContractParameterPref(int pid)
Получение одного конкретного параметра договора.
|
java.util.List<ContractParameterPref> |
getContractParameterPrefList(int paramType)
Получение списка всех параметров договора определенного заданного типа.
|
void |
moveContractParameterPref(int paramPrefId,
boolean direction)
Изменить позицию парамтра .
|
int |
updateContractParametersPref(ContractParameterPref paramPref)
Обновление(id>0)/создание(id<1) элемента справочника типа параметра.
|
void |
updateSortPosition(java.util.List<ContractParameterPref> list)
Перенос параметра на любую строку
|
ContractParameterPref getContractParameterPref(int pid) throws ru.bitel.bgbilling.common.BGException
pid
- - код параметра договораru.bitel.bgbilling.common.BGException
java.util.List<ContractParameterPref> getContractParameterPrefList(int paramType) throws ru.bitel.bgbilling.common.BGException
paramType
- - тип параметра договора. Может быть:
ru.bitel.bgbilling.common.BGException
int updateContractParametersPref(ContractParameterPref paramPref) throws ru.bitel.bgbilling.common.BGException
paramPref
- - элемент справочника типа параметра.ru.bitel.bgbilling.common.BGException
int deleteContractParameterPref(int paramPrefId) throws ru.bitel.bgbilling.common.BGException
paramPref
- - элемент справочника типа параметра.ru.bitel.bgbilling.common.BGException
void moveContractParameterPref(int paramPrefId, boolean direction) throws ru.bitel.bgbilling.common.BGException
direction
- - treu - вверз, false - внизru.bitel.bgbilling.common.BGException
void updateSortPosition(java.util.List<ContractParameterPref> list) throws ru.bitel.bgbilling.common.BGException
list
- - с новыми значениями sortru.bitel.bgbilling.common.BGException