Class UserAccountsListPage.Message
- java.lang.Object
-
- edu.cornell.mannlib.vitro.webapp.controller.accounts.admin.UserAccountsListPage.Message
-
- Enclosing class:
- UserAccountsListPage
public static class UserAccountsListPage.Message extends Object
Message info that lives in the session. Another request can store this, and it will be displayed (once) by the list page.
-
-
Constructor Summary
Constructors Constructor Description Message(edu.cornell.mannlib.vitro.webapp.controller.accounts.admin.UserAccountsListPage.Message.Type type, UserAccount userAccount, boolean emailWasSent, Collection<String> deletedUris)
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidapplyToBodyMap(javax.servlet.http.HttpServletRequest req, Map<String,Object> body)static voidshowDeletions(javax.servlet.http.HttpServletRequest req, Collection<String> deletedUris)static voidshowNewAccount(javax.servlet.http.HttpServletRequest req, UserAccount userAccount, boolean emailWasSent)static voidshowUpdatedAccount(javax.servlet.http.HttpServletRequest req, UserAccount userAccount, boolean emailWasSent)
-
-
-
Constructor Detail
-
Message
public Message(edu.cornell.mannlib.vitro.webapp.controller.accounts.admin.UserAccountsListPage.Message.Type type, UserAccount userAccount, boolean emailWasSent, Collection<String> deletedUris)
-
-
Method Detail
-
showNewAccount
public static void showNewAccount(javax.servlet.http.HttpServletRequest req, UserAccount userAccount, boolean emailWasSent)
-
showUpdatedAccount
public static void showUpdatedAccount(javax.servlet.http.HttpServletRequest req, UserAccount userAccount, boolean emailWasSent)
-
showDeletions
public static void showDeletions(javax.servlet.http.HttpServletRequest req, Collection<String> deletedUris)
-
-