public interface ForpostCameraService
| Modifier and Type | Method and Description |
|---|---|
int |
addForpostCamera(int contractId,
ru.bitel.bgbilling.modules.smarthouse.common.bean.forpost.ForpostCamera forpostCamera) |
void |
deleteForpostAccountCameras(int accountId) |
void |
deleteForpostCamera(int id) |
void |
doSync() |
void |
doSyncForpostCameras(int accountId) |
ru.bitel.bgbilling.modules.smarthouse.common.bean.forpost.ForpostCamera |
getDefaultForpostCamera() |
SearchResult<ru.bitel.bgbilling.modules.smarthouse.common.bean.forpost.ForpostCamera> |
searchForpostAccountCameras(int accountId) |
SearchResult<ru.bitel.bgbilling.modules.smarthouse.common.bean.forpost.ForpostTMCAO<ru.bitel.bgbilling.modules.smarthouse.common.bean.forpost.ForpostCamera>> |
searchForpostCameras(ru.bitel.bgbilling.common.model.KeyValue filter,
java.lang.String[] sort,
Page page) |
void |
updateForpostCamera(ru.bitel.bgbilling.modules.smarthouse.common.bean.forpost.ForpostCamera forpostCamera) |
void |
updateForpostCameraParam(int forpostCameraId,
java.lang.String name,
java.lang.String value) |
SearchResult<ru.bitel.bgbilling.modules.smarthouse.common.bean.forpost.ForpostTMCAO<ru.bitel.bgbilling.modules.smarthouse.common.bean.forpost.ForpostCamera>> searchForpostCameras(ru.bitel.bgbilling.common.model.KeyValue filter, java.lang.String[] sort, Page page) throws ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGExceptionSearchResult<ru.bitel.bgbilling.modules.smarthouse.common.bean.forpost.ForpostCamera> searchForpostAccountCameras(int accountId) throws ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGExceptionvoid doSync()
throws ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGExceptionvoid doSyncForpostCameras(int accountId)
throws ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGExceptionru.bitel.bgbilling.modules.smarthouse.common.bean.forpost.ForpostCamera getDefaultForpostCamera()
throws ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGExceptionint addForpostCamera(int contractId,
ru.bitel.bgbilling.modules.smarthouse.common.bean.forpost.ForpostCamera forpostCamera)
throws ru.bitel.bgbilling.common.BGException,
ru.bitel.bgbilling.common.BGMessageException
ru.bitel.bgbilling.common.BGExceptionru.bitel.bgbilling.common.BGMessageExceptionvoid updateForpostCamera(ru.bitel.bgbilling.modules.smarthouse.common.bean.forpost.ForpostCamera forpostCamera)
throws ru.bitel.bgbilling.common.BGException,
ru.bitel.bgbilling.common.BGMessageException
ru.bitel.bgbilling.common.BGExceptionru.bitel.bgbilling.common.BGMessageExceptionvoid updateForpostCameraParam(int forpostCameraId,
java.lang.String name,
java.lang.String value)
throws ru.bitel.bgbilling.common.BGException,
ru.bitel.bgbilling.common.BGMessageException
ru.bitel.bgbilling.common.BGExceptionru.bitel.bgbilling.common.BGMessageExceptionvoid deleteForpostCamera(int id)
throws ru.bitel.bgbilling.common.BGException,
ru.bitel.bgbilling.common.BGMessageException
ru.bitel.bgbilling.common.BGExceptionru.bitel.bgbilling.common.BGMessageExceptionvoid deleteForpostAccountCameras(int accountId)
throws ru.bitel.bgbilling.common.BGException,
ru.bitel.bgbilling.common.BGMessageException
ru.bitel.bgbilling.common.BGExceptionru.bitel.bgbilling.common.BGMessageException