Package org.eurekastreams.server.action.response.feed

Examples of org.eurekastreams.server.action.response.feed.PluginAndFeedSubscriptionsResponse


                will(returnValue(null));
                oneOf(feed2).setTimeAgo(null);
            }
        });

        PluginAndFeedSubscriptionsResponse response = (PluginAndFeedSubscriptionsResponse) sut.execute(ac);

        assertEquals(feedSubs, response.getFeedSubcribers());

        context.assertIsSatisfied();
    }
View Full Code Here


                feedSub.getFeed().setTimeAgo(
                        dateFormatter.timeAgo(new Date(feedSub.getFeed().getLastUpdated() * MSINMIN)));
            }
        }

        return new PluginAndFeedSubscriptionsResponse(plugins, feedSubs);
    }
View Full Code Here

TOP

Related Classes of org.eurekastreams.server.action.response.feed.PluginAndFeedSubscriptionsResponse

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.