A C D E F G H I J L N O P R S T U V 

A

addComment(Comment) - Method in interface org.gcube.portal.databook.server.DatabookStore
add a comment to a feed
addComment(Comment) - Method in class org.gcube.portal.databook.server.DBCassandraAstyanaxImpl
add a comment to a feed
APP_TIMELINE_FEEDS - Static variable in class org.gcube.portal.databook.server.DBCassandraAstyanaxImpl
 
ApplicationProfile - Class in org.gcube.portal.databook.shared
 
ApplicationProfile() - Constructor for class org.gcube.portal.databook.shared.ApplicationProfile
 
ApplicationProfile(String, String, String, String, String, String) - Constructor for class org.gcube.portal.databook.shared.ApplicationProfile
 
approveFriendship(String, String) - Method in interface org.gcube.portal.databook.server.DatabookStore
userid from approves a friendship to userid to
approveFriendship(String, String) - Method in class org.gcube.portal.databook.server.DBCassandraAstyanaxImpl
userid from approves a friendship to userid to
Attachment - Class in org.gcube.portal.databook.shared
 
Attachment() - Constructor for class org.gcube.portal.databook.shared.Attachment
 
Attachment(String, String, String, String, String, String) - Constructor for class org.gcube.portal.databook.shared.Attachment
 
Attachment.AttachmentJsonizer - Interface in org.gcube.portal.databook.shared
 
ATTACHMENTS - Static variable in class org.gcube.portal.databook.server.DBCassandraAstyanaxImpl
 

C

CassandraClusterConnection - Class in org.gcube.portal.databook.server
 
CassandraClusterConnection(boolean) - Constructor for class org.gcube.portal.databook.server.CassandraClusterConnection
 
CassandraClusterConnection(boolean, String) - Constructor for class org.gcube.portal.databook.server.CassandraClusterConnection
 
cf_Attachments - Static variable in class org.gcube.portal.databook.server.DBCassandraAstyanaxImpl
 
cf_EmailInvites - Static variable in class org.gcube.portal.databook.server.DBCassandraAstyanaxImpl
 
cf_HashtagTimeline - Static variable in class org.gcube.portal.databook.server.DBCassandraAstyanaxImpl
 
cf_UserNotificationsPreferences - Static variable in class org.gcube.portal.databook.server.DBCassandraAstyanaxImpl
 
checkUnreadMessagesNotifications(String) - Method in interface org.gcube.portal.databook.server.DatabookStore
 
checkUnreadMessagesNotifications(String) - Method in class org.gcube.portal.databook.server.DBCassandraAstyanaxImpl
checkUnreadNotifications(String) - Method in interface org.gcube.portal.databook.server.DatabookStore
 
checkUnreadNotifications(String) - Method in class org.gcube.portal.databook.server.DBCassandraAstyanaxImpl
ClientFeed - Class in org.gcube.portal.databook.shared
 
ClientFeed() - Constructor for class org.gcube.portal.databook.shared.ClientFeed
 
ClientFeed(String, String, String, Date, String, String, String, String, String, String, String, String, String, List<Attachment>) - Constructor for class org.gcube.portal.databook.shared.ClientFeed
 
ClientFeed.ClientFeedJsonizer - Interface in org.gcube.portal.databook.shared
 
close() - Static method in class org.gcube.portal.databook.server.DatabookCassandraTest
 
closeConnection() - Method in interface org.gcube.portal.databook.server.DatabookStore
close the connection to the underlying database
closeConnection() - Method in class org.gcube.portal.databook.server.DBCassandraAstyanaxImpl
close the connection to the underlying database
ColumnNameNotFoundException - Exception in org.gcube.portal.databook.shared.ex
 
ColumnNameNotFoundException(String) - Constructor for exception org.gcube.portal.databook.shared.ex.ColumnNameNotFoundException
 
Comment - Class in org.gcube.portal.databook.shared
 
Comment() - Constructor for class org.gcube.portal.databook.shared.Comment
 
Comment(String, String, Date, String, String, String, String) - Constructor for class org.gcube.portal.databook.shared.Comment
 
Comment(String, String, Date, String, String, String, String, boolean, Date) - Constructor for class org.gcube.portal.databook.shared.Comment
Constructor for edited comment
CommentIDNotFoundException - Exception in org.gcube.portal.databook.shared.ex
 
CommentIDNotFoundException(String) - Constructor for exception org.gcube.portal.databook.shared.ex.CommentIDNotFoundException
 
COMMENTS - Static variable in class org.gcube.portal.databook.server.DBCassandraAstyanaxImpl
 
compareTo(Comment) - Method in class org.gcube.portal.databook.shared.Comment
 
compareTo(Feed) - Method in class org.gcube.portal.databook.shared.Feed
 
CONNECTIONS - Static variable in class org.gcube.portal.databook.server.DBCassandraAstyanaxImpl
Column Family names

D

DatabookCassandraTest - Class in org.gcube.portal.databook.server
 
DatabookCassandraTest() - Constructor for class org.gcube.portal.databook.server.DatabookCassandraTest
 
DatabookStore - Interface in org.gcube.portal.databook.server
 
DBCassandraAstyanaxImpl - Class in org.gcube.portal.databook.server
 
DBCassandraAstyanaxImpl(boolean) - Constructor for class org.gcube.portal.databook.server.DBCassandraAstyanaxImpl
use this constructor carefully from test classes
DBCassandraAstyanaxImpl() - Constructor for class org.gcube.portal.databook.server.DBCassandraAstyanaxImpl
public constructor, no dropping schema is allowed
DBCassandraAstyanaxImpl(String) - Constructor for class org.gcube.portal.databook.server.DBCassandraAstyanaxImpl
public constructor, no dropping schema is allowed, infrastructureName is given.
decode(String) - Static method in class org.gcube.portal.databook.client.util.Encoder
 
deleteComment(String, String) - Method in interface org.gcube.portal.databook.server.DatabookStore
delete a comment
deleteComment(String, String) - Method in class org.gcube.portal.databook.server.DBCassandraAstyanaxImpl
delete a comment
deleteFeed(String) - Method in interface org.gcube.portal.databook.server.DatabookStore
delete a Feed from the store
deleteFeed(String) - Method in class org.gcube.portal.databook.server.DBCassandraAstyanaxImpl
delete a Feed from the store
deleteHashTags(String, String, List<String>) - Method in interface org.gcube.portal.databook.server.DatabookStore
 
deleteHashTags(String, String, List<String>) - Method in class org.gcube.portal.databook.server.DBCassandraAstyanaxImpl
denyFriendship(String, String) - Method in interface org.gcube.portal.databook.server.DatabookStore
userid from denies a friendship to userid to
denyFriendship(String, String) - Method in class org.gcube.portal.databook.server.DBCassandraAstyanaxImpl
userid from denies a friendship to userid to

E

editComment(Comment) - Method in interface org.gcube.portal.databook.server.DatabookStore
edit a comment
editComment(Comment) - Method in class org.gcube.portal.databook.server.DBCassandraAstyanaxImpl
edit a comment
EMAIL_INVITES - Static variable in class org.gcube.portal.databook.server.DBCassandraAstyanaxImpl
 
encode(String) - Static method in class org.gcube.portal.databook.client.util.Encoder
 
Encoder - Class in org.gcube.portal.databook.client.util
simply encode base64 strings
Encoder() - Constructor for class org.gcube.portal.databook.client.util.Encoder
 
EnhancedFeed - Class in org.gcube.portal.databook.shared
 
EnhancedFeed() - Constructor for class org.gcube.portal.databook.shared.EnhancedFeed
 
EnhancedFeed(Feed, boolean, boolean) - Constructor for class org.gcube.portal.databook.shared.EnhancedFeed
 
EnhancedFeed(Feed, boolean, boolean, ArrayList<Comment>) - Constructor for class org.gcube.portal.databook.shared.EnhancedFeed
 
EnhancedFeed(Feed, boolean, boolean, ArrayList<Comment>, ArrayList<Attachment>) - Constructor for class org.gcube.portal.databook.shared.EnhancedFeed
 

F

Feed - Class in org.gcube.portal.databook.shared
 
Feed() - Constructor for class org.gcube.portal.databook.shared.Feed
default constructor
Feed(String, FeedType, String, Date, String, String, String, String, PrivacyLevel, String, String, String, String, String, String) - Constructor for class org.gcube.portal.databook.shared.Feed
To use ONLY for USER Feeds
Feed(String, FeedType, String, Date, String, String, String, String, PrivacyLevel, String, String, String, String, String, String, boolean) - Constructor for class org.gcube.portal.databook.shared.Feed
To use for USER and ApplicationProfile Feeds
Feed(String, FeedType, String, Date, String, String, String, String, PrivacyLevel, String, String, String, String, String, String, String, String, boolean, boolean) - Constructor for class org.gcube.portal.databook.shared.Feed
for serialization purposes
FEED_ATTACHMENTS - Static variable in class org.gcube.portal.databook.server.DBCassandraAstyanaxImpl
 
FeedIDNotFoundException - Exception in org.gcube.portal.databook.shared.ex
 
FeedIDNotFoundException(String) - Constructor for exception org.gcube.portal.databook.shared.ex.FeedIDNotFoundException
 
FEEDS - Static variable in class org.gcube.portal.databook.server.DBCassandraAstyanaxImpl
 
FeedType - Enum in org.gcube.portal.databook.shared
 
FeedTypeNotFoundException - Exception in org.gcube.portal.databook.shared.ex
 
FeedTypeNotFoundException(String) - Constructor for exception org.gcube.portal.databook.shared.ex.FeedTypeNotFoundException
 

G

GCubeSocialNetworking - Class in org.gcube.portal.databook.client
Entry point classes define onModuleLoad() and instances the HandlerManager for IPC
GCubeSocialNetworking() - Constructor for class org.gcube.portal.databook.client.GCubeSocialNetworking
 
getAccountURL() - Method in class org.gcube.portal.databook.shared.UserInfo
 
getAllCommentByFeed(String) - Method in interface org.gcube.portal.databook.server.DatabookStore
 
getAllCommentByFeed(String) - Method in class org.gcube.portal.databook.server.DBCassandraAstyanaxImpl
getAllFeedsByApp(String) - Method in interface org.gcube.portal.databook.server.DatabookStore
 
getAllFeedsByApp(String) - Method in class org.gcube.portal.databook.server.DBCassandraAstyanaxImpl
getAllFeedsByUser(String) - Method in interface org.gcube.portal.databook.server.DatabookStore
 
getAllFeedsByUser(String) - Method in class org.gcube.portal.databook.server.DBCassandraAstyanaxImpl
getAllFeedsByVRE(String) - Method in interface org.gcube.portal.databook.server.DatabookStore
 
getAllFeedsByVRE(String) - Method in class org.gcube.portal.databook.server.DBCassandraAstyanaxImpl
getAllLikedFeedIdsByUser(String) - Method in interface org.gcube.portal.databook.server.DatabookStore
 
getAllLikedFeedIdsByUser(String) - Method in class org.gcube.portal.databook.server.DBCassandraAstyanaxImpl
getAllLikedFeedsByUser(String, int) - Method in interface org.gcube.portal.databook.server.DatabookStore
 
getAllLikedFeedsByUser(String, int) - Method in class org.gcube.portal.databook.server.DBCassandraAstyanaxImpl
getAllLikesByFeed(String) - Method in interface org.gcube.portal.databook.server.DatabookStore
 
getAllLikesByFeed(String) - Method in class org.gcube.portal.databook.server.DBCassandraAstyanaxImpl
getAllNotificationByUser(String, int) - Method in interface org.gcube.portal.databook.server.DatabookStore
 
getAllNotificationByUser(String, int) - Method in class org.gcube.portal.databook.server.DBCassandraAstyanaxImpl
getAllPortalPrivacyLevelFeeds() - Method in interface org.gcube.portal.databook.server.DatabookStore
return all the feeds whose Level is PORTAL
getAllPortalPrivacyLevelFeeds() - Method in class org.gcube.portal.databook.server.DBCassandraAstyanaxImpl
return all the feeds whose Level is PORTAL
getAllVREIds() - Method in interface org.gcube.portal.databook.server.DatabookStore
Retrieve all the ids of the vre
getAllVREIds() - Method in class org.gcube.portal.databook.server.DBCassandraAstyanaxImpl
 
getAttachments() - Method in class org.gcube.portal.databook.shared.ClientFeed
 
getAttachments() - Method in class org.gcube.portal.databook.shared.EnhancedFeed
 
getAttachmentsByFeedId(String) - Method in interface org.gcube.portal.databook.server.DatabookStore
 
getAttachmentsByFeedId(String) - Method in class org.gcube.portal.databook.server.DBCassandraAstyanaxImpl
getAvatarId() - Method in class org.gcube.portal.databook.shared.UserInfo
 
getClusterName() - Method in class org.gcube.portal.databook.server.RunningCluster
 
getCommentKey() - Method in class org.gcube.portal.databook.shared.Notification
 
getComments() - Method in class org.gcube.portal.databook.shared.EnhancedFeed
 
getCommentsNo() - Method in class org.gcube.portal.databook.shared.Feed
 
getConnection() - Method in class org.gcube.portal.databook.server.DBCassandraAstyanaxImpl
 
getControlCode() - Method in class org.gcube.portal.databook.shared.Invite
 
getDescription() - Method in class org.gcube.portal.databook.shared.ApplicationProfile
 
getDescription() - Method in class org.gcube.portal.databook.shared.Attachment
 
getDescription() - Method in class org.gcube.portal.databook.shared.ClientFeed
 
getDescription() - Method in class org.gcube.portal.databook.shared.Feed
 
getDescription() - Method in class org.gcube.portal.databook.shared.Notification
 
getEmail() - Method in class org.gcube.portal.databook.shared.ClientFeed
 
getEmail() - Method in class org.gcube.portal.databook.shared.Feed
 
getEmailaddress() - Method in class org.gcube.portal.databook.shared.UserInfo
 
getEntityId() - Method in class org.gcube.portal.databook.shared.Feed
 
getFeed() - Method in class org.gcube.portal.databook.shared.EnhancedFeed
 
getFeedid() - Method in class org.gcube.portal.databook.shared.Comment
 
getFeedid() - Method in class org.gcube.portal.databook.shared.Like
 
getFeeds() - Method in class org.gcube.portal.databook.shared.RangeFeeds
 
getFriends(String) - Method in interface org.gcube.portal.databook.server.DatabookStore
 
getFriends(String) - Method in class org.gcube.portal.databook.server.DBCassandraAstyanaxImpl
getFullName() - Method in class org.gcube.portal.databook.shared.ClientFeed
 
getFullName() - Method in class org.gcube.portal.databook.shared.Comment
 
getFullName() - Method in class org.gcube.portal.databook.shared.Feed
 
getFullName() - Method in class org.gcube.portal.databook.shared.Like
 
getFullName() - Method in class org.gcube.portal.databook.shared.UserInfo
 
getHost() - Method in class org.gcube.portal.databook.server.RunningCluster
 
getId() - Method in class org.gcube.portal.databook.shared.Attachment
 
getImageUrl() - Method in class org.gcube.portal.databook.shared.ApplicationProfile
 
getInstance(String) - Static method in class org.gcube.portal.databook.server.RunningCluster
 
getInvitedEmail() - Method in class org.gcube.portal.databook.shared.Invite
 
getInvitedEmailsByVRE(String, InviteStatus...) - Method in interface org.gcube.portal.databook.server.DatabookStore
Use to get the list of invites per VRE
getInvitedEmailsByVRE(String, InviteStatus...) - Method in class org.gcube.portal.databook.server.DBCassandraAstyanaxImpl
Use to get the list of invites per VRE
getJobId() - Method in class org.gcube.portal.databook.shared.RunningJob
 
getJobName() - Method in class org.gcube.portal.databook.shared.RunningJob
 
getKey() - Method in class org.gcube.portal.databook.shared.ApplicationProfile
 
getKey() - Method in class org.gcube.portal.databook.shared.ClientFeed
 
getKey() - Method in class org.gcube.portal.databook.shared.Comment
 
getKey() - Method in class org.gcube.portal.databook.shared.Feed
 
getKey() - Method in class org.gcube.portal.databook.shared.Invite
 
getKey() - Method in class org.gcube.portal.databook.shared.Like
 
getKey() - Method in class org.gcube.portal.databook.shared.Notification
 
getKeyspace() - Method in class org.gcube.portal.databook.server.CassandraClusterConnection
Get the reference to the current keyspace
getKeyspaceName() - Method in class org.gcube.portal.databook.server.RunningCluster
 
getLastEditTime() - Method in class org.gcube.portal.databook.shared.Comment
 
getLastReturnedFeedTimelineIndex() - Method in class org.gcube.portal.databook.shared.RangeFeeds
 
getLikesNo() - Method in class org.gcube.portal.databook.shared.Feed
 
getLinkDescription() - Method in class org.gcube.portal.databook.shared.ClientFeed
 
getLinkDescription() - Method in class org.gcube.portal.databook.shared.Feed
 
getLinkHost() - Method in class org.gcube.portal.databook.shared.ClientFeed
 
getLinkHost() - Method in class org.gcube.portal.databook.shared.Feed
 
getLinkTitle() - Method in class org.gcube.portal.databook.shared.ClientFeed
 
getLinkTitle() - Method in class org.gcube.portal.databook.shared.Feed
 
getLinkUrlThumbnail() - Method in class org.gcube.portal.databook.shared.ClientFeed
 
getMimeType() - Method in class org.gcube.portal.databook.shared.Attachment
 
getName() - Method in class org.gcube.portal.databook.shared.ApplicationProfile
 
getName() - Method in class org.gcube.portal.databook.shared.Attachment
 
getOwnVREs() - Method in class org.gcube.portal.databook.shared.UserInfo
 
getPendingFriendRequests(String) - Method in interface org.gcube.portal.databook.server.DatabookStore
 
getPendingFriendRequests(String) - Method in class org.gcube.portal.databook.server.DBCassandraAstyanaxImpl
getPrivacy() - Method in class org.gcube.portal.databook.shared.Feed
 
getRangeNotificationsByUser(String, int, int) - Method in interface org.gcube.portal.databook.server.DatabookStore
 
getRangeNotificationsByUser(String, int, int) - Method in class org.gcube.portal.databook.server.DBCassandraAstyanaxImpl
getRecentFeedsByUser(String, int) - Method in interface org.gcube.portal.databook.server.DatabookStore
return the most recent feeds for this user up to quantity param
getRecentFeedsByUser(String, int) - Method in class org.gcube.portal.databook.server.DBCassandraAstyanaxImpl
return the most recent feeds for this user up to quantity param
getRecentFeedsByUserAndDate(String, long) - Method in interface org.gcube.portal.databook.server.DatabookStore
 
getRecentFeedsByUserAndDate(String, long) - Method in class org.gcube.portal.databook.server.DBCassandraAstyanaxImpl
getRecentFeedsByVRE(String, int) - Method in interface org.gcube.portal.databook.server.DatabookStore
return the most recent feeds for this vre up to quantity param
getRecentFeedsByVRE(String, int) - Method in class org.gcube.portal.databook.server.DBCassandraAstyanaxImpl
return the most recent feeds for this vre up to quantity param
getRecentFeedsByVREAndRange(String, int, int) - Method in interface org.gcube.portal.databook.server.DatabookStore
return the most recent feeds for this vre up to quantity param and the last index of the feeds in the timeline lastReturnedFeedTimelineIndex is usuful to know from where to start the range the second time you ask because there are deletions
getRecentFeedsByVREAndRange(String, int, int) - Method in class org.gcube.portal.databook.server.DBCassandraAstyanaxImpl
return the most recent feeds for this vre up to quantity param and the last index of the feeds in the timeline lastReturnedFeedTimelineIndex is usuful to know from where to start the range the second time you ask because there are deletions
getScope() - Method in class org.gcube.portal.databook.shared.ApplicationProfile
 
getSenderFullName() - Method in class org.gcube.portal.databook.shared.Invite
 
getSenderFullName() - Method in class org.gcube.portal.databook.shared.Notification
 
getSenderid() - Method in class org.gcube.portal.databook.shared.Notification
 
getSenderThumbnail() - Method in class org.gcube.portal.databook.shared.Notification
 
getSenderUserId() - Method in class org.gcube.portal.databook.shared.Invite
 
getStatus() - Method in class org.gcube.portal.databook.shared.Invite
 
getStatus() - Method in class org.gcube.portal.databook.shared.RunningJob
 
getSubjectid() - Method in class org.gcube.portal.databook.shared.Notification
 
getText() - Method in class org.gcube.portal.databook.shared.Comment
 
getThumbnailURL() - Method in class org.gcube.portal.databook.shared.Attachment
 
getThumbnailURL() - Method in class org.gcube.portal.databook.shared.ClientFeed
 
getThumbnailURL() - Method in class org.gcube.portal.databook.shared.Comment
 
getThumbnailURL() - Method in class org.gcube.portal.databook.shared.Feed
 
getThumbnailURL() - Method in class org.gcube.portal.databook.shared.Like
 
getTime() - Method in class org.gcube.portal.databook.shared.ClientFeed
 
getTime() - Method in class org.gcube.portal.databook.shared.Comment
 
getTime() - Method in class org.gcube.portal.databook.shared.Feed
 
getTime() - Method in class org.gcube.portal.databook.shared.Invite
 
getTime() - Method in class org.gcube.portal.databook.shared.Like
 
getTime() - Method in class org.gcube.portal.databook.shared.Notification
 
getType() - Method in class org.gcube.portal.databook.shared.ClientFeed
 
getType() - Method in class org.gcube.portal.databook.shared.Feed
 
getType() - Method in class org.gcube.portal.databook.shared.Notification
 
getUnreadNotificationMessagesByUser(String) - Method in interface org.gcube.portal.databook.server.DatabookStore
return the not yet read notification messages
getUnreadNotificationMessagesByUser(String) - Method in class org.gcube.portal.databook.server.DBCassandraAstyanaxImpl
return the not yet read notification messages
getUnreadNotificationsByUser(String) - Method in interface org.gcube.portal.databook.server.DatabookStore
return the not yet read notifications (not including messages)
getUnreadNotificationsByUser(String) - Method in class org.gcube.portal.databook.server.DBCassandraAstyanaxImpl
return the not yet read notifications (not including messages)
getUri() - Method in class org.gcube.portal.databook.shared.Attachment
 
getUri() - Method in class org.gcube.portal.databook.shared.ClientFeed
 
getUri() - Method in class org.gcube.portal.databook.shared.Feed
 
getUri() - Method in class org.gcube.portal.databook.shared.Notification
 
getUriThumbnail() - Method in class org.gcube.portal.databook.shared.Feed
 
getUrl() - Method in class org.gcube.portal.databook.shared.ApplicationProfile
 
getUserid() - Method in class org.gcube.portal.databook.shared.ClientFeed
 
getUserid() - Method in class org.gcube.portal.databook.shared.Comment
 
getUserid() - Method in class org.gcube.portal.databook.shared.Like
 
getUserid() - Method in class org.gcube.portal.databook.shared.Notification
 
getUsername() - Method in class org.gcube.portal.databook.shared.UserInfo
 
getUserNotificationChannels(String, NotificationType) - Method in interface org.gcube.portal.databook.server.DatabookStore
return the channels a user chose for being notified for a given notification type
getUserNotificationChannels(String, NotificationType) - Method in class org.gcube.portal.databook.server.DBCassandraAstyanaxImpl
return the channels a user chose for being notified for a given notification type
getUserNotificationPreferences(String) - Method in interface org.gcube.portal.databook.server.DatabookStore
get the notification preferences map (enableor disable the channels to be used for notifying the user)
getUserNotificationPreferences(String) - Method in class org.gcube.portal.databook.server.DBCassandraAstyanaxImpl
get the notification preferences map (enableor disable the channels to be used for notifying the user)
getVREFeedsByHashtag(String, String) - Method in interface org.gcube.portal.databook.server.DatabookStore
 
getVREFeedsByHashtag(String, String) - Method in class org.gcube.portal.databook.server.DBCassandraAstyanaxImpl
getVREHashtagsWithOccurrence(String) - Method in interface org.gcube.portal.databook.server.DatabookStore
get a map of vre hashtags where the key is the hashtag and the value is the occurrence of the hashtag in the VRE
getVREHashtagsWithOccurrence(String) - Method in class org.gcube.portal.databook.server.DBCassandraAstyanaxImpl
get a map of vre hashtags where the key is the hashtag and the value is the occurrence of the hashtag in the VRE
getVreid() - Method in class org.gcube.portal.databook.shared.Feed
 
getVreid() - Method in class org.gcube.portal.databook.shared.Invite
 

H

HASHTAG_OID - Static variable in class org.gcube.portal.databook.client.GCubeSocialNetworking
 
HASHTAGGED_FEEDS - Static variable in class org.gcube.portal.databook.server.DBCassandraAstyanaxImpl
 
HASHTAGS_COUNTER - Static variable in class org.gcube.portal.databook.server.DBCassandraAstyanaxImpl
 

I

ImageType - Enum in org.gcube.portal.databook.shared
 
Invite - Class in org.gcube.portal.databook.shared
 
Invite() - Constructor for class org.gcube.portal.databook.shared.Invite
 
Invite(String, String, String, String, String, InviteStatus, Date, String) - Constructor for class org.gcube.portal.databook.shared.Invite
 
InviteIDNotFoundException - Exception in org.gcube.portal.databook.shared.ex
 
InviteIDNotFoundException(String) - Constructor for exception org.gcube.portal.databook.shared.ex.InviteIDNotFoundException
 
InviteOperationResult - Enum in org.gcube.portal.databook.shared
 
INVITES - Static variable in class org.gcube.portal.databook.server.DBCassandraAstyanaxImpl
 
InviteStatus - Enum in org.gcube.portal.databook.shared
 
InviteStatusNotFoundException - Exception in org.gcube.portal.databook.shared.ex
 
InviteStatusNotFoundException(String) - Constructor for exception org.gcube.portal.databook.shared.ex.InviteStatusNotFoundException
 
isAdmin() - Method in class org.gcube.portal.databook.shared.UserInfo
 
isApplicationFeed() - Method in class org.gcube.portal.databook.shared.Feed
 
isEdit() - Method in class org.gcube.portal.databook.shared.Comment
 
isExistingInvite(String, String) - Method in interface org.gcube.portal.databook.server.DatabookStore
 
isExistingInvite(String, String) - Method in class org.gcube.portal.databook.server.DBCassandraAstyanaxImpl
isLiked() - Method in class org.gcube.portal.databook.shared.EnhancedFeed
 
isMale() - Method in class org.gcube.portal.databook.shared.UserInfo
 
isMultiFileUpload() - Method in class org.gcube.portal.databook.shared.Feed
 
isRead() - Method in class org.gcube.portal.databook.shared.Notification
 
isUsers() - Method in class org.gcube.portal.databook.shared.EnhancedFeed
 

J

JobStatusType - Enum in org.gcube.portal.databook.shared
 

L

like(Like) - Method in interface org.gcube.portal.databook.server.DatabookStore
add a like to a feed
like(Like) - Method in class org.gcube.portal.databook.server.DBCassandraAstyanaxImpl
add a like to a feed
Like - Class in org.gcube.portal.databook.shared
 
Like() - Constructor for class org.gcube.portal.databook.shared.Like
 
Like(String, String, Date, String, String, String) - Constructor for class org.gcube.portal.databook.shared.Like
 
LikeIDNotFoundException - Exception in org.gcube.portal.databook.shared.ex
 
LikeIDNotFoundException(String) - Constructor for exception org.gcube.portal.databook.shared.ex.LikeIDNotFoundException
 
LIKES - Static variable in class org.gcube.portal.databook.server.DBCassandraAstyanaxImpl
 

N

Notification - Class in org.gcube.portal.databook.shared
 
Notification() - Constructor for class org.gcube.portal.databook.shared.Notification
default constructor
Notification(String, NotificationType, String, String, Date, String, String, boolean, String, String, String) - Constructor for class org.gcube.portal.databook.shared.Notification
 
Notification(String, NotificationType, String, String, Date, String, String, boolean, String, String, String, String) - Constructor for class org.gcube.portal.databook.shared.Notification
 
NotificationChannelType - Enum in org.gcube.portal.databook.shared
 
NotificationChannelTypeNotFoundException - Exception in org.gcube.portal.databook.shared.ex
 
NotificationChannelTypeNotFoundException(String) - Constructor for exception org.gcube.portal.databook.shared.ex.NotificationChannelTypeNotFoundException
 
NotificationIDNotFoundException - Exception in org.gcube.portal.databook.shared.ex
 
NotificationIDNotFoundException(String) - Constructor for exception org.gcube.portal.databook.shared.ex.NotificationIDNotFoundException
 
NOTIFICATIONS - Static variable in class org.gcube.portal.databook.server.DBCassandraAstyanaxImpl
 
NotificationType - Enum in org.gcube.portal.databook.shared
 
NotificationTypeNotFoundException - Exception in org.gcube.portal.databook.shared.ex
 
NotificationTypeNotFoundException(String) - Constructor for exception org.gcube.portal.databook.shared.ex.NotificationTypeNotFoundException
 

O

onModuleLoad() - Method in class org.gcube.portal.databook.client.GCubeSocialNetworking
 
org.gcube.portal.databook.client - package org.gcube.portal.databook.client
 
org.gcube.portal.databook.client.util - package org.gcube.portal.databook.client.util
 
org.gcube.portal.databook.server - package org.gcube.portal.databook.server
 
org.gcube.portal.databook.shared - package org.gcube.portal.databook.shared
 
org.gcube.portal.databook.shared.ex - package org.gcube.portal.databook.shared.ex
 

P

PENDING_CONNECTIONS_CF_NAME - Static variable in class org.gcube.portal.databook.server.DBCassandraAstyanaxImpl
 
PrivacyLevel - Enum in org.gcube.portal.databook.shared
 
PrivacyLevelTypeNotFoundException - Exception in org.gcube.portal.databook.shared.ex
 
PrivacyLevelTypeNotFoundException(String) - Constructor for exception org.gcube.portal.databook.shared.ex.PrivacyLevelTypeNotFoundException
 

R

RangeFeeds - Class in org.gcube.portal.databook.shared
 
RangeFeeds() - Constructor for class org.gcube.portal.databook.shared.RangeFeeds
 
RangeFeeds(int, ArrayList<Feed>) - Constructor for class org.gcube.portal.databook.shared.RangeFeeds
 
readCommentById(String) - Method in interface org.gcube.portal.databook.server.DatabookStore
 
readCommentById(String) - Method in class org.gcube.portal.databook.server.DBCassandraAstyanaxImpl
readFeed(String) - Method in interface org.gcube.portal.databook.server.DatabookStore
read a feed from a given id
readFeed(String) - Method in class org.gcube.portal.databook.server.DBCassandraAstyanaxImpl
read a feed from a given id
readInvite(String) - Method in interface org.gcube.portal.databook.server.DatabookStore
read an invite from a given id
readInvite(String) - Method in class org.gcube.portal.databook.server.DBCassandraAstyanaxImpl
read an invite from a given id
readNotification(String) - Method in interface org.gcube.portal.databook.server.DatabookStore
read a notification from a given id
readNotification(String) - Method in class org.gcube.portal.databook.server.DBCassandraAstyanaxImpl
read a notification from a given id
requestFriendship(String, String) - Method in interface org.gcube.portal.databook.server.DatabookStore
userid from requests a friendship to userid to
requestFriendship(String, String) - Method in class org.gcube.portal.databook.server.DBCassandraAstyanaxImpl
userid from requests a friendship to userid to
RunningCluster - Class in org.gcube.portal.databook.server
 
RunningJob - Class in org.gcube.portal.databook.shared
 
RunningJob() - Constructor for class org.gcube.portal.databook.shared.RunningJob
 
RunningJob(String, String, JobStatusType) - Constructor for class org.gcube.portal.databook.shared.RunningJob
 

S

saveAppFeed(Feed) - Method in interface org.gcube.portal.databook.server.DatabookStore
save a Post instance in the store
saveAppFeed(Feed, List<Attachment>) - Method in interface org.gcube.portal.databook.server.DatabookStore
Save a feed instance in the store Use this if your app needs to attach more than one file to the post
saveAppFeed(Feed) - Method in class org.gcube.portal.databook.server.DBCassandraAstyanaxImpl
save a Post instance in the store
saveAppFeed(Feed, List<Attachment>) - Method in class org.gcube.portal.databook.server.DBCassandraAstyanaxImpl
Save a feed instance in the store Use this if your app needs to attach more than one file to the post
saveFeedToVRETimeline(String, String) - Method in interface org.gcube.portal.databook.server.DatabookStore
save a post in the VRES TimeLine in the store
saveFeedToVRETimeline(String, String) - Method in class org.gcube.portal.databook.server.DBCassandraAstyanaxImpl
save a post in the VRES TimeLine in the store
saveHashTags(String, String, List<String>) - Method in interface org.gcube.portal.databook.server.DatabookStore
 
saveHashTags(String, String, List<String>) - Method in class org.gcube.portal.databook.server.DBCassandraAstyanaxImpl
saveInvite(Invite) - Method in interface org.gcube.portal.databook.server.DatabookStore
Save the invite for a given email into a given vre
saveInvite(Invite) - Method in class org.gcube.portal.databook.server.DBCassandraAstyanaxImpl
Save the invite for a given email into a given vre
saveNotification(Notification) - Method in interface org.gcube.portal.databook.server.DatabookStore
save a Notification instance in the store
saveNotification(Notification) - Method in class org.gcube.portal.databook.server.DBCassandraAstyanaxImpl
save a Notification instance in the store
saveUserFeed(Feed) - Method in interface org.gcube.portal.databook.server.DatabookStore
save a Feed instance in the store
saveUserFeed(Feed, List<Attachment>) - Method in interface org.gcube.portal.databook.server.DatabookStore
Save a Feed instance in the store having more than one attachment Use this if you need to attach more than one file to the post
saveUserFeed(Feed) - Method in class org.gcube.portal.databook.server.DBCassandraAstyanaxImpl
save a Feed instance in the store
saveUserFeed(Feed, List<Attachment>) - Method in class org.gcube.portal.databook.server.DBCassandraAstyanaxImpl
Save a Feed instance in the store having more than one attachment Use this if you need to attach more than one file to the post
SEARCH_OID - Static variable in class org.gcube.portal.databook.client.GCubeSocialNetworking
 
setAccountURL(String) - Method in class org.gcube.portal.databook.shared.UserInfo
 
setAdmin(boolean) - Method in class org.gcube.portal.databook.shared.UserInfo
 
setAllNotificationReadByUser(String) - Method in interface org.gcube.portal.databook.server.DatabookStore
This is a fast way to set all notification to read quickly
setAllNotificationReadByUser(String) - Method in class org.gcube.portal.databook.server.DBCassandraAstyanaxImpl
This is a fast way to set all notification to read quickly
setApplicationFeed(boolean) - Method in class org.gcube.portal.databook.shared.Feed
 
setAttachments(List<Attachment>) - Method in class org.gcube.portal.databook.shared.ClientFeed
 
setAttachments(ArrayList<Attachment>) - Method in class org.gcube.portal.databook.shared.EnhancedFeed
 
setAvatarId(String) - Method in class org.gcube.portal.databook.shared.UserInfo
 
setClusterName(String) - Method in class org.gcube.portal.databook.server.RunningCluster
 
setCommentKey(String) - Method in class org.gcube.portal.databook.shared.Notification
 
setComments(ArrayList<Comment>) - Method in class org.gcube.portal.databook.shared.EnhancedFeed
 
setCommentsNo(String) - Method in class org.gcube.portal.databook.shared.Feed
 
setControlCode(String) - Method in class org.gcube.portal.databook.shared.Invite
 
setDescription(String) - Method in class org.gcube.portal.databook.shared.ApplicationProfile
 
setDescription(String) - Method in class org.gcube.portal.databook.shared.Attachment
 
setDescription(String) - Method in class org.gcube.portal.databook.shared.ClientFeed
 
setDescription(String) - Method in class org.gcube.portal.databook.shared.Feed
 
setDescription(String) - Method in class org.gcube.portal.databook.shared.Notification
 
setEdit(boolean) - Method in class org.gcube.portal.databook.shared.Comment
 
setEmail(String) - Method in class org.gcube.portal.databook.shared.ClientFeed
 
setEmail(String) - Method in class org.gcube.portal.databook.shared.Feed
 
setEmailaddress(String) - Method in class org.gcube.portal.databook.shared.UserInfo
 
setEntityId(String) - Method in class org.gcube.portal.databook.shared.Feed
set the User or the App id
setFeed(Feed) - Method in class org.gcube.portal.databook.shared.EnhancedFeed
 
setFeedid(String) - Method in class org.gcube.portal.databook.shared.Comment
 
setFeedid(String) - Method in class org.gcube.portal.databook.shared.Like
 
setFeeds(ArrayList<Feed>) - Method in class org.gcube.portal.databook.shared.RangeFeeds
 
setFullName(String) - Method in class org.gcube.portal.databook.shared.ClientFeed
 
setFullName(String) - Method in class org.gcube.portal.databook.shared.Comment
 
setFullName(String) - Method in class org.gcube.portal.databook.shared.Feed
 
setFullName(String) - Method in class org.gcube.portal.databook.shared.Like
 
setFullName(String) - Method in class org.gcube.portal.databook.shared.UserInfo
 
setHost(String) - Method in class org.gcube.portal.databook.server.RunningCluster
 
setId(String) - Method in class org.gcube.portal.databook.shared.Attachment
 
setImageUrl(String) - Method in class org.gcube.portal.databook.shared.ApplicationProfile
 
setInvitedEmail(String) - Method in class org.gcube.portal.databook.shared.Invite
 
setInviteStatus(String, String, InviteStatus) - Method in interface org.gcube.portal.databook.server.DatabookStore
set the status of an invite, see InviteStatus
setInviteStatus(String, String, InviteStatus) - Method in class org.gcube.portal.databook.server.DBCassandraAstyanaxImpl
set the status of an invite, see InviteStatus
setJobId(String) - Method in class org.gcube.portal.databook.shared.RunningJob
 
setJobName(String) - Method in class org.gcube.portal.databook.shared.RunningJob
 
setKey(String) - Method in class org.gcube.portal.databook.shared.ApplicationProfile
 
setKey(String) - Method in class org.gcube.portal.databook.shared.ClientFeed
 
setKey(String) - Method in class org.gcube.portal.databook.shared.Comment
 
setKey(String) - Method in class org.gcube.portal.databook.shared.Feed
 
setKey(String) - Method in class org.gcube.portal.databook.shared.Invite
 
setKey(String) - Method in class org.gcube.portal.databook.shared.Like
 
setKey(String) - Method in class org.gcube.portal.databook.shared.Notification
 
setKeyspaceName(String) - Method in class org.gcube.portal.databook.server.RunningCluster
 
setLastEditTime(Date) - Method in class org.gcube.portal.databook.shared.Comment
 
setLastReturnedFeedTimelineIndex(int) - Method in class org.gcube.portal.databook.shared.RangeFeeds
 
setLiked(boolean) - Method in class org.gcube.portal.databook.shared.EnhancedFeed
 
setLikesNo(String) - Method in class org.gcube.portal.databook.shared.Feed
 
setLinkDescription(String) - Method in class org.gcube.portal.databook.shared.ClientFeed
 
setLinkDescription(String) - Method in class org.gcube.portal.databook.shared.Feed
 
setLinkHost(String) - Method in class org.gcube.portal.databook.shared.ClientFeed
 
setLinkHost(String) - Method in class org.gcube.portal.databook.shared.Feed
 
setLinkTitle(String) - Method in class org.gcube.portal.databook.shared.ClientFeed
 
setLinkTitle(String) - Method in class org.gcube.portal.databook.shared.Feed
 
setLinkUrlThumbnail(String) - Method in class org.gcube.portal.databook.shared.ClientFeed
 
setMale(boolean) - Method in class org.gcube.portal.databook.shared.UserInfo
 
setMimeType(String) - Method in class org.gcube.portal.databook.shared.Attachment
 
setMultiFileUpload(boolean) - Method in class org.gcube.portal.databook.shared.Feed
 
setName(String) - Method in class org.gcube.portal.databook.shared.ApplicationProfile
 
setName(String) - Method in class org.gcube.portal.databook.shared.Attachment
 
setNotificationRead(String) - Method in interface org.gcube.portal.databook.server.DatabookStore
set an existing Notification instance in the to read
setNotificationRead(String) - Method in class org.gcube.portal.databook.server.DBCassandraAstyanaxImpl
set an existing Notification instance in the to read
setOwnVREs(HashMap<String, String>) - Method in class org.gcube.portal.databook.shared.UserInfo
 
setPrivacy(PrivacyLevel) - Method in class org.gcube.portal.databook.shared.Feed
 
setRead(boolean) - Method in class org.gcube.portal.databook.shared.Notification
 
setScope(String) - Method in class org.gcube.portal.databook.shared.ApplicationProfile
 
setSenderFullName(String) - Method in class org.gcube.portal.databook.shared.Invite
 
setSenderFullName(String) - Method in class org.gcube.portal.databook.shared.Notification
 
setSenderid(String) - Method in class org.gcube.portal.databook.shared.Notification
 
setSenderThumbnail(String) - Method in class org.gcube.portal.databook.shared.Notification
 
setSenderUserId(String) - Method in class org.gcube.portal.databook.shared.Invite
 
setStatus(InviteStatus) - Method in class org.gcube.portal.databook.shared.Invite
 
setStatus(JobStatusType) - Method in class org.gcube.portal.databook.shared.RunningJob
 
setSubjectid(String) - Method in class org.gcube.portal.databook.shared.Notification
 
setText(String) - Method in class org.gcube.portal.databook.shared.Comment
 
setThumbnailURL(String) - Method in class org.gcube.portal.databook.shared.Attachment
 
setThumbnailURL(String) - Method in class org.gcube.portal.databook.shared.ClientFeed
 
setThumbnailURL(String) - Method in class org.gcube.portal.databook.shared.Comment
 
setThumbnailURL(String) - Method in class org.gcube.portal.databook.shared.Feed
 
setThumbnailURL(String) - Method in class org.gcube.portal.databook.shared.Like
 
setTime(Date) - Method in class org.gcube.portal.databook.shared.ClientFeed
 
setTime(Date) - Method in class org.gcube.portal.databook.shared.Comment
 
setTime(Date) - Method in class org.gcube.portal.databook.shared.Feed
 
setTime(Date) - Method in class org.gcube.portal.databook.shared.Invite
 
setTime(Date) - Method in class org.gcube.portal.databook.shared.Like
 
setTime(Date) - Method in class org.gcube.portal.databook.shared.Notification
 
setType(String) - Method in class org.gcube.portal.databook.shared.ClientFeed
 
setType(FeedType) - Method in class org.gcube.portal.databook.shared.Feed
 
setType(NotificationType) - Method in class org.gcube.portal.databook.shared.Notification
 
setup() - Static method in class org.gcube.portal.databook.server.DatabookCassandraTest
 
SetUpKeySpaces(AstyanaxContext<Cluster>, boolean) - Method in class org.gcube.portal.databook.server.CassandraClusterConnection
 
setUri(String) - Method in class org.gcube.portal.databook.shared.Attachment
 
setUri(String) - Method in class org.gcube.portal.databook.shared.ClientFeed
 
setUri(String) - Method in class org.gcube.portal.databook.shared.Feed
 
setUri(String) - Method in class org.gcube.portal.databook.shared.Notification
 
setUriThumbnail(String) - Method in class org.gcube.portal.databook.shared.Feed
 
setUrl(String) - Method in class org.gcube.portal.databook.shared.ApplicationProfile
 
setUserid(String) - Method in class org.gcube.portal.databook.shared.ClientFeed
 
setUserid(String) - Method in class org.gcube.portal.databook.shared.Comment
 
setUserid(String) - Method in class org.gcube.portal.databook.shared.Like
 
setUserid(String) - Method in class org.gcube.portal.databook.shared.Notification
 
setUsername(String) - Method in class org.gcube.portal.databook.shared.UserInfo
 
setUserNotificationPreferences(String, Map<NotificationType, NotificationChannelType[]>) - Method in interface org.gcube.portal.databook.server.DatabookStore
set the notification preferences map (enable or disable the channels to be used for notifying the user)
setUserNotificationPreferences(String, Map<NotificationType, NotificationChannelType[]>) - Method in class org.gcube.portal.databook.server.DBCassandraAstyanaxImpl
set the notification preferences map (enable or disable the channels to be used for notifying the user)
setUsers(boolean) - Method in class org.gcube.portal.databook.shared.EnhancedFeed
 
setVreid(String) - Method in class org.gcube.portal.databook.shared.Feed
 
setVreid(String) - Method in class org.gcube.portal.databook.shared.Invite
 

T

TooManyRunningClustersException - Exception in org.gcube.portal.databook.shared.ex
 
TooManyRunningClustersException(String) - Constructor for exception org.gcube.portal.databook.shared.ex.TooManyRunningClustersException
 
toString() - Method in class org.gcube.portal.databook.server.RunningCluster
 
toString() - Method in class org.gcube.portal.databook.shared.ApplicationProfile
 
toString() - Method in class org.gcube.portal.databook.shared.Attachment
 
toString() - Method in class org.gcube.portal.databook.shared.ClientFeed
 
toString() - Method in class org.gcube.portal.databook.shared.Comment
 
toString() - Method in class org.gcube.portal.databook.shared.EnhancedFeed
 
toString() - Method in class org.gcube.portal.databook.shared.Feed
 
toString() - Method in class org.gcube.portal.databook.shared.Invite
 
toString() - Method in class org.gcube.portal.databook.shared.Like
 
toString() - Method in class org.gcube.portal.databook.shared.Notification
 
toString() - Method in class org.gcube.portal.databook.shared.RunningJob
 

U

unlike(String, String, String) - Method in interface org.gcube.portal.databook.server.DatabookStore
unlike a feed
unlike(String, String, String) - Method in class org.gcube.portal.databook.server.DBCassandraAstyanaxImpl
unlike a feed
USER_INFO_ATTR - Static variable in class org.gcube.portal.databook.shared.UserInfo
 
USER_LIKED_FEEDS - Static variable in class org.gcube.portal.databook.server.DBCassandraAstyanaxImpl
 
USER_MESSAGES_NOTIFICATIONS - Static variable in class org.gcube.portal.databook.server.DBCassandraAstyanaxImpl
 
USER_NOTIFICATIONS - Static variable in class org.gcube.portal.databook.server.DBCassandraAstyanaxImpl
 
USER_NOTIFICATIONS_PREFERENCES - Static variable in class org.gcube.portal.databook.server.DBCassandraAstyanaxImpl
 
USER_PROFILE_LINK - Static variable in class org.gcube.portal.databook.client.GCubeSocialNetworking
 
USER_PROFILE_OID - Static variable in class org.gcube.portal.databook.client.GCubeSocialNetworking
 
USER_TIMELINE_FEEDS - Static variable in class org.gcube.portal.databook.server.DBCassandraAstyanaxImpl
 
UserInfo - Class in org.gcube.portal.databook.shared
 
UserInfo() - Constructor for class org.gcube.portal.databook.shared.UserInfo
 
UserInfo(String, String, String, String, String, boolean, boolean, HashMap<String, String>) - Constructor for class org.gcube.portal.databook.shared.UserInfo
 

V

valueOf(String) - Static method in enum org.gcube.portal.databook.shared.FeedType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.gcube.portal.databook.shared.ImageType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.gcube.portal.databook.shared.InviteOperationResult
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.gcube.portal.databook.shared.InviteStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.gcube.portal.databook.shared.JobStatusType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.gcube.portal.databook.shared.NotificationChannelType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.gcube.portal.databook.shared.NotificationType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.gcube.portal.databook.shared.PrivacyLevel
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.gcube.portal.databook.shared.FeedType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.gcube.portal.databook.shared.ImageType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.gcube.portal.databook.shared.InviteOperationResult
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.gcube.portal.databook.shared.InviteStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.gcube.portal.databook.shared.JobStatusType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.gcube.portal.databook.shared.NotificationChannelType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.gcube.portal.databook.shared.NotificationType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.gcube.portal.databook.shared.PrivacyLevel
Returns an array containing the constants of this enum type, in the order they are declared.
VRE_INVITES - Static variable in class org.gcube.portal.databook.server.DBCassandraAstyanaxImpl
 
VRE_TIMELINE_FEEDS - Static variable in class org.gcube.portal.databook.server.DBCassandraAstyanaxImpl
 
A C D E F G H I J L N O P R S T U V 

Copyright © 2016. All Rights Reserved.