Uses of Interface
org.jasig.portal.groups.IEntityNameFinder

Packages that use IEntityNameFinder
org.jasig.portal.groups   
org.jasig.portal.services   
 

Uses of IEntityNameFinder in org.jasig.portal.groups
 

Classes in org.jasig.portal.groups that implement IEntityNameFinder
 class EntityGroupNameFinder
          Reference implementation of IEntityNameFinder for IEntityGroup.
 class PersonDirNameFinder
          Implementation of IEntityNameFinder for IPersons by looking up displayName from an IPersonAttributeDao.
 class ReferenceChannelNameFinder
          Reference implementation of IEntityNameFinder for Channels.
 class ReferencePersonNameFinder
          Reference implementation of IEntityNameFinder for IPersons.
 

Methods in org.jasig.portal.groups that return IEntityNameFinder
 IEntityNameFinder ReferencePersonNameFinderFactory.newFinder()
          Return a finder instance.
 IEntityNameFinder EntityGroupNameFinderFactory.newFinder()
           
 IEntityNameFinder PersonDirNameFinderFactory.newFinder()
          Get the static singleton PersonDirNameFinder instance backed by PersonDirectory.
 IEntityNameFinder ReferenceChannelNameFinderFactory.newFinder()
          Return a finder instance.
 IEntityNameFinder IEntityNameFinderFactory.newFinder()
          Return a finder instance.
static IEntityNameFinder EntityGroupNameFinder.singleton()
           
static IEntityNameFinder ReferencePersonNameFinder.singleton()
           
static IEntityNameFinder PersonDirNameFinder.singleton()
          Deprecated. as of uP 2.5 instead use PersonDirNameFinderFactory
static IEntityNameFinder ReferenceChannelNameFinder.singleton()
           
 

Uses of IEntityNameFinder in org.jasig.portal.services
 

Methods in org.jasig.portal.services that return IEntityNameFinder
 IEntityNameFinder EntityNameFinderService.getNameFinder(Class type)
           
 



Copyright © 2010 Jasig. All Rights Reserved.