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, ru.bitel.bgbilling.common.BGMessageException - Throws:
ru.bitel.bgbilling.common.BGExceptionru.bitel.bgbilling.common.BGMessageException
-
smartHouseIntercomList
List<SmartHouseIntercom> smartHouseIntercomList() throws ru.bitel.bgbilling.common.BGException, ru.bitel.bgbilling.common.BGMessageException- Throws:
ru.bitel.bgbilling.common.BGExceptionru.bitel.bgbilling.common.BGMessageException
-
houseInfoData
org.json.JSONObject houseInfoData(List<Integer> houseIds) throws ru.bitel.bgbilling.common.BGException, ru.bitel.bgbilling.common.BGMessageException - Throws:
ru.bitel.bgbilling.common.BGExceptionru.bitel.bgbilling.common.BGMessageException
-
doGetIntercomFlats
void doGetIntercomFlats(int id) throws ru.bitel.bgbilling.common.BGException, ru.bitel.bgbilling.common.BGMessageException - Throws:
ru.bitel.bgbilling.common.BGExceptionru.bitel.bgbilling.common.BGMessageException
-
smartHouseIntercomGet
SmartHouseIntercom smartHouseIntercomGet(int id) throws ru.bitel.bgbilling.common.BGException, ru.bitel.bgbilling.common.BGMessageException - Throws:
ru.bitel.bgbilling.common.BGExceptionru.bitel.bgbilling.common.BGMessageException
-
smartHouseIntercomUpdate
int smartHouseIntercomUpdate(SmartHouseIntercom smartHouseIntercom) throws ru.bitel.bgbilling.common.BGException, ru.bitel.bgbilling.common.BGMessageException - Throws:
ru.bitel.bgbilling.common.BGExceptionru.bitel.bgbilling.common.BGMessageException
-
smartHouseIntercomFlatList
List<SmartHouseIntercomFlat> smartHouseIntercomFlatList(int intercomId) throws ru.bitel.bgbilling.common.BGException, ru.bitel.bgbilling.common.BGMessageException - Throws:
ru.bitel.bgbilling.common.BGExceptionru.bitel.bgbilling.common.BGMessageException
-
smartHouseIntercomFlatUpdate
void smartHouseIntercomFlatUpdate(SmartHouseIntercomFlat data) throws ru.bitel.bgbilling.common.BGException, ru.bitel.bgbilling.common.BGMessageException - Throws:
ru.bitel.bgbilling.common.BGExceptionru.bitel.bgbilling.common.BGMessageException
-
getContractData
List<String> getContractData(List<Integer> contractIds) throws ru.bitel.bgbilling.common.BGException, ru.bitel.bgbilling.common.BGMessageException - Throws:
ru.bitel.bgbilling.common.BGExceptionru.bitel.bgbilling.common.BGMessageException
-
searchHouse
List<String> searchHouse(String text) throws ru.bitel.bgbilling.common.BGException, ru.bitel.bgbilling.common.BGMessageException - Throws:
ru.bitel.bgbilling.common.BGExceptionru.bitel.bgbilling.common.BGMessageException
-
searchContractByMask
List<ContractIdTitleComment> searchContractByMask(String text) throws ru.bitel.bgbilling.common.BGException, ru.bitel.bgbilling.common.BGMessageException - Throws:
ru.bitel.bgbilling.common.BGExceptionru.bitel.bgbilling.common.BGMessageException
-
searchContractByAddress
List<ContractIdTitleComment> searchContractByAddress(int intercomId) throws ru.bitel.bgbilling.common.BGException, ru.bitel.bgbilling.common.BGMessageException - Throws:
ru.bitel.bgbilling.common.BGExceptionru.bitel.bgbilling.common.BGMessageException
-
setIntercomFlatStatus
void setIntercomFlatStatus(int contractId, int intercomFlatId, boolean status) throws ru.bitel.bgbilling.common.BGException, ru.bitel.bgbilling.common.BGMessageException - Throws:
ru.bitel.bgbilling.common.BGExceptionru.bitel.bgbilling.common.BGMessageException
-
getSmartHouseIntercomFlatByContractId
SmartHouseIntercomFlat getSmartHouseIntercomFlatByContractId(int contractId) throws ru.bitel.bgbilling.common.BGException, ru.bitel.bgbilling.common.BGMessageException - Throws:
ru.bitel.bgbilling.common.BGExceptionru.bitel.bgbilling.common.BGMessageException
-
addIntercomFlatForContractAddress
void addIntercomFlatForContractAddress(int contractId) throws ru.bitel.bgbilling.common.BGException, ru.bitel.bgbilling.common.BGMessageException - Throws:
ru.bitel.bgbilling.common.BGExceptionru.bitel.bgbilling.common.BGMessageException
-
searchIntercomFlatStatusLogs
SearchResult<String> searchIntercomFlatStatusLogs(int intercomFlatId, Page page) throws ru.bitel.bgbilling.common.BGException, ru.bitel.bgbilling.common.BGMessageException - Throws:
ru.bitel.bgbilling.common.BGExceptionru.bitel.bgbilling.common.BGMessageException
-