Uses of Class
org.gcube.portal.databook.shared.ex.InviteStatusNotFoundException
-
Packages that use InviteStatusNotFoundException Package Description org.gcube.portal.databook.server -
-
Uses of InviteStatusNotFoundException in org.gcube.portal.databook.server
Methods in org.gcube.portal.databook.server that throw InviteStatusNotFoundException Modifier and Type Method Description List<Invite>DatabookStore. getInvitedEmailsByVRE(String vreid, InviteStatus... status)Use to get the list of invites per VREList<Invite>DBCassandraAstyanaxImpl. getInvitedEmailsByVRE(String vreid, InviteStatus... status)Use to get the list of invites per VREInviteDatabookStore. readInvite(String inviteid)read an invite from a given idInviteDBCassandraAstyanaxImpl. readInvite(String inviteid)read an invite from a given idbooleanDatabookStore. setInviteStatus(String vreid, String email, InviteStatus status)set the status of an invite, seeInviteStatusbooleanDBCassandraAstyanaxImpl. setInviteStatus(String vreid, String email, InviteStatus status)set the status of an invite, seeInviteStatus
-