Uses of Class
org.gcube.portal.databook.shared.FeedType

Packages that use FeedType
org.gcube.portal.databook.shared   
 

Uses of FeedType in org.gcube.portal.databook.shared
 

Methods in org.gcube.portal.databook.shared that return FeedType
 FeedType Feed.getType()
           
static FeedType FeedType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static FeedType[] FeedType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.gcube.portal.databook.shared with parameters of type FeedType
 void Feed.setType(FeedType type)
           
 

Constructors in org.gcube.portal.databook.shared with parameters of type FeedType
Feed(String key, FeedType type, String entityId, Date time, String vreid, String uri, String uriThumbnail, String description, PrivacyLevel privacy, String fullName, String email, String thumbnailURL, String linkTitle, String linkDescription, String linkHost)
          To use ONLY for USER Feeds
Feed(String key, FeedType type, String entityId, Date time, String vreid, String uri, String uriThumbnail, String description, PrivacyLevel privacy, String fullName, String email, String thumbnailURL, String linkTitle, String linkDescription, String linkHost, boolean applicationFeed)
          To use for USER and ApplicationProfile Feeds
Feed(String key, FeedType type, String entityId, Date time, String vreid, String uri, String uriThumbnail, String description, PrivacyLevel privacy, String fullName, String email, String thumbnailURL, String commentsNo, String likesNo, String linkTitle, String linkDescription, String linkHost, boolean applicationFeed)
          for serialization purposes
 



Copyright © 2013. All Rights Reserved.