Uses of Class
org.gcube.portal.databook.shared.ex.InviteIDNotFoundException
Packages that use InviteIDNotFoundException
-
Uses of InviteIDNotFoundException in org.gcube.portal.databook.server
Methods in org.gcube.portal.databook.server that throw InviteIDNotFoundExceptionModifier and TypeMethodDescriptionDatabookStore.getInvitedEmailsByVRE(String vreid, InviteStatus... status) Use to get the list of invites per VREDBCassandraAstyanaxImpl.getInvitedEmailsByVRE(String vreid, InviteStatus... status) Use to get the list of invites per VREDatabookStore.readInvite(String inviteid) read an invite from a given idDBCassandraAstyanaxImpl.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