private io.beancounter.commons.model.activity.Object getSimpleLike() throws MalformedURLException { io.beancounter.commons.model.activity.Object o = new Object(); o.setDescription("Food/beverages"); o.setUrl(new URL("http://www.facebook.com/39332170515")); o.setName("Carbonara"); return o; }
private io.beancounter.commons.model.activity.Object getSimpleFeed() throws MalformedURLException { io.beancounter.commons.model.activity.Object o = new Object(); o.setDescription("A website dedicated to the fascinating world of mathematics and programming"); o.setUrl(new URL("http://projecteuler.net/")); o.setName("Project Euler"); return o; }
private io.beancounter.commons.model.activity.Object getComplexFeed() throws MalformedURLException { io.beancounter.commons.model.activity.Object o = new Object(); o.setDescription("Click to see the pic and write a comment..."); o.setUrl(new URL("http://www.bbc.co.uk/news/uk-18494541")); o.setName("Doctor Who star Matt Smith jokes at lack of 2012 ticket"); return o; }
private io.beancounter.commons.model.activity.Object getAnotherSimpleFeed() throws MalformedURLException { io.beancounter.commons.model.activity.Object o = new Object(); o.setDescription( "Get this all-star, easy-to-follow Food Network Fettuccine Alfredo recipe from Giada De Laurentiis."); o.setUrl( new URL( "http://www.foodnetwork.com/recipes/giada-de-laurentiis/fettuccine-alfredo-recipe/index.html")); o.setName("Fettuccine Alfredo Recipe : Giada De Laurentiis : Recipes : Food Network"); return o; }