Interface ForpostService


public interface ForpostService
  • 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

      List<ForpostCameraType> forpostCameraTypelList() throws ru.bitel.bgbilling.common.BGException
      Throws:
      ru.bitel.bgbilling.common.BGException
    • forpostCameraTypeGet

      ForpostCameraType forpostCameraTypeGet(int id) throws ru.bitel.bgbilling.common.BGException
      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() throws ru.bitel.bgbilling.common.BGException
      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

      List<ForpostMaster> forpostMasterList() throws ru.bitel.bgbilling.common.BGException
      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

      List<ForpostProtocol> forpostProtocolList() throws ru.bitel.bgbilling.common.BGException
      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

      List<ForpostPtzType> forpostPtzTypeList() throws ru.bitel.bgbilling.common.BGException
      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

      List<ForpostRecordType> forpostRecordTypeList() throws ru.bitel.bgbilling.common.BGException
      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

      List<ForpostRtspTransport> forpostRtspTransportList() throws ru.bitel.bgbilling.common.BGException
      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

      List<ForpostCameraBrand> forpostCameraBrandList() throws ru.bitel.bgbilling.common.BGException
      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

      List<ForpostCameraModel> forpostCameraModelList() throws ru.bitel.bgbilling.common.BGException
      Throws:
      ru.bitel.bgbilling.common.BGException
    • forpostCameraModelGet

      ForpostCameraModel forpostCameraModelGet(int id) throws ru.bitel.bgbilling.common.BGException
      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

      ForpostObject forpostObjectDefaultGet() throws ru.bitel.bgbilling.common.BGException
      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