Uses of Class
org.gcube.portal.databook.shared.Invite
-
Packages that use Invite Package Description org.gcube.portal.databook.server -
-
Uses of Invite in org.gcube.portal.databook.server
Methods in org.gcube.portal.databook.server that return Invite Modifier and Type Method Description InviteDatabookStore. readInvite(String inviteid)read an invite from a given idInviteDBCassandraAstyanaxImpl. readInvite(String inviteid)read an invite from a given idMethods in org.gcube.portal.databook.server that return types with arguments of type Invite 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 VREMethods in org.gcube.portal.databook.server with parameters of type Invite Modifier and Type Method Description InviteOperationResultDatabookStore. saveInvite(Invite invite)Save the invite for a given email into a given vreInviteOperationResultDBCassandraAstyanaxImpl. saveInvite(Invite invite)Save the invite for a given email into a given vre
-