Uses of Class
org.gcube.portal.databook.shared.Attachment
-
Packages that use Attachment Package Description org.gcube.portal.databook.server org.gcube.portal.databook.shared -
-
Uses of Attachment in org.gcube.portal.databook.server
Methods in org.gcube.portal.databook.server that return types with arguments of type Attachment Modifier and Type Method Description List<Attachment>DatabookStore. getAttachmentsByFeedId(String feedId)List<Attachment>DBCassandraAstyanaxImpl. getAttachmentsByFeedId(String feedId)Method parameters in org.gcube.portal.databook.server with type arguments of type Attachment Modifier and Type Method Description booleanDatabookStore. 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 -
Uses of Attachment in org.gcube.portal.databook.shared
Methods in org.gcube.portal.databook.shared that return types with arguments of type Attachment Modifier and Type Method Description List<Attachment>ClientFeed. getAttachments()ArrayList<Attachment>EnhancedFeed. getAttachments()Method parameters in org.gcube.portal.databook.shared with type arguments of type Attachment Modifier and Type Method Description voidClientFeed. setAttachments(List<Attachment> attachments)voidEnhancedFeed. setAttachments(ArrayList<Attachment> attachments)Constructor parameters in org.gcube.portal.databook.shared with type arguments of type Attachment Constructor 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)
-