org.jasig.portal.groups.local
Class EntitySearcherImpl
java.lang.Object
org.jasig.portal.groups.local.EntitySearcherImpl
- All Implemented Interfaces:
- IEntitySearcher
public class EntitySearcherImpl
- extends Object
- implements IEntitySearcher
An IEntitySearcher implementation for the local portal group service.
Uses implementations of ITypedEntitySearcher to do the dirty work.
- Version:
- $Revision: 19776 $
- Author:
- Alex Vigdor
|
Method Summary |
EntityIdentifier[] |
searchForEntities(String query,
int method,
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 |
searchers
protected ITypedEntitySearcher[] searchers
EntitySearcherImpl
public EntitySearcherImpl(ITypedEntitySearcher[] searchers)
searchForEntities
public EntityIdentifier[] searchForEntities(String query,
int method,
Class type)
throws GroupsException
- Description copied from interface:
IEntitySearcher
- Find EntityIdentifiers for entities whose name matches the query string
according to the specified method and is of the specified type
- Specified by:
searchForEntities in interface IEntitySearcher
- Throws:
GroupsException
Copyright © 2010 Jasig. All Rights Reserved.