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