Date createdOn = createDateCreatedOn(entry, fromFeed, fromSubscription);
Date lastUpdated = createDateLastUpdated(entry, fromFeed, fromSubscription);
List<String> tags = createTags(entry, fromFeed, fromSubscription);
List<MachineTag> machineTags = createMachineTags(entry, fromFeed, fromSubscription);
User user = createUser(entry, fromFeed, fromSubscription);
Link link = createLink(entry, fromFeed, fromSubscription);
List<PointMarker> pm = createPointMarkers(entry, fromFeed, fromSubscription);
BookmarkEntry newBmEntry = null;
if(title != null && user != null && link != null){
Bookmark bm = new Bookmark(user,link);