org.jasig.portal.groups.local
Interface ITypedEntitySearcher
- All Superinterfaces:
- IGroupConstants
- All Known Implementing Classes:
- RDBMChannelDefSearcher, RDBMPersonSearcher
- public interface ITypedEntitySearcher
- extends IGroupConstants
An API for a searcher that knows about a single type, used
by EntitySearcherImpl
- Version:
- $Revision: 1.2 $
- Author:
- Alex Vigdor
searchForEntities
public EntityIdentifier[] searchForEntities(java.lang.String query,
int method)
throws GroupsException
- Throws:
GroupsException
getType
public java.lang.Class getType()