uPortal 2.4.1
API Documentation

org.jasig.portal.groups
Class PersonDirNameFinderFactory

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

public class PersonDirNameFinderFactory
extends java.lang.Object
implements IEntityNameFinderFactory

Factory for creating PersonDirNameFinders.

Version:
$Revision: 1.3 $
Author:
Alex Vigdor

Constructor Summary
PersonDirNameFinderFactory()
          ReferencePersonNameFinderFactory constructor comment.
 
Method Summary
 IEntityNameFinder newFinder()
          Return a finder instance.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PersonDirNameFinderFactory

public PersonDirNameFinderFactory()
ReferencePersonNameFinderFactory constructor comment.

Method Detail

newFinder

public IEntityNameFinder newFinder()
                            throws GroupsException
Return a finder instance.

Specified by:
newFinder in interface IEntityNameFinderFactory
Returns:
org.jasig.portal.groups.IEntityNameFinder
Throws:
GroupsException

uPortal 2.4.1
API Documentation