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(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(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
- Throws:
 Exception
 - 
forpostCameraTypeSync
- Throws:
 Exception
 - 
forpostCameraTypelList
- Throws:
 Exception
 - 
forpostCameraTypeGet
- Throws:
 Exception
 - 
forpostUsersSearch
SearchResult<ForpostTMCAO<ForpostUser>> forpostUsersSearch(String[] sort, Page page) throws Exception - Throws:
 Exception
 - 
forpostAccountUserSearch
- Throws:
 Exception
 - 
forpostUserSync
- Throws:
 Exception
 - 
forpostUsersSync
- Throws:
 Exception
 - 
forpostUserDefaultGet
- Throws:
 Exception
 - 
forpostUserAdd
- Throws:
 Exception
 - 
forpostUserUpdate
- Throws:
 Exception
 - 
forpostUserParamUpdate
- Throws:
 Exception
 - 
forpostUserDelete
- Throws:
 Exception
 - 
forpostAccountUsersDelete
- Throws:
 Exception
 - 
forpostMasterSearch
- Throws:
 Exception
 - 
forpostMasterSync
- Throws:
 Exception
 - 
forpostMasterList
- Throws:
 Exception
 - 
forpostRemoteMasterSearch
SearchResult<ForpostRemoteMaster> forpostRemoteMasterSearch(String[] sort, Page page) throws Exception - Throws:
 Exception
 - 
forpostRemoteMasterSync
- Throws:
 Exception
 - 
forpostRemoteMasterList
- Throws:
 Exception
 - 
forpostProtocolSearch
- Throws:
 Exception
 - 
forpostProtocolSync
- Throws:
 Exception
 - 
forpostProtocolList
- Throws:
 Exception
 - 
forpostPtzTypeSearch
- Throws:
 Exception
 - 
forpostPtzTypeSync
- Throws:
 Exception
 - 
forpostPtzTypeList
- Throws:
 Exception
 - 
forpostRecordTypeSearch
- Throws:
 Exception
 - 
forpostRecordTypeSync
- Throws:
 Exception
 - 
forpostRecordTypeList
- Throws:
 Exception
 - 
forpostRtspTransportSearch
SearchResult<ForpostRtspTransport> forpostRtspTransportSearch(String[] sort, Page page) throws Exception - Throws:
 Exception
 - 
forpostRtspTransportSync
- Throws:
 Exception
 - 
forpostRtspTransportList
- Throws:
 Exception
 - 
forpostCameraBrandSearch
SearchResult<ForpostCameraBrand> forpostCameraBrandSearch(String[] sort, Page page) throws Exception - Throws:
 Exception
 - 
forpostCameraBrandSync
- Throws:
 Exception
 - 
forpostCameraBrandList
- Throws:
 Exception
 - 
forpostCameraModelSearch
SearchResult<ForpostCameraModel> forpostCameraModelSearch(int brandId, String[] sort, Page page) throws Exception - Throws:
 Exception
 - 
forpostCameraModelSync
- Throws:
 Exception
 - 
forpostCameraModelList
- Throws:
 Exception
 - 
forpostCameraModelGet
- Throws:
 Exception
 - 
forpostCameraList
- Throws:
 Exception
 - 
forpostAccountObjectList
- Throws:
 Exception
 - 
forpostObjectSearch
SearchResult<ForpostTMCAO<ForpostObject>> forpostObjectSearch(String[] sort, Page page) throws Exception - Throws:
 Exception
 - 
forpostAccountObjectSearch
- Throws:
 Exception
 - 
forpostObjectDefaultGet
- Throws:
 Exception
 - 
forpostObjectAdd
- Throws:
 Exception
 - 
forpostObjectUpdate
- Throws:
 Exception
 - 
forpostObjectParamUpdate
- Throws:
 Exception
 - 
forpostObjectDelete
- Throws:
 Exception
 - 
forpostAccountObjectDelete
- Throws:
 Exception
 - 
forpostObjectSync
- Throws:
 Exception
 - 
forpostObjectsSync
- Throws:
 Exception
 - 
searchForpostCameras
SearchResult<ForpostTMCAO<ForpostCamera>> searchForpostCameras(ru.bitel.bgbilling.common.model.KeyValue filter, String[] sort, Page page) throws Exception - Throws:
 Exception
 - 
searchForpostAccountCameras
- Throws:
 Exception
 - 
doSync
- Throws:
 Exception
 - 
doSyncForpostCameras
- Throws:
 Exception
 - 
getDefaultForpostCamera
- Throws:
 Exception
 - 
forpostCameraAdd
- Throws:
 Exception
 - 
forpostCameraUpdate
- Throws:
 Exception
 - 
forpostCameraParamUpdate
- Throws:
 Exception
 - 
forpostCameraDelete
- Throws:
 Exception
 - 
deleteForpostAccountCameras
- Throws:
 Exception
 
 -