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 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
 
 -