net.sourceforge.jfacets
Interface IProfileRepository

All Known Subinterfaces:
INavigableProfileRepository
All Known Implementing Classes:
SimpleProfileRepository, UsersAndRolesProfileRepository

public interface IProfileRepository

The interface of the Profile Repository.

Author:
Remi VANKEISBELCK - rvkb.com (remi 'at' rvkb.com)

Method Summary
 IProfile getProfileById(java.lang.String profileId)
          Return a profile by its ID
 IProfile[] getSuperProfiles(IProfile profile)
          Return passed profile's parents in an array
 

Method Detail

getProfileById

IProfile getProfileById(java.lang.String profileId)
Return a profile by its ID


getSuperProfiles

IProfile[] getSuperProfiles(IProfile profile)
Return passed profile's parents in an array



Copyright © 2011. All Rights Reserved.