Uses of Class
org.gcube.portlets.user.newsfeed.shared.MorePostsBean
-
Packages that use MorePostsBean Package Description org.gcube.portlets.user.newsfeed.client org.gcube.portlets.user.newsfeed.server -
-
Uses of MorePostsBean in org.gcube.portlets.user.newsfeed.client
Methods in org.gcube.portlets.user.newsfeed.client that return MorePostsBean Modifier and Type Method Description MorePostsBeanNewsService. getMorePosts(int from, int quantity)Method parameters in org.gcube.portlets.user.newsfeed.client with type arguments of type MorePostsBean Modifier and Type Method Description voidNewsServiceAsync. getMorePosts(int from, int quantity, com.google.gwt.user.client.rpc.AsyncCallback<MorePostsBean> callback) -
Uses of MorePostsBean in org.gcube.portlets.user.newsfeed.server
Methods in org.gcube.portlets.user.newsfeed.server that return MorePostsBean Modifier and Type Method Description MorePostsBeanNewsServiceImpl. getMorePosts(int start, int quantity)MorePostsBean contains the timeline index of the last returned valid post (because if you delete a feed is stays on in the timeline and is marked deleted) and contains the Feeds
-