Uses of Class
org.gcube.portlets.user.newsfeed.shared.MentionedDTO
-
-
Uses of MentionedDTO in org.gcube.portlets.user.newsfeed.client
Method parameters in org.gcube.portlets.user.newsfeed.client with type arguments of type MentionedDTO Modifier and Type Method Description OperationResultNewsService. comment(String feedid, String text, HashSet<MentionedDTO> mentionedUsers, String feedOwnerId, boolean isAppFeed)voidNewsServiceAsync. comment(String feedid, String text, HashSet<MentionedDTO> mentionedUsers, String feedOwnerId, boolean isAppFeed, com.google.gwt.user.client.rpc.AsyncCallback<OperationResult> callback)OperationResultNewsService. editComment(String text, org.gcube.portal.databook.shared.Comment toEdit, HashSet<MentionedDTO> mentionedUsers)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 MentionedDTO in org.gcube.portlets.user.newsfeed.client.event
Methods in org.gcube.portlets.user.newsfeed.client.event that return types with arguments of type MentionedDTO Modifier and Type Method Description HashSet<MentionedDTO>AddCommentEvent. getMentionedUsers()HashSet<MentionedDTO>EditCommentEvent. getMentionedUsers()Constructor parameters in org.gcube.portlets.user.newsfeed.client.event with type arguments of type MentionedDTO Constructor 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) -
Uses of MentionedDTO in org.gcube.portlets.user.newsfeed.client.ui
Methods in org.gcube.portlets.user.newsfeed.client.ui that return types with arguments of type MentionedDTO Modifier and Type Method Description HashSet<MentionedDTO>SuperPosedTextArea. getMentionedUsers() -
Uses of MentionedDTO in org.gcube.portlets.user.newsfeed.server
Method parameters in org.gcube.portlets.user.newsfeed.server with type arguments of type MentionedDTO 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)
-