Uses of Class
org.gcube.portlets.user.newsfeed.shared.OperationResult
-
Packages that use OperationResult Package Description org.gcube.portlets.user.newsfeed.client org.gcube.portlets.user.newsfeed.server -
-
Uses of OperationResult in org.gcube.portlets.user.newsfeed.client
Methods in org.gcube.portlets.user.newsfeed.client that return OperationResult Modifier and Type Method Description OperationResultNewsService. comment(String feedid, String text, HashSet<MentionedDTO> mentionedUsers, String feedOwnerId, boolean isAppFeed)OperationResultNewsService. editComment(String text, org.gcube.portal.databook.shared.Comment toEdit, HashSet<MentionedDTO> mentionedUsers)Method parameters in org.gcube.portlets.user.newsfeed.client with type arguments of type OperationResult Modifier and Type Method Description voidNewsServiceAsync. comment(String feedid, String text, HashSet<MentionedDTO> mentionedUsers, String feedOwnerId, boolean isAppFeed, com.google.gwt.user.client.rpc.AsyncCallback<OperationResult> callback)voidNewsServiceAsync. editComment(String text, org.gcube.portal.databook.shared.Comment toEdit, HashSet<MentionedDTO> mentionedUsers, com.google.gwt.user.client.rpc.AsyncCallback<OperationResult> callback) -
Uses of OperationResult in org.gcube.portlets.user.newsfeed.server
Methods in org.gcube.portlets.user.newsfeed.server that return OperationResult Modifier and Type Method Description OperationResultNewsServiceImpl. comment(String feedid, String commentText, HashSet<MentionedDTO> mentionedItemsSet, String feedOwnerId, boolean isAppFeed)OperationResultNewsServiceImpl. editComment(String text, org.gcube.portal.databook.shared.Comment toEdit, HashSet<MentionedDTO> mentionedItemsSet)
-