public interface UserManagerActions extends Serializable
Modifier and Type | Field and Description |
---|---|
static String |
SEARCH_ONLY |
static String |
TABBED |
static String |
VALID_CHARS |
static final String TABBED
static final String SEARCH_ONLY
static final String VALID_CHARS
String getUserListingMode() throws ClientException
ClientException
@Factory(value="userList", scope=EVENT) DocumentModelList getUsers() throws ClientException
ClientException
void resetUsers()
DocumentModel getSelectedUser()
String viewUser() throws ClientException
ClientException
String viewUser(String userName) throws ClientException
ClientException
String searchUsers() throws ClientException
ClientException
void validateUserName(FacesContext context, UIComponent component, Object value)
void validatePassword(FacesContext context, UIComponent component, Object value)
String editUser() throws ClientException
ClientException
String deleteUser() throws ClientException
ClientException
String updateUser() throws ClientException
ClientException
String changePassword() throws ClientException
ClientException
String createUser() throws ClientException, UserAlreadyExistsException
DocumentModel getNewUser() throws ClientException
ClientException
String getSearchString()
void setSearchString(String searchString)
Collection<String> getCatalogLetters()
void setSelectedLetter(String selectedLetter)
String getSelectedLetter()
String viewUsers() throws ClientException
ClientException
boolean getAllowEditUser() throws ClientException
ClientException
boolean getAllowChangePassword() throws ClientException
ClientException
boolean getAllowCreateUser() throws ClientException
ClientException
boolean getAllowDeleteUser() throws ClientException
ClientException
String clearSearch() throws ClientException
ClientException
boolean isSearchOverflow()
DocumentModel getSearchUserModel() throws ClientException
ClientException
String searchUsersAdvanced() throws ClientException
ClientException
String clearSearchAdvanced() throws ClientException
ClientException
Copyright © 2011 Nuxeo SA. All Rights Reserved.