| Package | Description |
|---|---|
| org.gcube.portal.databook.server |
| Modifier and Type | Method and Description |
|---|---|
List<Invite> |
DBCassandraAstyanaxImpl.getInvitedEmailsByVRE(String vreid,
InviteStatus... status)
Use to get the list of invites per VRE
|
List<Invite> |
DatabookStore.getInvitedEmailsByVRE(String vreid,
InviteStatus... status)
Use to get the list of invites per VRE
|
Invite |
DBCassandraAstyanaxImpl.readInvite(String inviteid)
read an invite from a given id
|
Invite |
DatabookStore.readInvite(String inviteid)
read an invite from a given id
|
boolean |
DBCassandraAstyanaxImpl.setInviteStatus(String vreid,
String email,
InviteStatus status)
set the status of an invite, see
InviteStatus |
boolean |
DatabookStore.setInviteStatus(String vreid,
String email,
InviteStatus status)
set the status of an invite, see
InviteStatus |
Copyright © 2018. All Rights Reserved.