De-lucene work - mark the old getUsers method for the explorer Repository helper as deprecated, and add a new one that doesn't need the search service

git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@28346 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Nick Burch
2011-06-10 20:36:29 +00:00
parent e2d455ebb3
commit 457c4dfb8c
3 changed files with 19 additions and 4 deletions

View File

@@ -447,7 +447,7 @@ public abstract class BaseActionWizard extends BaseWizardBean
List<Node> userNodes = Repository.getUsers(
FacesContext.getCurrentInstance(),
this.getNodeService(),
this.getSearchService());
this.getPersonService());
this.users = new ArrayList<SelectItem>();
for (Node user : userNodes)
{