uPortal 2.4.1
API Documentation

org.jasig.portal.groups
Interface IEntityGroupStoreFactory

All Known Implementing Classes:
FileSystemGroupStoreFactory, LDAPGroupStoreFactory, PersonAttributesGroupStoreFactory, ReferenceEntityGroupStoreFactory

public interface IEntityGroupStoreFactory

Factory interface for creating an IEntityGroupStore.

Version:
$Revision: 1.2 $
Author:
Dan Ellentuck

Method Summary
 IEntityGroupStore newGroupStore()
           
 IEntityGroupStore newGroupStore(ComponentGroupServiceDescriptor svcDescriptor)
          Factory method takes a service descriptor parm, which lets the factory customize the store.
 

Method Detail

newGroupStore

public IEntityGroupStore newGroupStore()
                                throws GroupsException
Returns:
IEntityGroupStore
Throws:
GroupsException

newGroupStore

public IEntityGroupStore newGroupStore(ComponentGroupServiceDescriptor svcDescriptor)
                                throws GroupsException
Factory method takes a service descriptor parm, which lets the factory customize the store.

Parameters:
svcDescriptor -
Returns:
IEntityGroupStore
Throws:
GroupsException

uPortal 2.4.1
API Documentation