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