Uses of Interface
ccc.api.core.Groups

Packages that use Groups
ccc.api.core   
ccc.api.http   
ccc.api.jaxrs   
ccc.migration Classes for migration of CCC6 content to CCC7. 
ccc.services.ejb3 EJB3 implementation of the CCC API. 
ccc.web   
 

Uses of Groups in ccc.api.core
 

Methods in ccc.api.core that return Groups
 Groups ServiceLocator.getGroups()
          Accessor.
 Groups MemoryServiceLocator.getGroups()
          Accessor.
 

Methods in ccc.api.core with parameters of type Groups
 void MemoryServiceLocator.setGroups(Groups groups)
          Mutator.
 

Uses of Groups in ccc.api.http
 

Methods in ccc.api.http that return Groups
 Groups ProxyServiceLocator.getGroups()
          Accessor.
 

Uses of Groups in ccc.api.jaxrs
 

Classes in ccc.api.jaxrs that implement Groups
 class GroupsImpl
          JAX-RS implementation of the Groups interface.
 

Methods in ccc.api.jaxrs that return Groups
 Groups RegistryServiceLocator.getGroups()
          Accessor.
 

Constructors in ccc.api.jaxrs with parameters of type Groups
GroupsImpl(Groups groups)
          Constructor.
 

Uses of Groups in ccc.migration
 

Methods in ccc.migration that return Groups
protected  Groups BaseMigrations.getGroups()
          Accessor.
 

Constructors in ccc.migration with parameters of type Groups
UserMigration(LegacyDBQueries legacyQueries, Users userCommands, Groups groups)
          Constructor.
 

Uses of Groups in ccc.services.ejb3
 

Classes in ccc.services.ejb3 that implement Groups
 class GroupsEJB
          EJB implementation of the Groups interface.
 

Uses of Groups in ccc.web
 

Methods in ccc.web that return Groups
 Groups AbstractCCCServlet.getGroups()
          Accessor.
 



Copyright © 2010. All Rights Reserved.