uPortal 2.4.1
API Documentation

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

Field Summary
 
Fields inherited from interface org.jasig.portal.groups.IGroupConstants
CHANNEL_CATEGORIES, CONTAINS, ENDS_WITH, EVERYONE, IS, NODE_SEPARATOR, PORTAL_ADMINISTRATORS, STARTS_WITH
 
Method Summary
 java.lang.Class getType()
           
 EntityIdentifier[] searchForEntities(java.lang.String query, int method)
           
 

Method Detail

searchForEntities

public EntityIdentifier[] searchForEntities(java.lang.String query,
                                            int method)
                                     throws GroupsException
Throws:
GroupsException

getType

public java.lang.Class getType()

uPortal 2.4.1
API Documentation