|
uPortal 2.3.2 API Documentation |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
An interface for retrieving IEntities
.
Method Summary | |
java.util.Iterator |
findEntitiesForGroup(IEntityGroup group)
Deprecated. replaced by IEntityGroupStore.findEntitiesForGroup(IEntityGroup) . |
IEntity |
newInstance(java.lang.String key)
|
IEntity |
newInstance(java.lang.String key,
java.lang.Class type)
|
Method Detail |
public java.util.Iterator findEntitiesForGroup(IEntityGroup group) throws GroupsException
IEntityGroupStore.findEntitiesForGroup(IEntityGroup)
.
Iterator
over the IEntities
that are members of
the IEntityGroup
.
group
- org.jasig.portal.groups.IEntityGroup
GroupsException
public IEntity newInstance(java.lang.String key) throws GroupsException
key
- java.lang.String
GroupsException
public IEntity newInstance(java.lang.String key, java.lang.Class type) throws GroupsException
key
- java.lang.String - the entity's keytype
- java.lang.Class - the entity's Type
GroupsException
|
uPortal 2.3.2 API Documentation |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |