org.jasig.portal.groups
Class ReferencePersonNameFinderFactory

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

public class ReferencePersonNameFinderFactory
extends java.lang.Object
implements IEntityNameFinderFactory

Factory for creating ReferencePersonNameFinders.

Version:
$Revision: 1.5 $
Author:
Dan Ellentuck

Field Summary
private static org.apache.commons.logging.Log log
           
 
Constructor Summary
ReferencePersonNameFinderFactory()
          ReferencePersonNameFinderFactory constructor comment.
 
Method Summary
 IEntityNameFinder newFinder()
          Return a finder instance.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

log

private static final org.apache.commons.logging.Log log
Constructor Detail

ReferencePersonNameFinderFactory

public ReferencePersonNameFinderFactory()
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