Interface MQServerService
public interface MQServerService
-
Method Summary
Modifier and TypeMethodDescriptionbooleandeleteMQServer(int mqServerId) getMQServer(int mqServerId) searchMQServerList(Page page) updateMQServer(MQServer mqServer)
-
Method Details
-
searchMQServerList
- Throws:
ru.bitel.bgbilling.common.BGException
-
getMQServer
- Throws:
ru.bitel.bgbilling.common.BGException
-
updateMQServer
- Throws:
ru.bitel.bgbilling.common.BGException
-
deleteMQServer
boolean deleteMQServer(int mqServerId) throws ru.bitel.bgbilling.common.BGException - Throws:
ru.bitel.bgbilling.common.BGException
-