Interface SmartHouseIntercomService
public interface SmartHouseIntercomService
-
Method Summary
Modifier and TypeMethodDescriptionvoidaddIntercomFlatForContractAddress(int contractId) voiddoGetIntercomFlats(int id) getContractData(List<Integer> contractIds) getSmartHouseIntercomFlatByContractId(int contractId) org.json.JSONObjecthouseInfoData(List<Integer> houseIds) searchContractByAddress(int intercomId) searchContractByMask(String text) searchHouse(String text) searchIntercomFlatStatusLogs(int intercomFlatId, Page page) voidsetIntercomFlatStatus(int contractId, int intercomFlatId, boolean status) smartHouseIntercomFlatList(int intercomId) voidsmartHouseIntercomGet(int id) smartHouseIntercomSearch(String title, String[] sort, Page page) intsmartHouseIntercomUpdate(SmartHouseIntercom smartHouseIntercom)
-
Method Details
-
smartHouseIntercomSearch
SearchResult<SmartHouseIntercom> smartHouseIntercomSearch(String title, String[] sort, Page page) throws ru.bitel.bgbilling.common.BGException - Throws:
ru.bitel.bgbilling.common.BGException
-
smartHouseIntercomList
- Throws:
ru.bitel.bgbilling.common.BGException
-
houseInfoData
org.json.JSONObject houseInfoData(List<Integer> houseIds) throws ru.bitel.bgbilling.common.BGException - Throws:
ru.bitel.bgbilling.common.BGException
-
doGetIntercomFlats
void doGetIntercomFlats(int id) throws ru.bitel.bgbilling.common.BGException - Throws:
ru.bitel.bgbilling.common.BGException
-
smartHouseIntercomGet
- Throws:
ru.bitel.bgbilling.common.BGException
-
smartHouseIntercomUpdate
int smartHouseIntercomUpdate(SmartHouseIntercom smartHouseIntercom) throws ru.bitel.bgbilling.common.BGException - Throws:
ru.bitel.bgbilling.common.BGException
-
smartHouseIntercomFlatList
List<SmartHouseIntercomFlat> smartHouseIntercomFlatList(int intercomId) throws ru.bitel.bgbilling.common.BGException - Throws:
ru.bitel.bgbilling.common.BGException
-
smartHouseIntercomFlatUpdate
void smartHouseIntercomFlatUpdate(SmartHouseIntercomFlat data) throws ru.bitel.bgbilling.common.BGException - Throws:
ru.bitel.bgbilling.common.BGException
-
getContractData
List<String> getContractData(List<Integer> contractIds) throws ru.bitel.bgbilling.common.BGException - Throws:
ru.bitel.bgbilling.common.BGException
-
searchHouse
- Throws:
ru.bitel.bgbilling.common.BGException
-
searchContractByMask
List<ContractIdTitleComment> searchContractByMask(String text) throws ru.bitel.bgbilling.common.BGException - Throws:
ru.bitel.bgbilling.common.BGException
-
searchContractByAddress
List<ContractIdTitleComment> searchContractByAddress(int intercomId) throws ru.bitel.bgbilling.common.BGException - Throws:
ru.bitel.bgbilling.common.BGException
-
setIntercomFlatStatus
void setIntercomFlatStatus(int contractId, int intercomFlatId, boolean status) throws ru.bitel.bgbilling.common.BGException - Throws:
ru.bitel.bgbilling.common.BGException
-
getSmartHouseIntercomFlatByContractId
SmartHouseIntercomFlat getSmartHouseIntercomFlatByContractId(int contractId) throws ru.bitel.bgbilling.common.BGException - Throws:
ru.bitel.bgbilling.common.BGException
-
addIntercomFlatForContractAddress
void addIntercomFlatForContractAddress(int contractId) throws ru.bitel.bgbilling.common.BGException - Throws:
ru.bitel.bgbilling.common.BGException
-
searchIntercomFlatStatusLogs
SearchResult<String> searchIntercomFlatStatusLogs(int intercomFlatId, Page page) throws ru.bitel.bgbilling.common.BGException - Throws:
ru.bitel.bgbilling.common.BGException
-