Interface MQEventService
public interface MQEventService
-
Method Summary
Modifier and TypeMethodDescriptionbooleandeleteMQEvent(int mqEventId) getMQEvent(int mqEventId) searchMQEventList(Page page) updateMQEvent(MQEvent mqEvent)
-
Method Details
-
searchMQEventList
- Throws:
ru.bitel.bgbilling.common.BGException
-
getMQEvent
- Throws:
ru.bitel.bgbilling.common.BGException
-
updateMQEvent
- Throws:
ru.bitel.bgbilling.common.BGException
-
deleteMQEvent
boolean deleteMQEvent(int mqEventId) throws ru.bitel.bgbilling.common.BGException - Throws:
ru.bitel.bgbilling.common.BGException
-