|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jasig.portal.groups.PersonDirNameFinder
public class PersonDirNameFinder
Implementation of IEntityNameFinder for IPersons by
looking up displayName from an IPersonAttributeDao.
| Method Summary | |
|---|---|
String |
getName(String key)
Given the key, returns the entity's name. |
Map<String,String> |
getNames(String[] keys)
Given an array of keys, returns the names of the entities. |
Class<IPerson> |
getType()
Returns the entity type for this IEntityFinder. |
static IEntityNameFinder |
singleton()
Deprecated. as of uP 2.5 instead use PersonDirNameFinderFactory |
String |
toString()
Returns a String that represents the value of this object. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Method Detail |
|---|
public String getName(String key)
IEntityNameFinder
getName in interface IEntityNameFinderkey - java.lang.Stringpublic Map<String,String> getNames(String[] keys)
IEntityNameFinder
getNames in interface IEntityNameFinderkeys - java.lang.String[]public Class<IPerson> getType()
IEntityNameFinderIEntityFinder.
getType in interface IEntityNameFinder@Deprecated public static IEntityNameFinder singleton()
public String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||