| Package | Description |
|---|---|
| org.gcube.portal.databook.server | |
| org.gcube.portal.databook.shared |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Invite> |
DatabookStore.getInvitedEmailsByVRE(java.lang.String vreid,
InviteStatus... status)
Use to get the list of invites per VRE
|
java.util.List<Invite> |
DBCassandraAstyanaxImpl.getInvitedEmailsByVRE(java.lang.String vreid,
InviteStatus... status)
Use to get the list of invites per VRE
|
boolean |
DatabookStore.setInviteStatus(java.lang.String vreid,
java.lang.String email,
InviteStatus status)
set the status of an invite, see
InviteStatus |
boolean |
DBCassandraAstyanaxImpl.setInviteStatus(java.lang.String vreid,
java.lang.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(java.lang.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(java.lang.String key,
java.lang.String senderUserId,
java.lang.String vreid,
java.lang.String invitedEmail,
java.lang.String controlCode,
InviteStatus status,
java.util.Date time,
java.lang.String senderFullName) |
Copyright © 2022. All rights reserved.