uPortal 2.4.1
API Documentation

org.jasig.portal.services.entityproperties
Class PersonDirPropertyFinder

java.lang.Object
  extended byorg.jasig.portal.services.entityproperties.PersonDirPropertyFinder
All Implemented Interfaces:
IEntityPropertyFinder

public class PersonDirPropertyFinder
extends java.lang.Object
implements IEntityPropertyFinder

A finder implementation to provide IPerson properties derived from the PersonDirectory

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

Constructor Summary
PersonDirPropertyFinder()
           
 
Method Summary
 java.lang.String getProperty(EntityIdentifier entityID, java.lang.String name)
           
 java.lang.String[] getPropertyNames(EntityIdentifier entityID)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PersonDirPropertyFinder

public PersonDirPropertyFinder()
Method Detail

getPropertyNames

public java.lang.String[] getPropertyNames(EntityIdentifier entityID)
Specified by:
getPropertyNames in interface IEntityPropertyFinder

getProperty

public java.lang.String getProperty(EntityIdentifier entityID,
                                    java.lang.String name)
Specified by:
getProperty in interface IEntityPropertyFinder

uPortal 2.4.1
API Documentation