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