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