Interface HelpdeskTopicMessageService
public interface HelpdeskTopicMessageService
-
Method Summary
Modifier and TypeMethodDescriptiongetMessage
(int contractId, int topicId, int messageId) getMessageFileList
(int messageId) getTopic
(int contractId, int topicId) searchTopicMessages
(int contractId, int topicId, String[] sort, Page page)
-
Method Details
-
getTopic
Topic getTopic(int contractId, int topicId) throws ru.bitel.bgbilling.common.BGException, ru.bitel.bgbilling.common.BGMessageException - Throws:
ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGMessageException
-
getMessage
Message getMessage(int contractId, int topicId, int messageId) throws ru.bitel.bgbilling.common.BGException, ru.bitel.bgbilling.common.BGMessageException - Throws:
ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGMessageException
-
searchTopicMessages
SearchResult<Message> searchTopicMessages(int contractId, int topicId, String[] sort, Page page) throws ru.bitel.bgbilling.common.BGException, ru.bitel.bgbilling.common.BGMessageException - Throws:
ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGMessageException
-
getMessageFileList
List<FileInfo> getMessageFileList(int messageId) throws ru.bitel.bgbilling.common.BGException, ru.bitel.bgbilling.common.BGMessageException - Throws:
ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGMessageException
-