public class UnitUserSearchFields extends DefaultUnitSearchFields
Constructor and Description |
---|
UnitUserSearchFields()
Constructor
|
UnitUserSearchFields(javax.servlet.http.HttpServletRequest request)
Constructor
|
Modifier and Type | Method and Description |
---|---|
void |
fillModelForUserSearchForm(List<fr.paris.lutece.portal.business.user.AdminUser> listUsers,
String strBaseUrl,
javax.servlet.http.HttpServletRequest request,
Map<String,Object> model,
Unit unit)
Fill the model for the user search form
|
getCurrentPageIndex, getDefaultItemsPerPage, getItemsPerPage, getSortedAttributeName, isAscSort, isInDepthSearch, setAscSort, setCurrentPageIndex, setDefaultItemsPerPage, setInDepthSearch, setItemsPerPage, setSortedAttributeName
public UnitUserSearchFields()
public UnitUserSearchFields(javax.servlet.http.HttpServletRequest request)
request
- the HTTP requestpublic void fillModelForUserSearchForm(List<fr.paris.lutece.portal.business.user.AdminUser> listUsers, String strBaseUrl, javax.servlet.http.HttpServletRequest request, Map<String,Object> model, Unit unit) throws fr.paris.lutece.portal.service.admin.AccessDeniedException
listUsers
- the list of usersstrBaseUrl
- the base urlrequest
- the HTTP requestmodel
- the modelunit
- the unitfr.paris.lutece.portal.service.admin.AccessDeniedException
- exception if the user does not have the rightsCopyright © 2019 City of Paris. All rights reserved.