org.jasig.portal.groups.filesystem
Class FileSystemEntitySearcherFactory

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

public class FileSystemEntitySearcherFactory
extends Object
implements IEntitySearcherFactory

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

Version:
$Revision: 19776 $
Author:
Dan Ellentuck

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

Constructor Detail

FileSystemEntitySearcherFactory

public FileSystemEntitySearcherFactory()
FileSytemEntitySearcherFactory constructor.

Method Detail

getGroupStore

protected static FileSystemGroupStore getGroupStore()
                                             throws GroupsException
Returns:
org.jasig.portal.groups.filesystem.FileSystemGroupStore
Throws:
GroupsException

newEntitySearcher

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


Copyright © 2010 Jasig. All Rights Reserved.