uPortal 2.4.1
API Documentation

org.jasig.portal.groups.local
Class EntitySearcherImpl

java.lang.Object
  extended byorg.jasig.portal.groups.local.EntitySearcherImpl
All Implemented Interfaces:
IEntitySearcher

public class EntitySearcherImpl
extends java.lang.Object
implements IEntitySearcher

An IEntitySearcher implementation for the local portal group service. Uses implementations of ITypedEntitySearcher to do the dirty work.

Version:
$Revision: 1.2 $
Author:
Alex Vigdor

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
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EntitySearcherImpl

public EntitySearcherImpl(ITypedEntitySearcher[] searchers)
Method Detail

searchForEntities

public EntityIdentifier[] searchForEntities(java.lang.String query,
                                            int method,
                                            java.lang.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

uPortal 2.4.1
API Documentation