| |
|
| java.lang.Object org.jasig.portal.groups.PersonDirNameFinder
PersonDirNameFinder | public class PersonDirNameFinder implements IEntityNameFinder(Code) | | Implementation of IEntityNameFinder for IPersons by
looking up displayName from an IPersonAttributeDao .
author: Alex Vigdor version: $Revision: 36086 $ |
PersonDirNameFinder | PersonDirNameFinder(IPersonAttributeDao pa)(Code) | | Instantiate a PersonDirNameFinder backed by the given
IPersonAttributeDao.
Parameters: pa - DAO to back this PersonDirNameFinder |
singleton | public static IEntityNameFinder singleton()(Code) | | Get a static singleton instance of this class backed by PersonDirectory.
singleton PersonDirNameFinder backed by PersonDirectory |
toString | public String toString()(Code) | | Returns a String that represents the value of this object.
a string representation of the receiver |
|
|
|