|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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(String profileId)
Retrieve a profile for passed ID. |
IProfile |
IProfileRepository.getProfileById(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(String facetName,
IProfile profile,
Object targetObject,
FacetDescriptor facetDescriptor)
Invoked by the framework to create facet contexts |
FacetDescriptor[] |
IFacetRepository.getDescriptors(IProfile profile,
Class targetObjectType)
Return all the facet descriptors that match passed profile and object type, handling inheritance. |
Object |
IFacetRepository.getFacet(String name,
IProfile profile,
Object targetObject)
Method for retrieving facets. |
Object |
IFacetRepository.getFacet(String name,
IProfile profile,
Object targetObject,
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(String facetName,
IProfile profile,
Object targetObject,
FacetDescriptor facetDescriptor)
Creates a DefaultFacetContext for passed parameters. |
FacetDescriptor[] |
FacetRepositoryImpl.getDescriptors(IProfile profile,
Class targetObjectType)
|
Object |
FacetRepositoryImpl.getFacet(String facetName,
IProfile profile,
Object targetObject)
|
Object |
FacetRepositoryImpl.getFacet(String name,
IProfile profile,
Object targetObject,
Class targetObjectType)
|
| Constructors in net.sourceforge.jfacets.impl with parameters of type IProfile | |
|---|---|
DefaultFacetContext(String facetName,
IProfile profile,
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(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(String profileId)
|
IProfile[] |
UsersAndRolesProfileRepository.getSuperProfiles(IProfile child)
|
| Methods in net.sourceforge.jfacets.usersandroles with parameters of type IProfile | |
|---|---|
IProfile[] |
UsersAndRolesProfileRepository.getSuperProfiles(IProfile child)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||