uPortal 2.4.1
API Documentation

org.jasig.portal.groups
Interface IEntityNameFinderFactory

All Known Implementing Classes:
EntityGroupNameFinderFactory, PersonDirNameFinderFactory, ReferenceChannelNameFinderFactory, ReferencePersonNameFinderFactory

public interface IEntityNameFinderFactory

Factory interface for creating IEntityNameFinders.

Version:
$Revision: 1.1 $
Author:
Dan Ellentuck

Method Summary
 IEntityNameFinder newFinder()
          Return a finder instance.
 

Method Detail

newFinder

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

Returns:
org.jasig.portal.groups.IEntityNameFinder
Throws:
GroupsException

uPortal 2.4.1
API Documentation