Uses of Interface
org.jasig.portal.services.entityproperties.IEntityPropertyFinder

Packages that use IEntityPropertyFinder
org.jasig.portal.services   
org.jasig.portal.services.entityproperties   
 

Uses of IEntityPropertyFinder in org.jasig.portal.services
 

Fields in org.jasig.portal.services declared as IEntityPropertyFinder
protected  IEntityPropertyFinder[] EntityPropertyRegistry.finders
           
 

Uses of IEntityPropertyFinder in org.jasig.portal.services.entityproperties
 

Subinterfaces of IEntityPropertyFinder in org.jasig.portal.services.entityproperties
 interface IEntityPropertyStore
          The interface for an entity property store; the EntityChannelRegistry must be configured with exactly one store, but can have multiple finders.
 

Classes in org.jasig.portal.services.entityproperties that implement IEntityPropertyFinder
 class ChannelRegistryPropertyFinder
          A finder implementation to provide channel properties derived from the ChannelRegistryManager
 class ContainingGroupsFinder
          A finder implementation to provide a , delimited list of containing groups for any entity
 class PersonDirPropertyFinder
          A finder implementation to provide IPerson properties derived from the PersonDirectory
 class RDBMPropertyStore
          A portal RDBM based entity property store implementation