|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jasig.portal.groups.EntityGroupNameFinder
public class EntityGroupNameFinder
Reference implementation of IEntityNameFinder for IEntityGroup.
| Constructor Summary | |
|---|---|
protected |
EntityGroupNameFinder()
|
| Method Summary | |
|---|---|
String |
getName(String key)
Given the key, returns the entity's name. |
Map |
getNames(String[] keys)
Given an array of keys, returns the names of the entities. |
Class |
getType()
Returns the entity type for this IEntityFinder. |
static IEntityNameFinder |
singleton()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
protected EntityGroupNameFinder()
| Method Detail |
|---|
public static IEntityNameFinder singleton()
public String getName(String key)
throws Exception
getName in interface IEntityNameFinderkey - java.lang.String
Exception
public Map getNames(String[] keys)
throws Exception
getNames in interface IEntityNameFinderkeys - java.lang.String[]
Exceptionpublic Class getType()
IEntityFinder.
getType in interface IEntityNameFinder
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||