Uses of Class
org.gcube.portal.databook.shared.ex.ColumnNameNotFoundException
Packages that use ColumnNameNotFoundException
-
Uses of ColumnNameNotFoundException in org.gcube.portal.databook.server
Methods in org.gcube.portal.databook.server that throw ColumnNameNotFoundExceptionModifier and TypeMethodDescriptionbooleanDatabookStore.checkUnreadMessagesNotifications(String userid) booleanDBCassandraAstyanaxImpl.checkUnreadMessagesNotifications(String userid) booleanDatabookStore.checkUnreadNotifications(String userid) booleanDBCassandraAstyanaxImpl.checkUnreadNotifications(String userid) booleanDatabookStore.deleteComment(String commentid, String feedid) deletes a commentbooleanDBCassandraAstyanaxImpl.deleteComment(String commentid, String feedid) deletes a commentbooleanDatabookStore.deleteFeed(String feedid) Deprecated.use saveUserPostbooleanDBCassandraAstyanaxImpl.deleteFeed(String feedId) Deprecated.booleanDatabookStore.deletePost(String postid) delete a Feed from the storebooleanDBCassandraAstyanaxImpl.deletePost(String postid) delete a Feed from the storebooleanDatabookStore.editComment(Comment comment) edit a commentbooleanDBCassandraAstyanaxImpl.editComment(Comment comment2Edit) edit a commentDatabookStore.getAllFeedsByApp(String appid) Deprecated.use getAllPostsByApp insteadDBCassandraAstyanaxImpl.getAllFeedsByApp(String appid) DatabookStore.getAllFeedsByUser(String userid) Deprecated.use getAllPostsByUser insteadDBCassandraAstyanaxImpl.getAllFeedsByUser(String userid) Deprecated.DatabookStore.getAllFeedsByVRE(String vreid) Deprecated.use getAllPostsByVREDBCassandraAstyanaxImpl.getAllFeedsByVRE(String vreid) Deprecated.DatabookStore.getAllLikedFeedsByUser(String userid, int limit) Deprecated.use getAllLikedPostsByUserDBCassandraAstyanaxImpl.getAllLikedFeedsByUser(String userid, int limit) DatabookStore.getAllLikedPostsByUser(String userid, int limit) DBCassandraAstyanaxImpl.getAllLikedPostsByUser(String userid, int limit) DatabookStore.getAllNotificationByUser(String userid, int limit) DBCassandraAstyanaxImpl.getAllNotificationByUser(String userid, int limit) DatabookStore.getAllPortalPrivacyLevelFeeds()Deprecated.use getAllPortalPrivacyLevelPosts instead return all the feeds whose Level is PORTALDBCassandraAstyanaxImpl.getAllPortalPrivacyLevelFeeds()Deprecated.DatabookStore.getAllPortalPrivacyLevelPosts()return all the feeds whose Level is PORTALDBCassandraAstyanaxImpl.getAllPortalPrivacyLevelPosts()DatabookStore.getAllPostsByApp(String appid) DBCassandraAstyanaxImpl.getAllPostsByApp(String appid) DatabookStore.getAllPostsByUser(String userid) DBCassandraAstyanaxImpl.getAllPostsByUser(String userid) DatabookStore.getAllPostsByVRE(String vreid) DBCassandraAstyanaxImpl.getAllPostsByVRE(String vreid) DatabookStore.getRangeNotificationsByUser(String userid, int from, int quantity) DBCassandraAstyanaxImpl.getRangeNotificationsByUser(String userid, int from, int quantity) DatabookStore.getRecentFeedsByUser(String userid, int quantity) Deprecated.DBCassandraAstyanaxImpl.getRecentFeedsByUser(String userid, int quantity) Deprecated.DatabookStore.getRecentFeedsByVRE(String vreid, int quantity) Deprecated.use getRecentPostsByVRE return the most recent feeds for this vre up to quantity paramDBCassandraAstyanaxImpl.getRecentFeedsByVRE(String vreid, int quantity) Deprecated.DatabookStore.getRecentFeedsByVREAndRange(String vreid, int from, int quantity) Deprecated.use getRecentPostsByVREAndRangeDBCassandraAstyanaxImpl.getRecentFeedsByVREAndRange(String vreid, int from, int quantity) return the most recent posts 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 deletionsDatabookStore.getRecentPostsByUser(String userid, int quantity) return the most recent feeds for this user up to quantity paramDBCassandraAstyanaxImpl.getRecentPostsByUser(String userid, int quantity) DatabookStore.getRecentPostsByVRE(String vreid, int quantity) return the most recent posts for this vre up to quantity paramDBCassandraAstyanaxImpl.getRecentPostsByVRE(String vreid, int quantity) DatabookStore.getRecentPostsByVREAndRange(String vreid, int from, int quantity) return the most recent posts for this vre up to quantity param and the last index of the posts in the timeline lastReturnedPostTimelineIndex is useful to know from where to start the range the next time you ask, because there are deletionsDBCassandraAstyanaxImpl.getRecentPostsByVREAndRange(String vreid, int from, int quantity) return the most recent posts for this vre up to quantity param and the last index of the posts in the timeline lastReturnedPostTimelineIndex is useful to know from where to start the range the next time you ask, because there are deletionsDatabookStore.getUnreadNotificationsByUser(String userid) return the not yet read notifications (not including messages)DBCassandraAstyanaxImpl.getUnreadNotificationsByUser(String userid) return the not yet read notifications (not including messages)DatabookStore.getVREFeedsByHashtag(String vreid, String hashtag) Deprecated.use getVREPostsByHashtagDBCassandraAstyanaxImpl.getVREFeedsByHashtag(String vreid, String hashtag) DatabookStore.getVREPostsByHashtag(String vreid, String hashtag) DBCassandraAstyanaxImpl.getVREPostsByHashtag(String vreid, String hashtag) static voidDeprecated.use readPost read a feed from a given idDeprecated.DatabookStore.readNotification(String notificationid) read a notification from a given idDBCassandraAstyanaxImpl.readNotification(String notificationid) read a notification from a given idread a feed from a given idread a feed from a given idbooleanDatabookStore.setAllNotificationReadByUser(String userid) This is a fast way to set all notification to read quicklybooleanDBCassandraAstyanaxImpl.setAllNotificationReadByUser(String userid) This is a fast way to set all notification to read quicklybooleanDatabookStore.setNotificationRead(String notificationidToSet) set an existing Notification instance in the to readbooleanDBCassandraAstyanaxImpl.setNotificationRead(String notificationidToSet) set an existing Notification instance in the to readvoidTester.testFunc()booleanunlike a feedbooleanunlike a feed