| Method and Description |
|---|
| org.alfresco.web.ui.common.Utils.generatePersonSearch(StringBuilder, String)
Use
Utils.generatePersonFilter(String) and PersonService.getPeople(List, boolean, List, org.alfresco.query.PagingRequest) instead |
| org.alfresco.web.app.Application.getCompanyRootId()
Replace with user-context-specific getCompanyRootId (e.g. could be tenant-specific)
|
| org.alfresco.web.bean.repository.Repository.getUsers(FacesContext, NodeService, SearchService) |
| org.alfresco.web.bean.repository.Repository.getUserTransaction(FacesContext) |
| org.alfresco.web.config.WebClientConfigBootstrap.init() |
| org.alfresco.web.app.Application.setCompanyRootId(String)
Replace with user-context-specific getCompanyRootId (e.g. could be tenant-specific)
|
| org.alfresco.web.app.Application.setLanguage(HttpSession, String) |
| org.alfresco.web.bean.users.CreateUserWizard.validatePassword(FacesContext, UIComponent, Object)
Method is never used
|
Copyright © 2005–2018 Alfresco Software. All rights reserved.