|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jasig.portal.groups.local.EntitySearcherImpl
public class EntitySearcherImpl
An IEntitySearcher implementation for the local portal group service. Uses implementations of ITypedEntitySearcher to do the dirty work.
Field Summary | |
---|---|
protected ITypedEntitySearcher[] |
searchers
|
Constructor Summary | |
---|---|
EntitySearcherImpl(ITypedEntitySearcher[] searchers)
|
Method Summary | |
---|---|
EntityIdentifier[] |
searchForEntities(java.lang.String query,
int method,
java.lang.Class type)
Find EntityIdentifiers for entities whose name matches the query string according to the specified method and is of the specified type |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected ITypedEntitySearcher[] searchers
Constructor Detail |
---|
public EntitySearcherImpl(ITypedEntitySearcher[] searchers)
Method Detail |
---|
public EntityIdentifier[] searchForEntities(java.lang.String query, int method, java.lang.Class type) throws GroupsException
IEntitySearcher
searchForEntities
in interface IEntitySearcher
GroupsException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |