|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ColumnNameNotFoundException | |
---|---|
org.gcube.portal.databook.server |
Uses of ColumnNameNotFoundException in org.gcube.portal.databook.server |
---|
Methods in org.gcube.portal.databook.server that throw ColumnNameNotFoundException | |
---|---|
boolean |
DBCassandraAstyanaxImpl.checkUnreadMessagesNotifications(String userid)
|
boolean |
DatabookStore.checkUnreadMessagesNotifications(String userid)
|
boolean |
DBCassandraAstyanaxImpl.checkUnreadNotifications(String userid)
|
boolean |
DatabookStore.checkUnreadNotifications(String userid)
|
boolean |
DBCassandraAstyanaxImpl.deleteComment(String commentid,
String feedid)
delete a comment |
boolean |
DatabookStore.deleteComment(String commentid,
String feedid)
delete a comment |
boolean |
DBCassandraAstyanaxImpl.deleteFeed(String feedId)
delete a Feed from the store |
boolean |
DatabookStore.deleteFeed(String feedid)
delete a Feed from the store |
boolean |
DBCassandraAstyanaxImpl.editComment(Comment comment2Edit)
edit a comment |
boolean |
DatabookStore.editComment(Comment comment)
edit a comment |
List<Feed> |
DBCassandraAstyanaxImpl.getAllFeedsByApp(String appid)
|
List<Feed> |
DatabookStore.getAllFeedsByApp(String appid)
|
List<Feed> |
DBCassandraAstyanaxImpl.getAllFeedsByUser(String userid)
|
List<Feed> |
DatabookStore.getAllFeedsByUser(String userid)
|
List<Feed> |
DBCassandraAstyanaxImpl.getAllFeedsByVRE(String vreid)
|
List<Feed> |
DatabookStore.getAllFeedsByVRE(String vreid)
|
List<Notification> |
DBCassandraAstyanaxImpl.getAllNotificationByUser(String userid,
int limit)
|
List<Notification> |
DatabookStore.getAllNotificationByUser(String userid,
int limit)
|
List<Feed> |
DBCassandraAstyanaxImpl.getAllPortalPrivacyLevelFeeds()
return all the feeds whose Level is PORTAL |
List<Feed> |
DatabookStore.getAllPortalPrivacyLevelFeeds()
return all the feeds whose Level is PORTAL |
List<Feed> |
DBCassandraAstyanaxImpl.getRecentFeedsByUser(String userid,
int quantity)
return the most recent feeds for this user up to quantity param |
List<Feed> |
DatabookStore.getRecentFeedsByUser(String userid,
int quantity)
return the most recent feeds for this user up to quantity param |
List<Feed> |
DBCassandraAstyanaxImpl.getRecentFeedsByVRE(String vreid,
int quantity)
return the most recent feeds for this vre up to quantity param |
List<Feed> |
DatabookStore.getRecentFeedsByVRE(String vreid,
int quantity)
return the most recent feeds for this vre up to quantity param |
List<Notification> |
DBCassandraAstyanaxImpl.getUnreadNotificationMessagesByUser(String userid)
return the not yet read notification messages |
List<Notification> |
DatabookStore.getUnreadNotificationMessagesByUser(String userid)
return the not yet read notification messages |
List<Notification> |
DBCassandraAstyanaxImpl.getUnreadNotificationsByUser(String userid)
return the not yet read notifications (not including messages) |
List<Notification> |
DatabookStore.getUnreadNotificationsByUser(String userid)
return the not yet read notifications (not including messages) |
Feed |
DBCassandraAstyanaxImpl.readFeed(String feedid)
read a feed from a given id |
Feed |
DatabookStore.readFeed(String feedid)
read a feed from a given id |
Notification |
DBCassandraAstyanaxImpl.readNotification(String notificationid)
read a notification from a given id |
Notification |
DatabookStore.readNotification(String notificationid)
read a notification from a given id |
boolean |
DBCassandraAstyanaxImpl.setNotificationRead(String notificationidToSet)
set an existing Notification instance in the to read |
boolean |
DatabookStore.setNotificationRead(String notificationidToSet)
set an existing Notification instance in the to read |
boolean |
DBCassandraAstyanaxImpl.unlike(String likeid,
String feedid)
unlike a feed |
boolean |
DatabookStore.unlike(String likeid,
String feedid)
unlike a feed |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |