Interface ForpostService
public interface ForpostService
-
Method Summary
Modifier and TypeMethodDescriptionvoid
forpostAccountObjectDelete
(int accountId) forpostAccountObjectSearch
(int accountId) void
forpostAccountUsersDelete
(int accountId) forpostAccountUserSearch
(int accountId) forpostCameraBrandSearch
(String[] sort, Page page) void
List<ru.bitel.bgbilling.common.model.KeyValue>
forpostCameraModelGet
(int id) forpostCameraModelSearch
(int brandId, String[] sort, Page page) void
forpostCameraTypeGet
(int id) forpostCameraTypeSearch
(String[] sort, Page page) void
forpostMasterSearch
(String[] sort, Page page) void
int
forpostObjectAdd
(ForpostObject forpostObject) void
forpostObjectDelete
(int id) void
forpostObjectParamUpdate
(int forpostObjectId, String name, String value) forpostObjectSearch
(String[] sort, Page page) void
forpostObjectsSync
(int accountId) void
void
forpostObjectUpdate
(ForpostObject forpostObject) forpostProtocolSearch
(String[] sort, Page page) void
forpostPtzTypeSearch
(String[] sort, Page page) void
forpostRecordTypeSearch
(String[] sort, Page page) void
forpostRtspTransportSearch
(String[] sort, Page page) void
int
forpostUserAdd
(ForpostUser forpostUser) void
forpostUserDelete
(int id) void
forpostUserParamUpdate
(int forpostUserId, String name, String value) forpostUsersSearch
(String[] sort, Page page) void
forpostUsersSync
(int accountId) void
void
forpostUserUpdate
(ForpostUser forpostUser)
-
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
- Throws:
ru.bitel.bgbilling.common.BGException
-
forpostUserAdd
int forpostUserAdd(ForpostUser forpostUser) throws ru.bitel.bgbilling.common.BGException, ru.bitel.bgbilling.common.BGMessageException - Throws:
ru.bitel.bgbilling.common.BGException
ru.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.BGException
ru.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.BGException
ru.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.BGException
ru.bitel.bgbilling.common.BGMessageException
-
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
-
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
-
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
- Throws:
ru.bitel.bgbilling.common.BGException
-
forpostObjectAdd
int forpostObjectAdd(ForpostObject forpostObject) throws ru.bitel.bgbilling.common.BGException, ru.bitel.bgbilling.common.BGMessageException - Throws:
ru.bitel.bgbilling.common.BGException
ru.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.BGException
ru.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.BGException
ru.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.BGException
ru.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.BGException
ru.bitel.bgbilling.common.BGMessageException
-
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
-