Package | Description |
---|---|
org.gcube.portlets.user.newsfeed.client | |
org.gcube.portlets.user.newsfeed.server |
Modifier and Type | Method and Description |
---|---|
OperationResult |
NewsService.comment(String feedid,
String text,
HashSet<String> mentionedUsers,
String feedOwnerId,
boolean isAppFeed) |
OperationResult |
NewsService.editComment(org.gcube.portal.databook.shared.Comment toEdit) |
Modifier and Type | Method and Description |
---|---|
void |
NewsServiceAsync.comment(String feedid,
String text,
HashSet<String> mentionedUsers,
String feedOwnerId,
boolean isAppFeed,
com.google.gwt.user.client.rpc.AsyncCallback<OperationResult> callback) |
void |
NewsServiceAsync.editComment(org.gcube.portal.databook.shared.Comment toEdit,
com.google.gwt.user.client.rpc.AsyncCallback<OperationResult> callback) |
Modifier and Type | Method and Description |
---|---|
OperationResult |
NewsServiceImpl.comment(String feedid,
String commentText,
HashSet<String> mentionedUserFullNames,
String feedOwnerId,
boolean isAppFeed) |
OperationResult |
NewsServiceImpl.editComment(org.gcube.portal.databook.shared.Comment toEdit) |
Copyright © 2016. All Rights Reserved.