|
uPortal 2.4.1 API Documentation |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jasig.portal.groups.PersonDirNameFinder
PersonDirectory implementation of IEntityNameFinder
for IPersons
.
Method Summary | |
java.lang.String |
getName(java.lang.String key)
Given the key, returns the entity's name. |
java.util.Map |
getNames(java.lang.String[] keys)
Given an array of keys, returns the names of the entities. |
java.lang.Class |
getType()
Returns the entity type for this IEntityFinder . |
static IEntityNameFinder |
singleton()
|
java.lang.String |
toString()
Returns a String that represents the value of this object. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Method Detail |
public java.lang.String getName(java.lang.String key) throws java.lang.Exception
getName
in interface IEntityNameFinder
key
- java.lang.String
java.lang.Exception
public java.util.Map getNames(java.lang.String[] keys) throws java.lang.Exception
getNames
in interface IEntityNameFinder
keys
- java.lang.String[]
java.lang.Exception
public java.lang.Class getType()
IEntityFinder
.
getType
in interface IEntityNameFinder
public static IEntityNameFinder singleton() throws java.sql.SQLException
java.sql.SQLException
public java.lang.String toString()
|
uPortal 2.4.1 API Documentation |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |