uPortal 2.4.1
API Documentation

org.jasig.portal.groups.pags
Class PersonAttributesGroupStoreFactory

java.lang.Object
  extended byorg.jasig.portal.groups.pags.PersonAttributesGroupStoreFactory
All Implemented Interfaces:
IEntityGroupStoreFactory

public class PersonAttributesGroupStoreFactory
extends java.lang.Object
implements IEntityGroupStoreFactory

Factory class for Person Attributes Group Store

Author:
Al Wold

Constructor Summary
PersonAttributesGroupStoreFactory()
           
 
Method Summary
static IEntityGroupStore getGroupStore()
           
 IEntityGroupStore newGroupStore()
           
 IEntityGroupStore newGroupStore(ComponentGroupServiceDescriptor svcDescriptor)
          Factory method takes a service descriptor parm, which lets the factory customize the store.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PersonAttributesGroupStoreFactory

public PersonAttributesGroupStoreFactory()
Method Detail

getGroupStore

public static IEntityGroupStore getGroupStore()

newGroupStore

public IEntityGroupStore newGroupStore()
                                throws GroupsException
Specified by:
newGroupStore in interface IEntityGroupStoreFactory
Returns:
IEntityGroupStore
Throws:
GroupsException

newGroupStore

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

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

uPortal 2.4.1
API Documentation