Class UserAccountsListPage
- java.lang.Object
-
- edu.cornell.mannlib.vitro.webapp.controller.AbstractPageHandler
-
- edu.cornell.mannlib.vitro.webapp.controller.accounts.UserAccountsPage
-
- edu.cornell.mannlib.vitro.webapp.controller.accounts.admin.UserAccountsListPage
-
public class UserAccountsListPage extends UserAccountsPage
Handle the List page. TODO: auto-complete
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classUserAccountsListPage.MessageMessage info that lives in the session.static classUserAccountsListPage.UserAccountWrapperShows PermissionSet labels instead of PermissionSet URIs.-
Nested classes/interfaces inherited from class edu.cornell.mannlib.vitro.webapp.controller.accounts.UserAccountsPage
UserAccountsPage.ProfileInfo
-
Nested classes/interfaces inherited from class edu.cornell.mannlib.vitro.webapp.controller.AbstractPageHandler
AbstractPageHandler.InvalidParametersException
-
-
Field Summary
Fields Modifier and Type Field Description static StringFLAG_UPDATED_USER_PWstatic StringFLAG_USERS_DELETEDstatic StringPARAMETER_ACCOUNTS_PER_PAGEstatic StringPARAMETER_NEW_USER_URIstatic StringPARAMETER_ORDERING_DIRECTIONstatic StringPARAMETER_ORDERING_FIELDstatic StringPARAMETER_PAGE_INDEXstatic StringPARAMETER_ROLE_FILTER_URIstatic StringPARAMETER_SEARCH_TERMstatic StringPARAMETER_UPDATED_USER_URI-
Fields inherited from class edu.cornell.mannlib.vitro.webapp.controller.accounts.UserAccountsPage
DAYS_TO_USE_PASSWORD_LINK
-
Fields inherited from class edu.cornell.mannlib.vitro.webapp.controller.AbstractPageHandler
ctx, dpsDao, i18n, indDao, opsDao, unionModel, userAccountsDao, userAccountsModel, vclassDao, vreq
-
-
Constructor Summary
Constructors Constructor Description UserAccountsListPage(VitroRequest vreq)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ResponseValuesshowPage()Build the selection criteria from the request, select the accounts, and create the ResponseValues to display the page.-
Methods inherited from class edu.cornell.mannlib.vitro.webapp.controller.accounts.UserAccountsPage
buildListOfSelectableRoles, buildProfileInfo, buildProfileTypesList, buildUrlsMap, checkPasswordLength, editAccountUrl, figureExpirationDate, getSiteName, isEmailEnabled
-
Methods inherited from class edu.cornell.mannlib.vitro.webapp.controller.AbstractPageHandler
applyMessage, getIntegerParameter, getStringParameter, getStringParameters, isFlagOnRequest, isParameterAsExpected
-
-
-
-
Field Detail
-
PARAMETER_ACCOUNTS_PER_PAGE
public static final String PARAMETER_ACCOUNTS_PER_PAGE
- See Also:
- Constant Field Values
-
PARAMETER_PAGE_INDEX
public static final String PARAMETER_PAGE_INDEX
- See Also:
- Constant Field Values
-
PARAMETER_ORDERING_DIRECTION
public static final String PARAMETER_ORDERING_DIRECTION
- See Also:
- Constant Field Values
-
PARAMETER_ORDERING_FIELD
public static final String PARAMETER_ORDERING_FIELD
- See Also:
- Constant Field Values
-
PARAMETER_ROLE_FILTER_URI
public static final String PARAMETER_ROLE_FILTER_URI
- See Also:
- Constant Field Values
-
PARAMETER_SEARCH_TERM
public static final String PARAMETER_SEARCH_TERM
- See Also:
- Constant Field Values
-
PARAMETER_NEW_USER_URI
public static final String PARAMETER_NEW_USER_URI
- See Also:
- Constant Field Values
-
PARAMETER_UPDATED_USER_URI
public static final String PARAMETER_UPDATED_USER_URI
- See Also:
- Constant Field Values
-
FLAG_UPDATED_USER_PW
public static final String FLAG_UPDATED_USER_PW
- See Also:
- Constant Field Values
-
FLAG_USERS_DELETED
public static final String FLAG_USERS_DELETED
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
UserAccountsListPage
public UserAccountsListPage(VitroRequest vreq)
-
-
Method Detail
-
showPage
public ResponseValues showPage()
Build the selection criteria from the request, select the accounts, and create the ResponseValues to display the page.
-
-