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.BGException
void forpostCameraTypeSync() throws ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGException
java.util.List<ru.bitel.bgbilling.modules.smarthouse.common.bean.forpost.ForpostCameraType> forpostCameraTypelList() throws ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.modules.smarthouse.common.bean.forpost.ForpostCameraType forpostCameraTypeGet(int id) throws ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGException
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) throws ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGException
SearchResult<ru.bitel.bgbilling.modules.smarthouse.common.bean.forpost.ForpostUser> forpostAccountUserSearch(int accountId) throws ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGException
void forpostUserSync() throws ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGException
void forpostUsersSync(int accountId) throws ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.modules.smarthouse.common.bean.forpost.ForpostUser forpostUserDefaultGet() throws ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGException
int 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.BGException
ru.bitel.bgbilling.common.BGMessageException
void 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.BGException
ru.bitel.bgbilling.common.BGMessageException
void 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.BGException
ru.bitel.bgbilling.common.BGMessageException
void forpostUserDelete(int id) throws ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGException
void forpostAccountUsersDelete(int accountId) throws ru.bitel.bgbilling.common.BGException, ru.bitel.bgbilling.common.BGMessageException
ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGMessageException
SearchResult<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.BGException
void forpostMasterSync() throws ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGException
java.util.List<ru.bitel.bgbilling.modules.smarthouse.common.bean.forpost.ForpostMaster> forpostMasterList() throws ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGException
SearchResult<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.BGException
void forpostProtocolSync() throws ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGException
java.util.List<ru.bitel.bgbilling.modules.smarthouse.common.bean.forpost.ForpostProtocol> forpostProtocolList() throws ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGException
SearchResult<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.BGException
void forpostPtzTypeSync() throws ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGException
java.util.List<ru.bitel.bgbilling.modules.smarthouse.common.bean.forpost.ForpostPtzType> forpostPtzTypeList() throws ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGException
SearchResult<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.BGException
void forpostRecordTypeSync() throws ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGException
java.util.List<ru.bitel.bgbilling.modules.smarthouse.common.bean.forpost.ForpostRecordType> forpostRecordTypeList() throws ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGException
SearchResult<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.BGException
void forpostRtspTransportSync() throws ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGException
java.util.List<ru.bitel.bgbilling.modules.smarthouse.common.bean.forpost.ForpostRtspTransport> forpostRtspTransportList() throws ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGException
SearchResult<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.BGException
void forpostCameraBrandSync() throws ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGException
java.util.List<ru.bitel.bgbilling.modules.smarthouse.common.bean.forpost.ForpostCameraBrand> forpostCameraBrandList() throws ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGException
SearchResult<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.BGException
void forpostCameraModelSync() throws ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGException
java.util.List<ru.bitel.bgbilling.modules.smarthouse.common.bean.forpost.ForpostCameraModel> forpostCameraModelList() throws ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.modules.smarthouse.common.bean.forpost.ForpostCameraModel forpostCameraModelGet(int id) throws ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGException