Uses of Class
org.gcube.portal.databook.shared.Attachment
Packages that use Attachment
-
Uses of Attachment in org.gcube.portal.databook.server
Methods in org.gcube.portal.databook.server that return types with arguments of type AttachmentModifier and TypeMethodDescriptionDatabookStore.getAttachmentsByFeedId(String feedId) DBCassandraAstyanaxImpl.getAttachmentsByFeedId(String feedId) Methods in org.gcube.portal.databook.server with parameters of type AttachmentModifier and TypeMethodDescriptionbooleanDatabookStore.saveAttachmentEntry(String feedId, Attachment toSave) save an attachmentbooleanDBCassandraAstyanaxImpl.saveAttachmentEntry(String feedId, Attachment toSave) save an attachmentMethod parameters in org.gcube.portal.databook.server with type arguments of type AttachmentModifier and TypeMethodDescriptionbooleanDatabookStore.saveAppFeed(Feed feed, 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 postbooleanDBCassandraAstyanaxImpl.saveAppFeed(Feed feed, List<Attachment> attachments) Deprecated.booleanDatabookStore.saveAppPost(Post feed, List<Attachment> attachments) Save a Post instance in the store Use this if your app needs to attach more than one file to the postbooleanDBCassandraAstyanaxImpl.saveAppPost(Post post, List<Attachment> attachments) Save a Post instance in the store Use this if your app needs to attach more than one file to the postbooleanDatabookStore.saveUserFeed(Feed feed, List<Attachment> attachments) Deprecated.use saveUserPostbooleanDBCassandraAstyanaxImpl.saveUserFeed(Feed feed, List<Attachment> attachments) Deprecated.booleanDatabookStore.saveUserPost(Post post, 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 postbooleanDBCassandraAstyanaxImpl.saveUserPost(Post post, 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