|
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.ReferenceChannelNameFinder
Reference implementation of IEntityNameFinder
for Channels
.
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()
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public static IEntityNameFinder singleton()
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
|
uPortal 2.4.1 API Documentation |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |