|
uPortal 2.4.1 API Documentation |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Interface for finding the names of portal entities of a given type.
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 . |
Method Detail |
public java.lang.String getName(java.lang.String key) throws java.lang.Exception
key
- java.lang.String
java.lang.Exception
public java.util.Map getNames(java.lang.String[] keys) throws java.lang.Exception
keys
- java.lang.String[]
java.lang.Exception
public java.lang.Class getType()
IEntityFinder
.
|
uPortal 2.4.1 API Documentation |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |