| Package | Description |
|---|---|
| org.gcube.portal.databook.server | |
| org.gcube.portal.databook.shared |
| 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
|
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 |
| Modifier and Type | Method and Description |
|---|---|
InviteStatus |
Invite.getStatus() |
static InviteStatus |
InviteStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static InviteStatus[] |
InviteStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Invite.setStatus(InviteStatus status) |
| Constructor and Description |
|---|
Invite(String key,
String senderUserId,
String vreid,
String invitedEmail,
String controlCode,
InviteStatus status,
Date time,
String senderFullName) |
Copyright © 2018. All Rights Reserved.