public class InvitesManager extends Object
Modifier and Type | Method and Description |
---|---|
protected static String |
convertHTML2Text(String html)
Convert html into simple text
|
static InvitesManager |
getInstance() |
static org.gcube.portal.databook.server.DatabookStore |
initStore() |
static void |
notifyInviteSent(javax.servlet.http.HttpServletRequest request,
String username,
String scope,
org.gcube.portal.databook.shared.Invite invite,
String vreName) |
org.gcube.portal.databook.shared.InviteOperationResult |
sendInvite(javax.servlet.http.HttpServletRequest request,
String portalSenderEmail,
String portalURL,
String name,
String lastName,
String email,
String vreDescription) |
public static InvitesManager getInstance()
public static org.gcube.portal.databook.server.DatabookStore initStore()
public org.gcube.portal.databook.shared.InviteOperationResult sendInvite(javax.servlet.http.HttpServletRequest request, String portalSenderEmail, String portalURL, String name, String lastName, String email, String vreDescription)
protected static String convertHTML2Text(String html)
Copyright © 2017. All Rights Reserved.