| Modifier and Type | Method and Description |
|---|---|
OperationResult |
NewsService.comment(String feedid,
String text,
HashSet<MentionedDTO> mentionedUsers,
String feedOwnerId,
boolean isAppFeed) |
void |
NewsServiceAsync.comment(String feedid,
String text,
HashSet<MentionedDTO> mentionedUsers,
String feedOwnerId,
boolean isAppFeed,
com.google.gwt.user.client.rpc.AsyncCallback<OperationResult> callback) |
| Modifier and Type | Method and Description |
|---|---|
HashSet<MentionedDTO> |
AddCommentEvent.getMentionedUsers() |
| Constructor and Description |
|---|
AddCommentEvent(TweetTemplate owner,
String text,
HashSet<MentionedDTO> mentionedUsers) |
| Modifier and Type | Method and Description |
|---|---|
HashSet<MentionedDTO> |
SuperPosedTextArea.getMentionedUsers() |
| Modifier and Type | Method and Description |
|---|---|
OperationResult |
NewsServiceImpl.comment(String feedid,
String commentText,
HashSet<MentionedDTO> mentionedItemsSet,
String feedOwnerId,
boolean isAppFeed) |
Copyright © 2019. All Rights Reserved.