org.jasig.portal.groups
Class EntityGroupNameFinderFactory

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

public class EntityGroupNameFinderFactory
extends java.lang.Object
implements IEntityNameFinderFactory

Factory for creating EntityGroupNameFinder.

Version:
$Revision: 1.6 $
Author:
Alex Vigdor

Field Summary
private static org.apache.commons.logging.Log log
           
 
Constructor Summary
EntityGroupNameFinderFactory()
           
 
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

EntityGroupNameFinderFactory

public EntityGroupNameFinderFactory()
Method Detail

newFinder

public IEntityNameFinder newFinder()
                            throws GroupsException
Description copied from interface: IEntityNameFinderFactory
Return a finder instance.

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