public interface ForpostService
| Modifier and Type | Method and Description |
|---|---|
void |
forpostAccountUsersDelete(int accountId) |
SearchResult<ru.bitel.bgbilling.modules.smarthouse.common.bean.forpost.ForpostUser> |
forpostAccountUserSearch(int accountId) |
java.util.List<ru.bitel.bgbilling.modules.smarthouse.common.bean.forpost.ForpostCameraBrand> |
forpostCameraBrandList() |
SearchResult<ru.bitel.bgbilling.modules.smarthouse.common.bean.forpost.ForpostCameraBrand> |
forpostCameraBrandSearch(java.lang.String[] sort,
Page page) |
void |
forpostCameraBrandSync() |
ru.bitel.bgbilling.modules.smarthouse.common.bean.forpost.ForpostCameraModel |
forpostCameraModelGet(int id) |
java.util.List<ru.bitel.bgbilling.modules.smarthouse.common.bean.forpost.ForpostCameraModel> |
forpostCameraModelList() |
SearchResult<ru.bitel.bgbilling.modules.smarthouse.common.bean.forpost.ForpostCameraModel> |
forpostCameraModelSearch(int brandId,
java.lang.String[] sort,
Page page) |
void |
forpostCameraModelSync() |
ru.bitel.bgbilling.modules.smarthouse.common.bean.forpost.ForpostCameraType |
forpostCameraTypeGet(int id) |
java.util.List<ru.bitel.bgbilling.modules.smarthouse.common.bean.forpost.ForpostCameraType> |
forpostCameraTypelList() |
SearchResult<ru.bitel.bgbilling.modules.smarthouse.common.bean.forpost.ForpostCameraType> |
forpostCameraTypeSearch(java.lang.String[] sort,
Page page) |
void |
forpostCameraTypeSync() |
java.util.List<ru.bitel.bgbilling.modules.smarthouse.common.bean.forpost.ForpostMaster> |
forpostMasterList() |
SearchResult<ru.bitel.bgbilling.modules.smarthouse.common.bean.forpost.ForpostMaster> |
forpostMasterSearch(java.lang.String[] sort,
Page page) |
void |
forpostMasterSync() |
java.util.List<ru.bitel.bgbilling.modules.smarthouse.common.bean.forpost.ForpostProtocol> |
forpostProtocolList() |
SearchResult<ru.bitel.bgbilling.modules.smarthouse.common.bean.forpost.ForpostProtocol> |
forpostProtocolSearch(java.lang.String[] sort,
Page page) |
void |
forpostProtocolSync() |
java.util.List<ru.bitel.bgbilling.modules.smarthouse.common.bean.forpost.ForpostPtzType> |
forpostPtzTypeList() |
SearchResult<ru.bitel.bgbilling.modules.smarthouse.common.bean.forpost.ForpostPtzType> |
forpostPtzTypeSearch(java.lang.String[] sort,
Page page) |
void |
forpostPtzTypeSync() |
java.util.List<ru.bitel.bgbilling.modules.smarthouse.common.bean.forpost.ForpostRecordType> |
forpostRecordTypeList() |
SearchResult<ru.bitel.bgbilling.modules.smarthouse.common.bean.forpost.ForpostRecordType> |
forpostRecordTypeSearch(java.lang.String[] sort,
Page page) |
void |
forpostRecordTypeSync() |
java.util.List<ru.bitel.bgbilling.modules.smarthouse.common.bean.forpost.ForpostRtspTransport> |
forpostRtspTransportList() |
SearchResult<ru.bitel.bgbilling.modules.smarthouse.common.bean.forpost.ForpostRtspTransport> |
forpostRtspTransportSearch(java.lang.String[] sort,
Page page) |
void |
forpostRtspTransportSync() |
int |
forpostUserAdd(ru.bitel.bgbilling.modules.smarthouse.common.bean.forpost.ForpostUser forpostUser) |
ru.bitel.bgbilling.modules.smarthouse.common.bean.forpost.ForpostUser |
forpostUserDefaultGet() |
void |
forpostUserDelete(int id) |
void |
forpostUserParamUpdate(int forpostUserId,
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.ForpostUser>> |
forpostUsersSearch(java.lang.String[] sort,
Page page) |
void |
forpostUsersSync(int accountId) |
void |
forpostUserSync() |
void |
forpostUserUpdate(ru.bitel.bgbilling.modules.smarthouse.common.bean.forpost.ForpostUser forpostUser) |
SearchResult<ru.bitel.bgbilling.modules.smarthouse.common.bean.forpost.ForpostCameraType> forpostCameraTypeSearch(java.lang.String[] sort, Page page) throws ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGExceptionvoid forpostCameraTypeSync()
throws ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGExceptionjava.util.List<ru.bitel.bgbilling.modules.smarthouse.common.bean.forpost.ForpostCameraType> forpostCameraTypelList()
throws ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGExceptionru.bitel.bgbilling.modules.smarthouse.common.bean.forpost.ForpostCameraType forpostCameraTypeGet(int id)
throws ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGExceptionSearchResult<ru.bitel.bgbilling.modules.smarthouse.common.bean.forpost.ForpostTMCAO<ru.bitel.bgbilling.modules.smarthouse.common.bean.forpost.ForpostUser>> forpostUsersSearch(java.lang.String[] sort, Page page) throws ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGExceptionSearchResult<ru.bitel.bgbilling.modules.smarthouse.common.bean.forpost.ForpostUser> forpostAccountUserSearch(int accountId) throws ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGExceptionvoid forpostUserSync()
throws ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGExceptionvoid forpostUsersSync(int accountId)
throws ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGExceptionru.bitel.bgbilling.modules.smarthouse.common.bean.forpost.ForpostUser forpostUserDefaultGet()
throws ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGExceptionint forpostUserAdd(ru.bitel.bgbilling.modules.smarthouse.common.bean.forpost.ForpostUser forpostUser)
throws ru.bitel.bgbilling.common.BGException,
ru.bitel.bgbilling.common.BGMessageException
ru.bitel.bgbilling.common.BGExceptionru.bitel.bgbilling.common.BGMessageExceptionvoid forpostUserUpdate(ru.bitel.bgbilling.modules.smarthouse.common.bean.forpost.ForpostUser forpostUser)
throws ru.bitel.bgbilling.common.BGException,
ru.bitel.bgbilling.common.BGMessageException
ru.bitel.bgbilling.common.BGExceptionru.bitel.bgbilling.common.BGMessageExceptionvoid forpostUserParamUpdate(int forpostUserId,
java.lang.String name,
java.lang.String value)
throws ru.bitel.bgbilling.common.BGException,
ru.bitel.bgbilling.common.BGMessageException
ru.bitel.bgbilling.common.BGExceptionru.bitel.bgbilling.common.BGMessageExceptionvoid forpostUserDelete(int id)
throws ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGExceptionvoid forpostAccountUsersDelete(int accountId)
throws ru.bitel.bgbilling.common.BGException,
ru.bitel.bgbilling.common.BGMessageException
ru.bitel.bgbilling.common.BGExceptionru.bitel.bgbilling.common.BGMessageExceptionSearchResult<ru.bitel.bgbilling.modules.smarthouse.common.bean.forpost.ForpostMaster> forpostMasterSearch(java.lang.String[] sort, Page page) throws ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGExceptionvoid forpostMasterSync()
throws ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGExceptionjava.util.List<ru.bitel.bgbilling.modules.smarthouse.common.bean.forpost.ForpostMaster> forpostMasterList()
throws ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGExceptionSearchResult<ru.bitel.bgbilling.modules.smarthouse.common.bean.forpost.ForpostProtocol> forpostProtocolSearch(java.lang.String[] sort, Page page) throws ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGExceptionvoid forpostProtocolSync()
throws ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGExceptionjava.util.List<ru.bitel.bgbilling.modules.smarthouse.common.bean.forpost.ForpostProtocol> forpostProtocolList()
throws ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGExceptionSearchResult<ru.bitel.bgbilling.modules.smarthouse.common.bean.forpost.ForpostPtzType> forpostPtzTypeSearch(java.lang.String[] sort, Page page) throws ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGExceptionvoid forpostPtzTypeSync()
throws ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGExceptionjava.util.List<ru.bitel.bgbilling.modules.smarthouse.common.bean.forpost.ForpostPtzType> forpostPtzTypeList()
throws ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGExceptionSearchResult<ru.bitel.bgbilling.modules.smarthouse.common.bean.forpost.ForpostRecordType> forpostRecordTypeSearch(java.lang.String[] sort, Page page) throws ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGExceptionvoid forpostRecordTypeSync()
throws ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGExceptionjava.util.List<ru.bitel.bgbilling.modules.smarthouse.common.bean.forpost.ForpostRecordType> forpostRecordTypeList()
throws ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGExceptionSearchResult<ru.bitel.bgbilling.modules.smarthouse.common.bean.forpost.ForpostRtspTransport> forpostRtspTransportSearch(java.lang.String[] sort, Page page) throws ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGExceptionvoid forpostRtspTransportSync()
throws ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGExceptionjava.util.List<ru.bitel.bgbilling.modules.smarthouse.common.bean.forpost.ForpostRtspTransport> forpostRtspTransportList()
throws ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGExceptionSearchResult<ru.bitel.bgbilling.modules.smarthouse.common.bean.forpost.ForpostCameraBrand> forpostCameraBrandSearch(java.lang.String[] sort, Page page) throws ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGExceptionvoid forpostCameraBrandSync()
throws ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGExceptionjava.util.List<ru.bitel.bgbilling.modules.smarthouse.common.bean.forpost.ForpostCameraBrand> forpostCameraBrandList()
throws ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGExceptionSearchResult<ru.bitel.bgbilling.modules.smarthouse.common.bean.forpost.ForpostCameraModel> forpostCameraModelSearch(int brandId, java.lang.String[] sort, Page page) throws ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGExceptionvoid forpostCameraModelSync()
throws ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGExceptionjava.util.List<ru.bitel.bgbilling.modules.smarthouse.common.bean.forpost.ForpostCameraModel> forpostCameraModelList()
throws ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGExceptionru.bitel.bgbilling.modules.smarthouse.common.bean.forpost.ForpostCameraModel forpostCameraModelGet(int id)
throws ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGException