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 Exception - Throws:
Exception
-
smartHouseIntercomList
- Throws:
Exception
-
houseInfoData
- Throws:
Exception
-
doGetIntercomFlats
- Throws:
Exception
-
smartHouseIntercomGet
- Throws:
Exception
-
smartHouseIntercomUpdate
- Throws:
Exception
-
smartHouseIntercomFlatList
- Throws:
Exception
-
smartHouseIntercomFlatUpdate
- Throws:
Exception
-
getContractData
- Throws:
Exception
-
searchHouse
- Throws:
Exception
-
searchContractByMask
- Throws:
Exception
-
searchContractByAddress
- Throws:
Exception
-
setIntercomFlatStatus
- Throws:
Exception
-
getSmartHouseIntercomFlatByContractId
- Throws:
Exception
-
addIntercomFlatForContractAddress
- Throws:
Exception
-
searchIntercomFlatStatusLogs
- Throws:
Exception
-