Interface ForpostService
public interface ForpostService
-
Method Summary
Modifier and TypeMethodDescriptionvoiddeleteForpostAccountCameras(int accountId) voiddoSync()voiddoSyncForpostCameras(int accountId) voidforpostAccountObjectDelete(int accountId) forpostAccountObjectSearch(int accountId) voidforpostAccountUsersDelete(int accountId) forpostAccountUserSearch(int accountId) intforpostCameraAdd(int contractId, ForpostCamera forpostCamera) forpostCameraBrandSearch(String[] sort, Page page) voidvoidforpostCameraDelete(int forpostCameraId) List<ru.bitel.bgbilling.common.model.KeyValue>forpostCameraModelGet(int id) forpostCameraModelSearch(int brandId, String[] sort, Page page) voidvoidforpostCameraParamUpdate(int forpostCameraId, String name, String value) forpostCameraTypeGet(int id) forpostCameraTypeSearch(String[] sort, Page page) voidforpostMasterSearch(String[] sort, Page page) voidintforpostObjectAdd(ForpostObject forpostObject) voidforpostObjectDelete(int id) voidforpostObjectParamUpdate(int forpostObjectId, String name, String value) forpostObjectSearch(String[] sort, Page page) voidforpostObjectsSync(int accountId) voidvoidforpostObjectUpdate(ForpostObject forpostObject) forpostProtocolSearch(String[] sort, Page page) voidforpostPtzTypeSearch(String[] sort, Page page) voidforpostRecordTypeSearch(String[] sort, Page page) voidforpostRtspTransportSearch(String[] sort, Page page) voidintforpostUserAdd(ForpostUser forpostUser) voidforpostUserDelete(int id) voidforpostUserParamUpdate(int forpostUserId, String name, String value) forpostUsersSearch(String[] sort, Page page) voidforpostUsersSync(int accountId) voidvoidforpostUserUpdate(ForpostUser forpostUser) searchForpostAccountCameras(int accountId) searchForpostCameras(ru.bitel.bgbilling.common.model.KeyValue filter, String[] sort, Page page) voidupdateForpostCamera(ForpostCamera forpostCamera)
-
Method Details
-
forpostCameraTypeSearch
SearchResult<ForpostCameraType> forpostCameraTypeSearch(String[] sort, Page page) throws ru.bitel.bgbilling.common.BGException, ru.bitel.bgbilling.common.BGMessageException - Throws:
ru.bitel.bgbilling.common.BGExceptionru.bitel.bgbilling.common.BGMessageException
-
forpostCameraTypeSync
void forpostCameraTypeSync() throws ru.bitel.bgbilling.common.BGException, ru.bitel.bgbilling.common.BGMessageException- Throws:
ru.bitel.bgbilling.common.BGExceptionru.bitel.bgbilling.common.BGMessageException
-
forpostCameraTypelList
List<ForpostCameraType> forpostCameraTypelList() throws ru.bitel.bgbilling.common.BGException, ru.bitel.bgbilling.common.BGMessageException- Throws:
ru.bitel.bgbilling.common.BGExceptionru.bitel.bgbilling.common.BGMessageException
-
forpostCameraTypeGet
ForpostCameraType forpostCameraTypeGet(int id) throws ru.bitel.bgbilling.common.BGException, ru.bitel.bgbilling.common.BGMessageException - Throws:
ru.bitel.bgbilling.common.BGExceptionru.bitel.bgbilling.common.BGMessageException
-
forpostUsersSearch
SearchResult<ForpostTMCAO<ForpostUser>> forpostUsersSearch(String[] sort, Page page) throws ru.bitel.bgbilling.common.BGException, ru.bitel.bgbilling.common.BGMessageException - Throws:
ru.bitel.bgbilling.common.BGExceptionru.bitel.bgbilling.common.BGMessageException
-
forpostAccountUserSearch
SearchResult<ForpostUser> forpostAccountUserSearch(int accountId) throws ru.bitel.bgbilling.common.BGException, ru.bitel.bgbilling.common.BGMessageException - Throws:
ru.bitel.bgbilling.common.BGExceptionru.bitel.bgbilling.common.BGMessageException
-
forpostUserSync
void forpostUserSync() throws ru.bitel.bgbilling.common.BGException, ru.bitel.bgbilling.common.BGMessageException- Throws:
ru.bitel.bgbilling.common.BGExceptionru.bitel.bgbilling.common.BGMessageException
-
forpostUsersSync
void forpostUsersSync(int accountId) throws ru.bitel.bgbilling.common.BGException, ru.bitel.bgbilling.common.BGMessageException - Throws:
ru.bitel.bgbilling.common.BGExceptionru.bitel.bgbilling.common.BGMessageException
-
forpostUserDefaultGet
ForpostUser forpostUserDefaultGet() throws ru.bitel.bgbilling.common.BGException, ru.bitel.bgbilling.common.BGMessageException- Throws:
ru.bitel.bgbilling.common.BGExceptionru.bitel.bgbilling.common.BGMessageException
-
forpostUserAdd
int forpostUserAdd(ForpostUser forpostUser) throws ru.bitel.bgbilling.common.BGException, ru.bitel.bgbilling.common.BGMessageException - Throws:
ru.bitel.bgbilling.common.BGExceptionru.bitel.bgbilling.common.BGMessageException
-
forpostUserUpdate
void forpostUserUpdate(ForpostUser forpostUser) throws ru.bitel.bgbilling.common.BGException, ru.bitel.bgbilling.common.BGMessageException - Throws:
ru.bitel.bgbilling.common.BGExceptionru.bitel.bgbilling.common.BGMessageException
-
forpostUserParamUpdate
void forpostUserParamUpdate(int forpostUserId, String name, String value) throws ru.bitel.bgbilling.common.BGException, ru.bitel.bgbilling.common.BGMessageException - Throws:
ru.bitel.bgbilling.common.BGExceptionru.bitel.bgbilling.common.BGMessageException
-
forpostUserDelete
void forpostUserDelete(int id) throws ru.bitel.bgbilling.common.BGException - Throws:
ru.bitel.bgbilling.common.BGException
-
forpostAccountUsersDelete
void forpostAccountUsersDelete(int accountId) throws ru.bitel.bgbilling.common.BGException, ru.bitel.bgbilling.common.BGMessageException - Throws:
ru.bitel.bgbilling.common.BGExceptionru.bitel.bgbilling.common.BGMessageException
-
forpostMasterSearch
SearchResult<ForpostMaster> forpostMasterSearch(String[] sort, Page page) throws ru.bitel.bgbilling.common.BGException, ru.bitel.bgbilling.common.BGMessageException - Throws:
ru.bitel.bgbilling.common.BGExceptionru.bitel.bgbilling.common.BGMessageException
-
forpostMasterSync
void forpostMasterSync() throws ru.bitel.bgbilling.common.BGException, ru.bitel.bgbilling.common.BGMessageException- Throws:
ru.bitel.bgbilling.common.BGExceptionru.bitel.bgbilling.common.BGMessageException
-
forpostMasterList
List<ForpostMaster> forpostMasterList() throws ru.bitel.bgbilling.common.BGException, ru.bitel.bgbilling.common.BGMessageException- Throws:
ru.bitel.bgbilling.common.BGExceptionru.bitel.bgbilling.common.BGMessageException
-
forpostProtocolSearch
SearchResult<ForpostProtocol> forpostProtocolSearch(String[] sort, Page page) throws ru.bitel.bgbilling.common.BGException, ru.bitel.bgbilling.common.BGMessageException - Throws:
ru.bitel.bgbilling.common.BGExceptionru.bitel.bgbilling.common.BGMessageException
-
forpostProtocolSync
void forpostProtocolSync() throws ru.bitel.bgbilling.common.BGException, ru.bitel.bgbilling.common.BGMessageException- Throws:
ru.bitel.bgbilling.common.BGExceptionru.bitel.bgbilling.common.BGMessageException
-
forpostProtocolList
List<ForpostProtocol> forpostProtocolList() throws ru.bitel.bgbilling.common.BGException, ru.bitel.bgbilling.common.BGMessageException- Throws:
ru.bitel.bgbilling.common.BGExceptionru.bitel.bgbilling.common.BGMessageException
-
forpostPtzTypeSearch
SearchResult<ForpostPtzType> forpostPtzTypeSearch(String[] sort, Page page) throws ru.bitel.bgbilling.common.BGException, ru.bitel.bgbilling.common.BGMessageException - Throws:
ru.bitel.bgbilling.common.BGExceptionru.bitel.bgbilling.common.BGMessageException
-
forpostPtzTypeSync
void forpostPtzTypeSync() throws ru.bitel.bgbilling.common.BGException, ru.bitel.bgbilling.common.BGMessageException- Throws:
ru.bitel.bgbilling.common.BGExceptionru.bitel.bgbilling.common.BGMessageException
-
forpostPtzTypeList
List<ForpostPtzType> forpostPtzTypeList() throws ru.bitel.bgbilling.common.BGException, ru.bitel.bgbilling.common.BGMessageException- Throws:
ru.bitel.bgbilling.common.BGExceptionru.bitel.bgbilling.common.BGMessageException
-
forpostRecordTypeSearch
SearchResult<ForpostRecordType> forpostRecordTypeSearch(String[] sort, Page page) throws ru.bitel.bgbilling.common.BGException, ru.bitel.bgbilling.common.BGMessageException - Throws:
ru.bitel.bgbilling.common.BGExceptionru.bitel.bgbilling.common.BGMessageException
-
forpostRecordTypeSync
void forpostRecordTypeSync() throws ru.bitel.bgbilling.common.BGException, ru.bitel.bgbilling.common.BGMessageException- Throws:
ru.bitel.bgbilling.common.BGExceptionru.bitel.bgbilling.common.BGMessageException
-
forpostRecordTypeList
List<ForpostRecordType> forpostRecordTypeList() throws ru.bitel.bgbilling.common.BGException, ru.bitel.bgbilling.common.BGMessageException- Throws:
ru.bitel.bgbilling.common.BGExceptionru.bitel.bgbilling.common.BGMessageException
-
forpostRtspTransportSearch
SearchResult<ForpostRtspTransport> forpostRtspTransportSearch(String[] sort, Page page) throws ru.bitel.bgbilling.common.BGException, ru.bitel.bgbilling.common.BGMessageException - Throws:
ru.bitel.bgbilling.common.BGExceptionru.bitel.bgbilling.common.BGMessageException
-
forpostRtspTransportSync
void forpostRtspTransportSync() throws ru.bitel.bgbilling.common.BGException, ru.bitel.bgbilling.common.BGMessageException- Throws:
ru.bitel.bgbilling.common.BGExceptionru.bitel.bgbilling.common.BGMessageException
-
forpostRtspTransportList
List<ForpostRtspTransport> forpostRtspTransportList() throws ru.bitel.bgbilling.common.BGException, ru.bitel.bgbilling.common.BGMessageException- Throws:
ru.bitel.bgbilling.common.BGExceptionru.bitel.bgbilling.common.BGMessageException
-
forpostCameraBrandSearch
SearchResult<ForpostCameraBrand> forpostCameraBrandSearch(String[] sort, Page page) throws ru.bitel.bgbilling.common.BGException, ru.bitel.bgbilling.common.BGMessageException - Throws:
ru.bitel.bgbilling.common.BGExceptionru.bitel.bgbilling.common.BGMessageException
-
forpostCameraBrandSync
void forpostCameraBrandSync() throws ru.bitel.bgbilling.common.BGException, ru.bitel.bgbilling.common.BGMessageException- Throws:
ru.bitel.bgbilling.common.BGExceptionru.bitel.bgbilling.common.BGMessageException
-
forpostCameraBrandList
List<ForpostCameraBrand> forpostCameraBrandList() throws ru.bitel.bgbilling.common.BGException, ru.bitel.bgbilling.common.BGMessageException- Throws:
ru.bitel.bgbilling.common.BGExceptionru.bitel.bgbilling.common.BGMessageException
-
forpostCameraModelSearch
SearchResult<ForpostCameraModel> forpostCameraModelSearch(int brandId, String[] sort, Page page) throws ru.bitel.bgbilling.common.BGException, ru.bitel.bgbilling.common.BGMessageException - Throws:
ru.bitel.bgbilling.common.BGExceptionru.bitel.bgbilling.common.BGMessageException
-
forpostCameraModelSync
void forpostCameraModelSync() throws ru.bitel.bgbilling.common.BGException, ru.bitel.bgbilling.common.BGMessageException- Throws:
ru.bitel.bgbilling.common.BGExceptionru.bitel.bgbilling.common.BGMessageException
-
forpostCameraModelList
List<ForpostCameraModel> forpostCameraModelList() throws ru.bitel.bgbilling.common.BGException, ru.bitel.bgbilling.common.BGMessageException- Throws:
ru.bitel.bgbilling.common.BGExceptionru.bitel.bgbilling.common.BGMessageException
-
forpostCameraModelGet
- Throws:
ru.bitel.bgbilling.common.BGException
-
forpostCameraList
List<ru.bitel.bgbilling.common.model.KeyValue> forpostCameraList() throws ru.bitel.bgbilling.common.BGException, ru.bitel.bgbilling.common.BGMessageException- Throws:
ru.bitel.bgbilling.common.BGExceptionru.bitel.bgbilling.common.BGMessageException
-
forpostObjectSearch
SearchResult<ForpostTMCAO<ForpostObject>> forpostObjectSearch(String[] sort, Page page) throws ru.bitel.bgbilling.common.BGException, ru.bitel.bgbilling.common.BGMessageException - Throws:
ru.bitel.bgbilling.common.BGExceptionru.bitel.bgbilling.common.BGMessageException
-
forpostAccountObjectSearch
SearchResult<ForpostObject> forpostAccountObjectSearch(int accountId) throws ru.bitel.bgbilling.common.BGException, ru.bitel.bgbilling.common.BGMessageException - Throws:
ru.bitel.bgbilling.common.BGExceptionru.bitel.bgbilling.common.BGMessageException
-
forpostObjectDefaultGet
ForpostObject forpostObjectDefaultGet() throws ru.bitel.bgbilling.common.BGException, ru.bitel.bgbilling.common.BGMessageException- Throws:
ru.bitel.bgbilling.common.BGExceptionru.bitel.bgbilling.common.BGMessageException
-
forpostObjectAdd
int forpostObjectAdd(ForpostObject forpostObject) throws ru.bitel.bgbilling.common.BGException, ru.bitel.bgbilling.common.BGMessageException - Throws:
ru.bitel.bgbilling.common.BGExceptionru.bitel.bgbilling.common.BGMessageException
-
forpostObjectUpdate
void forpostObjectUpdate(ForpostObject forpostObject) throws ru.bitel.bgbilling.common.BGException, ru.bitel.bgbilling.common.BGMessageException - Throws:
ru.bitel.bgbilling.common.BGExceptionru.bitel.bgbilling.common.BGMessageException
-
forpostObjectParamUpdate
void forpostObjectParamUpdate(int forpostObjectId, String name, String value) throws ru.bitel.bgbilling.common.BGException, ru.bitel.bgbilling.common.BGMessageException - Throws:
ru.bitel.bgbilling.common.BGExceptionru.bitel.bgbilling.common.BGMessageException
-
forpostObjectDelete
void forpostObjectDelete(int id) throws ru.bitel.bgbilling.common.BGException, ru.bitel.bgbilling.common.BGMessageException - Throws:
ru.bitel.bgbilling.common.BGExceptionru.bitel.bgbilling.common.BGMessageException
-
forpostAccountObjectDelete
void forpostAccountObjectDelete(int accountId) throws ru.bitel.bgbilling.common.BGException, ru.bitel.bgbilling.common.BGMessageException - Throws:
ru.bitel.bgbilling.common.BGExceptionru.bitel.bgbilling.common.BGMessageException
-
forpostObjectSync
void forpostObjectSync() throws ru.bitel.bgbilling.common.BGException, ru.bitel.bgbilling.common.BGMessageException- Throws:
ru.bitel.bgbilling.common.BGExceptionru.bitel.bgbilling.common.BGMessageException
-
forpostObjectsSync
void forpostObjectsSync(int accountId) throws ru.bitel.bgbilling.common.BGException, ru.bitel.bgbilling.common.BGMessageException - Throws:
ru.bitel.bgbilling.common.BGExceptionru.bitel.bgbilling.common.BGMessageException
-
searchForpostCameras
SearchResult<ForpostTMCAO<ForpostCamera>> searchForpostCameras(ru.bitel.bgbilling.common.model.KeyValue filter, String[] sort, Page page) throws ru.bitel.bgbilling.common.BGException, ru.bitel.bgbilling.common.BGMessageException - Throws:
ru.bitel.bgbilling.common.BGExceptionru.bitel.bgbilling.common.BGMessageException
-
searchForpostAccountCameras
SearchResult<ForpostCamera> searchForpostAccountCameras(int accountId) throws ru.bitel.bgbilling.common.BGException, ru.bitel.bgbilling.common.BGMessageException - Throws:
ru.bitel.bgbilling.common.BGExceptionru.bitel.bgbilling.common.BGMessageException
-
doSync
void doSync() throws ru.bitel.bgbilling.common.BGException, ru.bitel.bgbilling.common.BGMessageException- Throws:
ru.bitel.bgbilling.common.BGExceptionru.bitel.bgbilling.common.BGMessageException
-
doSyncForpostCameras
void doSyncForpostCameras(int accountId) throws ru.bitel.bgbilling.common.BGException, ru.bitel.bgbilling.common.BGMessageException - Throws:
ru.bitel.bgbilling.common.BGExceptionru.bitel.bgbilling.common.BGMessageException
-
getDefaultForpostCamera
ForpostCamera getDefaultForpostCamera() throws ru.bitel.bgbilling.common.BGException, ru.bitel.bgbilling.common.BGMessageException- Throws:
ru.bitel.bgbilling.common.BGExceptionru.bitel.bgbilling.common.BGMessageException
-
forpostCameraAdd
int forpostCameraAdd(int contractId, ForpostCamera forpostCamera) throws ru.bitel.bgbilling.common.BGException, ru.bitel.bgbilling.common.BGMessageException - Throws:
ru.bitel.bgbilling.common.BGExceptionru.bitel.bgbilling.common.BGMessageException
-
updateForpostCamera
void updateForpostCamera(ForpostCamera forpostCamera) throws ru.bitel.bgbilling.common.BGException, ru.bitel.bgbilling.common.BGMessageException - Throws:
ru.bitel.bgbilling.common.BGExceptionru.bitel.bgbilling.common.BGMessageException
-
forpostCameraParamUpdate
void forpostCameraParamUpdate(int forpostCameraId, String name, String value) throws ru.bitel.bgbilling.common.BGException, ru.bitel.bgbilling.common.BGMessageException - Throws:
ru.bitel.bgbilling.common.BGExceptionru.bitel.bgbilling.common.BGMessageException
-
forpostCameraDelete
void forpostCameraDelete(int forpostCameraId) throws ru.bitel.bgbilling.common.BGException, ru.bitel.bgbilling.common.BGMessageException - Throws:
ru.bitel.bgbilling.common.BGExceptionru.bitel.bgbilling.common.BGMessageException
-
deleteForpostAccountCameras
void deleteForpostAccountCameras(int accountId) throws ru.bitel.bgbilling.common.BGException, ru.bitel.bgbilling.common.BGMessageException - Throws:
ru.bitel.bgbilling.common.BGExceptionru.bitel.bgbilling.common.BGMessageException
-