Interface SmartHouseService
public interface SmartHouseService
-
Method Summary
Modifier and TypeMethodDescriptionnpayServices
(int moduleId) boolean
smarthouseAccountDelete
(int id) smarthouseAccountGet
(int id) smarthouseAccountSearch
(int contractId, int contractObjectId) smarthouseAccountTypeGet
(int id) int
smarthouseAccountTypeUpdate
(SmartHouseAccountType accountType) int
smarthouseAccountUpdate
(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
-