Uses of Interface
net.sourceforge.jfacets.IProfile

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

Uses of IProfile in net.sourceforge.jfacets
 

Methods in net.sourceforge.jfacets that return IProfile
 IProfile IFacetContext.getProfile()
          Return the profile that requested for the facet
protected  IProfile JFacets.getProfile(java.lang.String profileId)
          Retrieve a profile for passed ID.
 IProfile IProfileRepository.getProfileById(java.lang.String profileId)
          Return a profile by its ID
 IProfile[] INavigableProfileRepository.getRootProfiles()
          Return root profiles (profiles that have no parents).
 IProfile[] INavigableProfileRepository.getSubProfiles(IProfile parentProfile)
          Return the children of passed profile.
 IProfile[] IProfileRepository.getSuperProfiles(IProfile profile)
          Return passed profile's parents in an array
 

Methods in net.sourceforge.jfacets with parameters of type IProfile
 IFacetContext IFacetContextFactory.create(java.lang.String facetName, IProfile profile, java.lang.Object targetObject, FacetDescriptor facetDescriptor)
          Invoked by the framework to create facet contexts
 FacetDescriptor[] IFacetRepository.getDescriptors(IProfile profile, java.lang.Class targetObjectType)
          Return all the facet descriptors that match passed profile and object type, handling inheritance.
 java.lang.Object IFacetRepository.getFacet(java.lang.String name, IProfile profile, java.lang.Object targetObject)
          Method for retrieving facets.
 java.lang.Object IFacetRepository.getFacet(java.lang.String name, IProfile profile, java.lang.Object targetObject, java.lang.Class targetObjectType)
          Method for retrieving facets.
 IProfile[] INavigableProfileRepository.getSubProfiles(IProfile parentProfile)
          Return the children of passed profile.
 IProfile[] IProfileRepository.getSuperProfiles(IProfile profile)
          Return passed profile's parents in an array
 

Uses of IProfile in net.sourceforge.jfacets.impl
 

Methods in net.sourceforge.jfacets.impl that return IProfile
 IProfile DefaultFacetContext.getProfile()
           
 

Methods in net.sourceforge.jfacets.impl with parameters of type IProfile
 IFacetContext DefaultFacetContextFactory.create(java.lang.String facetName, IProfile profile, java.lang.Object targetObject, FacetDescriptor facetDescriptor)
          Creates a DefaultFacetContext for passed parameters.
 FacetDescriptor[] FacetRepositoryImpl.getDescriptors(IProfile profile, java.lang.Class targetObjectType)
           
 java.lang.Object FacetRepositoryImpl.getFacet(java.lang.String facetName, IProfile profile, java.lang.Object targetObject)
           
 java.lang.Object FacetRepositoryImpl.getFacet(java.lang.String name, IProfile profile, java.lang.Object targetObject, java.lang.Class targetObjectType)
           
 

Constructors in net.sourceforge.jfacets.impl with parameters of type IProfile
DefaultFacetContext(java.lang.String facetName, IProfile profile, java.lang.Object targetObject, FacetDescriptor facetDescriptor)
           
 

Uses of IProfile in net.sourceforge.jfacets.simpleprofiles
 

Classes in net.sourceforge.jfacets.simpleprofiles that implement IProfile
 class SimpleProfile
          Implements a simple profile, with childs and parents.
 

Methods in net.sourceforge.jfacets.simpleprofiles that return IProfile
 IProfile SimpleProfileRepository.getProfileById(java.lang.String profileId)
           
 IProfile[] SimpleProfileRepository.getSuperProfiles(IProfile profile)
           
 

Methods in net.sourceforge.jfacets.simpleprofiles with parameters of type IProfile
 IProfile[] SimpleProfileRepository.getSuperProfiles(IProfile profile)
           
 

Uses of IProfile in net.sourceforge.jfacets.usersandroles
 

Subinterfaces of IProfile in net.sourceforge.jfacets.usersandroles
 interface IRoleProfile
          A Profile for encapsulating roles.
 interface IUserProfile
          A Profile for encapsulating users.
 

Methods in net.sourceforge.jfacets.usersandroles that return IProfile
 IProfile UsersAndRolesProfileRepository.getProfileById(java.lang.String profileId)
           
 IProfile[] UsersAndRolesProfileRepository.getSuperProfiles(IProfile child)
           
 

Methods in net.sourceforge.jfacets.usersandroles with parameters of type IProfile
 IProfile[] UsersAndRolesProfileRepository.getSuperProfiles(IProfile child)
           
 



Copyright © 2011. All Rights Reserved.