uPortal 2.4.1
API Documentation

org.jasig.portal.groups
Class EntityGroupNameFinderFactory

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

public class EntityGroupNameFinderFactory
extends java.lang.Object
implements IEntityNameFinderFactory

Factory for creating EntityGroupNameFinder.

Version:
$Revision: 1.3 $
Author:
Alex Vigdor

Constructor Summary
EntityGroupNameFinderFactory()
           
 
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

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

uPortal 2.4.1
API Documentation