| Package | Description |
|---|---|
| org.gcube.portal.databook.server | |
| org.gcube.portal.databook.shared |
| Modifier and Type | Method and Description |
|---|---|
List<Attachment> |
DatabookStore.getAttachmentsByFeedId(String feedId) |
List<Attachment> |
DBCassandraAstyanaxImpl.getAttachmentsByFeedId(String feedId) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
DatabookStore.saveAppFeed(Feed feed,
List<Attachment> attachments)
Save a feed instance in the store
Use this if your app needs to attach more than one file to the post
|
boolean |
DBCassandraAstyanaxImpl.saveAppFeed(Feed feed,
List<Attachment> attachments)
Save a feed instance in the store
Use this if your app needs to attach more than one file to the post
|
boolean |
DatabookStore.saveUserFeed(Feed feed,
List<Attachment> attachments)
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
|
boolean |
DBCassandraAstyanaxImpl.saveUserFeed(Feed feed,
List<Attachment> attachments)
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
|
| Modifier and Type | Method and Description |
|---|---|
ArrayList<Attachment> |
EnhancedFeed.getAttachments() |
List<Attachment> |
ClientFeed.getAttachments() |
| Modifier and Type | Method and Description |
|---|---|
void |
EnhancedFeed.setAttachments(ArrayList<Attachment> attachments) |
void |
ClientFeed.setAttachments(List<Attachment> attachments) |
| Constructor and Description |
|---|
ClientFeed(String key,
String type,
String userid,
Date time,
String uri,
String description,
String fullName,
String email,
String thumbnailURL,
String linkTitle,
String linkDescription,
String linkUrlThumbnail,
String linkHost,
List<Attachment> attachments) |
EnhancedFeed(Feed feed,
boolean liked,
boolean isUsers,
ArrayList<Comment> comments,
ArrayList<Attachment> attachments) |
Copyright © 2016. All Rights Reserved.