| 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) |
OperationResult |
NewsService.editComment(String text,
org.gcube.portal.databook.shared.Comment toEdit,
HashSet<MentionedDTO> mentionedUsers) |
void |
NewsServiceAsync.editComment(String text,
org.gcube.portal.databook.shared.Comment toEdit,
HashSet<MentionedDTO> mentionedUsers,
com.google.gwt.user.client.rpc.AsyncCallback<OperationResult> callback) |
| Modifier and Type | Method and Description |
|---|---|
HashSet<MentionedDTO> |
EditCommentEvent.getMentionedUsers() |
HashSet<MentionedDTO> |
AddCommentEvent.getMentionedUsers() |
| Constructor and Description |
|---|
AddCommentEvent(TweetTemplate owner,
String text,
HashSet<MentionedDTO> mentionedUsers) |
EditCommentEvent(TweetTemplate owner,
String text,
org.gcube.portal.databook.shared.Comment editedComment,
com.google.gwt.user.client.ui.HTMLPanel commentPanel,
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) |
OperationResult |
NewsServiceImpl.editComment(String text,
org.gcube.portal.databook.shared.Comment toEdit,
HashSet<MentionedDTO> mentionedItemsSet) |
Copyright © 2022. All rights reserved.