@Name(value="userManagerActions") @Scope(value=CONVERSATION) @Install(precedence=10) public class UserManagerActionsBean extends Object implements UserManagerActions
SEARCH_ONLY, TABBED, VALID_CHARS| Constructor and Description |
|---|
UserManagerActionsBean() |
public String getUserListingMode() throws ClientException
getUserListingMode in interface UserManagerActionsClientException@Factory(value="userList") public DocumentModelList getUsers() throws ClientException
getUsers in interface UserManagerActionsClientExceptionpublic void resetUsers()
resetUsers in interface UserManagerActionspublic DocumentModel getSelectedUser()
getSelectedUser in interface UserManagerActionspublic String viewUser() throws ClientException
viewUser in interface UserManagerActionsClientExceptionpublic String viewUser(String userName) throws ClientException
viewUser in interface UserManagerActionsClientExceptionpublic String searchUsers() throws ClientException
searchUsers in interface UserManagerActionsClientExceptionpublic void validateUserName(FacesContext context, UIComponent component, Object value)
validateUserName in interface UserManagerActionspublic void validatePassword(FacesContext context, UIComponent component, Object value)
validatePassword in interface UserManagerActionspublic String editUser() throws ClientException
editUser in interface UserManagerActionsClientExceptionpublic String deleteUser() throws ClientException
deleteUser in interface UserManagerActionsClientExceptionpublic String updateUser() throws ClientException
updateUser in interface UserManagerActionsClientExceptionpublic String changePassword() throws ClientException
changePassword in interface UserManagerActionsClientExceptionpublic String createUser() throws ClientException, UserAlreadyExistsException
createUser in interface UserManagerActionsClientExceptionUserAlreadyExistsExceptionpublic DocumentModel getNewUser() throws ClientException
getNewUser in interface UserManagerActionsClientExceptionpublic String getSearchString()
getSearchString in interface UserManagerActionspublic void setSearchString(String searchString)
setSearchString in interface UserManagerActionspublic Collection<String> getCatalogLetters()
getCatalogLetters in interface UserManagerActionspublic void setSelectedLetter(String selectedLetter)
setSelectedLetter in interface UserManagerActionspublic String getSelectedLetter()
getSelectedLetter in interface UserManagerActionspublic String viewUsers() throws ClientException
viewUsers in interface UserManagerActionsClientExceptionpublic boolean getAllowEditUser()
throws ClientException
getAllowEditUser in interface UserManagerActionsClientExceptionpublic boolean getAllowChangePassword()
throws ClientException
getAllowChangePassword in interface UserManagerActionsClientExceptionpublic boolean getAllowCreateUser()
throws ClientException
getAllowCreateUser in interface UserManagerActionsClientExceptionpublic boolean getAllowDeleteUser()
throws ClientException
getAllowDeleteUser in interface UserManagerActionsClientExceptionpublic String clearSearch() throws ClientException
clearSearch in interface UserManagerActionsClientExceptionpublic boolean isSearchOverflow()
isSearchOverflow in interface UserManagerActionspublic DocumentModel getSearchUserModel() throws ClientException
getSearchUserModel in interface UserManagerActionsClientExceptionpublic String searchUsersAdvanced() throws ClientException
searchUsersAdvanced in interface UserManagerActionsClientExceptionpublic String clearSearchAdvanced() throws ClientException
clearSearchAdvanced in interface UserManagerActionsClientExceptionpublic List<String> getUserVirtualGroups(String userId) throws Exception
getUserVirtualGroups in interface UserManagerActionsExceptionpublic void setSelectedUser(DocumentModel user) throws ClientException
ClientExceptionpublic void deleteUserNoRedirect()
throws ClientException
ClientExceptionpublic void createUserNoRedirect()
throws ClientException
ClientExceptionpublic void updateUserNoRedirect()
throws ClientException
ClientExceptionCopyright © 2011 Nuxeo SA. All Rights Reserved.