org.jasig.portal.groups.filesystem
Class FileSystemGroupStoreFactory

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

public class FileSystemGroupStoreFactory
extends Object
implements IEntityGroupStoreFactory, IEntityStoreFactory

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

Version:
$Revision: 21130 $
Author:
Dan Ellentuck

Constructor Summary
FileSystemGroupStoreFactory()
          ReferenceGroupServiceFactory constructor.
 
Method Summary
protected static FileSystemGroupStore getGroupStore()
           
 IEntityStore newEntityStore()
          Return an instance of the entity store implementation.
 IEntityGroupStore newGroupStore()
          Deprecated. needs to be fixed, don't call
 IEntityGroupStore newGroupStore(ComponentGroupServiceDescriptor svcDescriptor)
          Return an instance of the entity group store implementation.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FileSystemGroupStoreFactory

public FileSystemGroupStoreFactory()
ReferenceGroupServiceFactory constructor.

Method Detail

getGroupStore

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

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

@Deprecated
public IEntityGroupStore newGroupStore()
                                throws GroupsException
Deprecated. needs to be fixed, don't call

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
Returns:
IEntityGroupStore
Throws:
GroupsException


Copyright © 2010 Jasig. All Rights Reserved.