Interface SmartHouseIntercomService
public interface SmartHouseIntercomService
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addIntercomFlatForContractAddress
(int contractId) void
doGetIntercomFlats
(int id) getContractData
(List<Integer> contractIds) getSmartHouseIntercomFlatByContractId
(int contractId) org.json.JSONObject
houseInfoData
(List<Integer> houseIds) searchContractByAddress
(int intercomId) searchContractByMask
(String text) searchHouse
(String text) searchIntercomFlatStatusLogs
(int intercomFlatId, Page page) void
setIntercomFlatStatus
(int contractId, int intercomFlatId, boolean status) smartHouseIntercomFlatList
(int intercomId) void
smartHouseIntercomGet
(int id) smartHouseIntercomSearch
(String title, String[] sort, Page page) int
smartHouseIntercomUpdate
(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.BGException
ru.bitel.bgbilling.common.BGMessageException
-
smartHouseIntercomList
List<SmartHouseIntercom> smartHouseIntercomList() throws ru.bitel.bgbilling.common.BGException, ru.bitel.bgbilling.common.BGMessageException- Throws:
ru.bitel.bgbilling.common.BGException
ru.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.BGException
ru.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.BGException
ru.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.BGException
ru.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.BGException
ru.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.BGException
ru.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.BGException
ru.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.BGException
ru.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.BGException
ru.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.BGException
ru.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.BGException
ru.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.BGException
ru.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.BGException
ru.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.BGException
ru.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.BGException
ru.bitel.bgbilling.common.BGMessageException
-