uPortal 2.4.1
API Documentation

org.jasig.portal.groups.filesystem
Class FileSystemGroupStoreFactory

java.lang.Object
  extended byorg.jasig.portal.groups.filesystem.FileSystemGroupStoreFactory
All Implemented Interfaces:
IEntityGroupStoreFactory, IEntityStoreFactory

public class FileSystemGroupStoreFactory
extends java.lang.Object
implements IEntityGroupStoreFactory, IEntityStoreFactory

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

Version:
$Revision: 1.2 $
Author:
Dan Ellentuck

Constructor Summary
FileSystemGroupStoreFactory()
          ReferenceGroupServiceFactory constructor.
 
Method Summary
 IEntityStore newEntityStore()
          Return an instance of the entity store implementation.
 IEntityGroupStore newGroupStore()
          Return an instance of the entity group store implementation.
 IEntityGroupStore newGroupStore(ComponentGroupServiceDescriptor svcDescriptor)
          Return an instance of the entity group store implementation.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FileSystemGroupStoreFactory

public FileSystemGroupStoreFactory()
ReferenceGroupServiceFactory constructor.

Method Detail

newEntityStore

public IEntityStore newEntityStore()
                            throws GroupsException
Return an instance of the entity store implementation.

Specified by:
newEntityStore in interface IEntityStoreFactory
Returns:
IEntityStore
Throws:
GroupsException

newGroupStore

public IEntityGroupStore newGroupStore()
                                throws GroupsException
Return an instance of the entity group store implementation.

Specified by:
newGroupStore in interface IEntityGroupStoreFactory
Returns:
IEntityGroupStore
Throws:
GroupsException

newGroupStore

public IEntityGroupStore newGroupStore(ComponentGroupServiceDescriptor svcDescriptor)
                                throws GroupsException
Return an instance of the entity group store implementation.

Specified by:
newGroupStore in interface IEntityGroupStoreFactory
Parameters:
svcDescriptor -
Returns:
IEntityGroupStore
Throws:
GroupsException

uPortal 2.4.1
API Documentation