public static class UserAccountsListPage.Message extends Object
| Constructor and Description |
|---|
Message(edu.cornell.mannlib.vitro.webapp.controller.accounts.admin.UserAccountsListPage.Message.Type type,
UserAccount userAccount,
boolean emailWasSent,
Collection<String> deletedUris) |
| Modifier and Type | Method and Description |
|---|---|
static void |
applyToBodyMap(javax.servlet.http.HttpServletRequest req,
Map<String,Object> body) |
static void |
showDeletions(javax.servlet.http.HttpServletRequest req,
Collection<String> deletedUris) |
static void |
showNewAccount(javax.servlet.http.HttpServletRequest req,
UserAccount userAccount,
boolean emailWasSent) |
static void |
showUpdatedAccount(javax.servlet.http.HttpServletRequest req,
UserAccount userAccount,
boolean emailWasSent) |
public Message(edu.cornell.mannlib.vitro.webapp.controller.accounts.admin.UserAccountsListPage.Message.Type type,
UserAccount userAccount,
boolean emailWasSent,
Collection<String> deletedUris)
public static void showNewAccount(javax.servlet.http.HttpServletRequest req,
UserAccount userAccount,
boolean emailWasSent)
public static void showUpdatedAccount(javax.servlet.http.HttpServletRequest req,
UserAccount userAccount,
boolean emailWasSent)
public static void showDeletions(javax.servlet.http.HttpServletRequest req,
Collection<String> deletedUris)
Copyright © 2021. All rights reserved.