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

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

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

Methods in org.gcube.portal.databook.shared that return PrivacyLevel
 PrivacyLevel Feed.getPrivacy()
           
static PrivacyLevel PrivacyLevel.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static PrivacyLevel[] PrivacyLevel.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 PrivacyLevel
 void Feed.setPrivacy(PrivacyLevel privacy)
           
 

Constructors in org.gcube.portal.databook.shared with parameters of type PrivacyLevel
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.