Interface MQEventService


public interface MQEventService
  • Method Details

    • searchMQEventList

      SearchResult<MQEvent> searchMQEventList(Page page) throws ru.bitel.bgbilling.common.BGException
      Throws:
      ru.bitel.bgbilling.common.BGException
    • getMQEvent

      MQEvent getMQEvent(int mqEventId) throws ru.bitel.bgbilling.common.BGException
      Throws:
      ru.bitel.bgbilling.common.BGException
    • updateMQEvent

      MQEvent updateMQEvent(MQEvent mqEvent) throws ru.bitel.bgbilling.common.BGException
      Throws:
      ru.bitel.bgbilling.common.BGException
    • deleteMQEvent

      boolean deleteMQEvent(int mqEventId) throws ru.bitel.bgbilling.common.BGException
      Throws:
      ru.bitel.bgbilling.common.BGException