uPortal 2.4.1
API Documentation

org.jasig.portal.groups.filesystem
Class FileSystemEntitySearcherFactory

java.lang.Object
  extended byorg.jasig.portal.groups.filesystem.FileSystemEntitySearcherFactory
All Implemented Interfaces:
IEntitySearcherFactory

public class FileSystemEntitySearcherFactory
extends java.lang.Object
implements IEntitySearcherFactory

Returns IEntityGroupStore and IEntityStore implementations for the file system group service.

Version:
$Revision: 1.3 $
Author:
Dan Ellentuck

Constructor Summary
FileSystemEntitySearcherFactory()
          FileSytemEntitySearcherFactory constructor.
 
Method Summary
 IEntitySearcher newEntitySearcher()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FileSystemEntitySearcherFactory

public FileSystemEntitySearcherFactory()
FileSytemEntitySearcherFactory constructor.

Method Detail

newEntitySearcher

public IEntitySearcher newEntitySearcher()
                                  throws GroupsException
Specified by:
newEntitySearcher in interface IEntitySearcherFactory
Throws:
GroupsException

uPortal 2.4.1
API Documentation