Interface SmartHouseService
public interface SmartHouseService
-
Method Summary
Modifier and TypeMethodDescriptionnpayServices(int moduleId) booleansmarthouseAccountDelete(int id) smarthouseAccountGet(int id) smarthouseAccountSearch(int contractId, int contractObjectId) smarthouseAccountTypeGet(int id) intsmarthouseAccountTypeUpdate(SmartHouseAccountType accountType) intsmarthouseAccountUpdate(SmartHouseAccount smartHouseAccount) smarthouseOptionGet(int id) int
-
Method Details
-
smarthouseAccountTypes
- Throws:
Exception
-
smarthouseAccountTypeGet
- Throws:
Exception
-
smarthouseAccountTypeUpdate
- Throws:
Exception
-
smarthouseOptionGet
- Throws:
Exception
-
smarthouseOptionUpdate
- Throws:
Exception
-
smarthouseServices
- Throws:
Exception
-
npayModules
- Throws:
Exception
-
npayServices
- Throws:
Exception
-
smarthouseAccountSearch
SearchResult<SmartHouseAccount> smarthouseAccountSearch(int contractId, int contractObjectId) throws Exception - Throws:
Exception
-
smarthouseAccountGet
- Throws:
Exception
-
smarthouseAccountUpdate
- Throws:
Exception
-
smarthouseAccountDelete
- Throws:
Exception
-