org.jasig.portal.groups
Class PersonDirNameFinderFactory

java.lang.Object
  extended by org.jasig.portal.groups.PersonDirNameFinderFactory
All Implemented Interfaces:
IEntityNameFinderFactory

public class PersonDirNameFinderFactory
extends Object
implements IEntityNameFinderFactory

Factory for creating and obtaining reference to a static singleton PersonDirNameFinder.

Version:
$Revision: 19776 $
Author:
Alex Vigdor

Constructor Summary
PersonDirNameFinderFactory()
          Do-nothing constructor.
 
Method Summary
 IEntityNameFinder newFinder()
          Get the static singleton PersonDirNameFinder instance backed by PersonDirectory.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PersonDirNameFinderFactory

public PersonDirNameFinderFactory()
Do-nothing constructor.

Method Detail

newFinder

public IEntityNameFinder newFinder()
Get the static singleton PersonDirNameFinder instance backed by PersonDirectory.

Specified by:
newFinder in interface IEntityNameFinderFactory
Returns:
the static singleton PersonDirNameFinder backed by PersonDirectory


Copyright © 2010 Jasig. All Rights Reserved.