Uses of Interface
net.sourceforge.jfacets.IProfileRepository

Packages that use IProfileRepository
net.sourceforge.jfacets   
net.sourceforge.jfacets.impl   
net.sourceforge.jfacets.simpleprofiles   
net.sourceforge.jfacets.usersandroles   
 

Uses of IProfileRepository in net.sourceforge.jfacets
 

Subinterfaces of IProfileRepository in net.sourceforge.jfacets
 interface INavigableProfileRepository
          An extension of the standard IProfileRepository that supports full navigation (not only bottom-up) in the Profiles Graph.
 

Methods in net.sourceforge.jfacets that return IProfileRepository
 IProfileRepository JFacets.getProfileRepository()
           
 IProfileRepository IFacetRepository.getProfileRepository()
          Return the ProfileRepository
 

Constructors in net.sourceforge.jfacets with parameters of type IProfileRepository
JFacetsBuilder(IProfileRepository profileRepository, IFacetDescriptorManager facetDescriptorManager)
          Create the builder with mandatory parameters
 

Uses of IProfileRepository in net.sourceforge.jfacets.impl
 

Methods in net.sourceforge.jfacets.impl that return IProfileRepository
 IProfileRepository FacetRepositoryImpl.getProfileRepository()
           
 

Constructors in net.sourceforge.jfacets.impl with parameters of type IProfileRepository
FacetRepositoryImpl(IProfileRepository pRepo, IFacetFactory facetFactory, IFacetContextFactory facetContextFactory, IFacetDescriptorManager facetDescriptorManager)
          everything loaded at construction
 

Uses of IProfileRepository in net.sourceforge.jfacets.simpleprofiles
 

Classes in net.sourceforge.jfacets.simpleprofiles that implement IProfileRepository
 class SimpleProfileRepository
          The SimpleProfileRepository, a very basic PR implementation that allows to quickly get started with JFacets.
 

Uses of IProfileRepository in net.sourceforge.jfacets.usersandroles
 

Classes in net.sourceforge.jfacets.usersandroles that implement IProfileRepository
 class UsersAndRolesProfileRepository
          The Users/Roles Profile Repository.
 



Copyright © 2011. All Rights Reserved.