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) Returns all posts for a specified VRE.DBCassandraAstyanaxImpl.getAllPostsByVRE(String vreid) Returns all posts for a specified VRE.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.DBCassandraAstyanaxImpl.getRecentFeedsByVREAndRange(String vreid, int from, int quantity) Returns the most recent posts for this VRE up to the specified quantity and the last index of the posts in the timeline.DatabookStore.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) Returns the most recent posts for a VRE, up to the specified quantity.DBCassandraAstyanaxImpl.getRecentPostsByVRE(String vreid, int quantity) DatabookStore.getRecentPostsByVREAndRange(String vreid, int from, int quantity) Returns the most recent posts for a VRE within a specified range, and provides the last index of posts in the timeline for pagination purposes.DBCassandraAstyanaxImpl.getRecentPostsByVREAndRange(String vreid, int from, int quantity) Returns the most recent posts for a VRE within a specified range, and provides the last index of posts in the timeline for pagination purposes.DatabookStore.getUnreadNotificationsByUser(String userid) Returns all unread notifications for a user (excluding message notifications).DBCassandraAstyanaxImpl.getUnreadNotificationsByUser(String userid) Returns all unread notifications for a user (excluding message notifications).DatabookStore.getVREFeedsByHashtag(String vreid, String hashtag) Deprecated.use getVREPostsByHashtagDBCassandraAstyanaxImpl.getVREFeedsByHashtag(String vreid, String hashtag) DatabookStore.getVREPostsByHashtag(String vreid, String hashtag) Returns all posts in a VRE that contain a specific hashtag.DBCassandraAstyanaxImpl.getVREPostsByHashtag(String vreid, String hashtag) Returns all posts in a VRE that contain a specific hashtag.static voidDeprecated.use readPost read a feed from a given idDeprecated.DatabookStore.readNotification(String notificationid) Reads a notification from a given ID.DBCassandraAstyanaxImpl.readNotification(String notificationid) Reads a notification from a given ID.read 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