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.BGExceptionMessage getMessage(int contractId, int topicId, int messageId) throws ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGExceptionSearchResult<Message> searchTopicMessages(int contractId, int topicId, java.lang.String[] sort, Page page) throws ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGExceptionjava.util.List<FileInfo> getMessageFileList(int messageId) throws ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGException