org.jasig.portal.groups.pags
Class PersonAttributesGroupStoreFactory
java.lang.Object
org.jasig.portal.groups.pags.PersonAttributesGroupStoreFactory
- All Implemented Interfaces:
- IEntityGroupStoreFactory
public class PersonAttributesGroupStoreFactory
- extends Object
- implements IEntityGroupStoreFactory
Factory class for Person Attributes Group Store
- Author:
- Al Wold
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PersonAttributesGroupStoreFactory
public PersonAttributesGroupStoreFactory()
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
- Returns:
- IEntityGroupStore
- Throws:
GroupsException
Copyright © 2010 Jasig. All Rights Reserved.