Uses of Class
org.gcube.portal.databook.shared.ex.InviteIDNotFoundException
-
Packages that use InviteIDNotFoundException Package Description org.gcube.portal.databook.server -
-
Uses of InviteIDNotFoundException in org.gcube.portal.databook.server
Methods in org.gcube.portal.databook.server that throw InviteIDNotFoundException 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
-