Uses of Class
org.jasig.portal.groups.ComponentGroupServiceDescriptor

Packages that use ComponentGroupServiceDescriptor
org.jasig.portal.groups   
org.jasig.portal.groups.filesystem   
org.jasig.portal.groups.ldap   
org.jasig.portal.groups.pags   
org.jasig.portal.groups.smartldap   
 

Uses of ComponentGroupServiceDescriptor in org.jasig.portal.groups
 

Fields in org.jasig.portal.groups declared as ComponentGroupServiceDescriptor
protected  ComponentGroupServiceDescriptor ReferenceIndividualGroupService.serviceDescriptor
           
 

Methods in org.jasig.portal.groups that return ComponentGroupServiceDescriptor
protected  ComponentGroupServiceDescriptor ReferenceIndividualGroupService.getServiceDescriptor()
           
 

Methods in org.jasig.portal.groups with parameters of type ComponentGroupServiceDescriptor
 IComponentGroupService ReferenceIndividualGroupServiceFactory.newGroupService(ComponentGroupServiceDescriptor svcDescriptor)
          Return an instance of the service implementation.
 IComponentGroupService IComponentGroupServiceFactory.newGroupService(ComponentGroupServiceDescriptor descriptor)
           
 IEntityGroupStore IEntityGroupStoreFactory.newGroupStore(ComponentGroupServiceDescriptor svcDescriptor)
          Factory method takes a service descriptor parm, which lets the factory customize the store.
 IEntityGroupStore ReferenceEntityGroupStoreFactory.newGroupStore(ComponentGroupServiceDescriptor svcDescriptor)
          Return an instance of the group store implementation.
 

Constructors in org.jasig.portal.groups with parameters of type ComponentGroupServiceDescriptor
ReferenceIndividualGroupService(ComponentGroupServiceDescriptor svcDescriptor)
          ReferenceGroupsService constructor.
 

Uses of ComponentGroupServiceDescriptor in org.jasig.portal.groups.filesystem
 

Methods in org.jasig.portal.groups.filesystem with parameters of type ComponentGroupServiceDescriptor
 IEntityGroupStore FileSystemGroupStoreFactory.newGroupStore(ComponentGroupServiceDescriptor svcDescriptor)
          Return an instance of the entity group store implementation.
 

Uses of ComponentGroupServiceDescriptor in org.jasig.portal.groups.ldap
 

Methods in org.jasig.portal.groups.ldap with parameters of type ComponentGroupServiceDescriptor
 IEntityGroupStore LDAPGroupStoreFactory.newGroupStore(ComponentGroupServiceDescriptor svcDescriptor)
          Return an instance of the group store implementation.
 

Uses of ComponentGroupServiceDescriptor in org.jasig.portal.groups.pags
 

Methods in org.jasig.portal.groups.pags with parameters of type ComponentGroupServiceDescriptor
 IEntityGroupStore PersonAttributesGroupStoreFactory.newGroupStore(ComponentGroupServiceDescriptor svcDescriptor)
           
 

Uses of ComponentGroupServiceDescriptor in org.jasig.portal.groups.smartldap
 

Methods in org.jasig.portal.groups.smartldap with parameters of type ComponentGroupServiceDescriptor
 IEntityGroupStore SmartLdapGroupStore.Factory.newGroupStore(ComponentGroupServiceDescriptor svcDescriptor)
           
 



Copyright © 2010 Jasig. All Rights Reserved.