uPortal 2.4.1
API Documentation

org.jasig.portal.groups
Interface IEntitySearcher

All Known Implementing Classes:
EntitySearcherImpl, FileSystemGroupStore, LDAPGroupStore, PersonAttributesGroupStore

public interface IEntitySearcher

Defines an api for searching for entities

Version:
$Revision: 1.1 $
Author:
Alex Vigdor

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
 

Method Detail

searchForEntities

public EntityIdentifier[] searchForEntities(java.lang.String query,
                                            int method,
                                            java.lang.Class type)
                                     throws GroupsException
Find EntityIdentifiers for entities whose name matches the query string according to the specified method and is of the specified type

Throws:
GroupsException

uPortal 2.4.1
API Documentation