public interface HelpdeskTopicMessageService
Modifier and Type | Method and Description |
---|---|
Message |
getMessage(int contractId,
int topicId,
int messageId) |
java.util.List<FileInfo> |
getMessageFileList(int messageId) |
Topic |
getTopic(int contractId,
int topicId) |
SearchResult<Message> |
searchTopicMessages(int contractId,
int topicId,
java.lang.String[] sort,
Page page) |
Topic getTopic(int contractId, int topicId) throws ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGException
Message getMessage(int contractId, int topicId, int messageId) throws ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGException
SearchResult<Message> searchTopicMessages(int contractId, int topicId, java.lang.String[] sort, Page page) throws ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGException
java.util.List<FileInfo> getMessageFileList(int messageId) throws ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGException