Uses of Class
org.gcube.portal.databook.shared.InviteStatus
-
Packages that use InviteStatus Package Description org.gcube.portal.databook.server org.gcube.portal.databook.shared -
-
Uses of InviteStatus in org.gcube.portal.databook.server
Methods in org.gcube.portal.databook.server with parameters of type InviteStatus 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 VREbooleanDatabookStore. 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 -
Uses of InviteStatus in org.gcube.portal.databook.shared
Methods in org.gcube.portal.databook.shared that return InviteStatus Modifier and Type Method Description InviteStatusInvite. getStatus()static InviteStatusInviteStatus. 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.Methods in org.gcube.portal.databook.shared with parameters of type InviteStatus Modifier and Type Method Description voidInvite. setStatus(InviteStatus status)Constructors in org.gcube.portal.databook.shared with parameters of type InviteStatus Constructor Description Invite(String key, String senderUserId, String vreid, String invitedEmail, String controlCode, InviteStatus status, Date time, String senderFullName)
-