uPortal 2.4.1
API Documentation

org.jasig.portal.services.entityproperties
Interface IEntityPropertyFinder

All Known Subinterfaces:
IEntityPropertyStore
All Known Implementing Classes:
ChannelRegistryPropertyFinder, ContainingGroupsFinder, PersonDirPropertyFinder, RDBMPropertyStore

public interface IEntityPropertyFinder

An interface describing entity property finders that can be added to the EntityPropertyRegistry

Version:
$Revision: 1.5 $
Author:
Alex Vigdor av317@columbia.edu

Method Summary
 java.lang.String getProperty(EntityIdentifier entityID, java.lang.String name)
           
 java.lang.String[] getPropertyNames(EntityIdentifier entityID)
           
 

Method Detail

getPropertyNames

public java.lang.String[] getPropertyNames(EntityIdentifier entityID)

getProperty

public java.lang.String getProperty(EntityIdentifier entityID,
                                    java.lang.String name)

uPortal 2.4.1
API Documentation