public interface ForpostCameraService
Modifier and Type | Method and Description |
---|---|
int |
addForpostCamera(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(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(java.lang.String[] sort, Page page) throws ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGException
SearchResult<ru.bitel.bgbilling.modules.smarthouse.common.bean.forpost.ForpostCamera> searchForpostAccountCameras(int accountId) throws ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGException
void doSync() throws ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGException
void doSyncForpostCameras(int accountId) throws ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.modules.smarthouse.common.bean.forpost.ForpostCamera getDefaultForpostCamera() throws ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGException
int addForpostCamera(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.BGException
ru.bitel.bgbilling.common.BGMessageException
void 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.BGException
ru.bitel.bgbilling.common.BGMessageException
void 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.BGException
ru.bitel.bgbilling.common.BGMessageException
void deleteForpostCamera(int id) throws ru.bitel.bgbilling.common.BGException, ru.bitel.bgbilling.common.BGMessageException
ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGMessageException
void deleteForpostAccountCameras(int accountId) throws ru.bitel.bgbilling.common.BGException, ru.bitel.bgbilling.common.BGMessageException
ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGMessageException