|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Profile | |
---|---|
fr.paris.lutece.plugins.profiles.business | |
fr.paris.lutece.plugins.profiles.business.views | |
fr.paris.lutece.plugins.profiles.service |
Uses of Profile in fr.paris.lutece.plugins.profiles.business |
---|
Methods in fr.paris.lutece.plugins.profiles.business that return Profile | |
---|---|
static Profile |
ProfileHome.create(Profile profile,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Creation of an instance of profile |
static Profile |
ProfileHome.findByPrimaryKey(java.lang.String strProfileKey,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Returns an instance of a profile whose identifier is specified in parameter |
static Profile |
ProfileHome.findProfileByIdUser(int nIdUser,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the profile by a given ID user |
Profile |
IProfileDAO.load(java.lang.String strProfileKey,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the data of Profile from the table |
Profile |
ProfileDAO.load(java.lang.String strProfileKey,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the data of Profile from the table |
Profile |
IProfileDAO.selectProfileByIdUser(int nIdUser,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the profiles by a given ID user |
Profile |
ProfileDAO.selectProfileByIdUser(int nIdUser,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the profiles by a given ID user |
static Profile |
ProfileHome.update(Profile profile,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Update of the profile which is specified in parameter |
Methods in fr.paris.lutece.plugins.profiles.business that return types with arguments of type Profile | |
---|---|
static java.util.Collection<Profile> |
ProfileHome.findAll(fr.paris.lutece.portal.service.plugin.Plugin plugin)
Returns a collection of profiles objects |
static java.util.Collection<Profile> |
ProfileHome.findProfilesByFilter(ProfileFilter pFilter,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Find profile by filter |
java.util.Collection<Profile> |
IProfileDAO.selectProfileList(fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the list of profiles |
java.util.Collection<Profile> |
ProfileDAO.selectProfileList(fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the list of profiles |
java.util.Collection<Profile> |
IProfileDAO.selectProfilesByFilter(ProfileFilter pFilter,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Find profile by filter |
java.util.Collection<Profile> |
ProfileDAO.selectProfilesByFilter(ProfileFilter pFilter,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Find profile by filter |
Methods in fr.paris.lutece.plugins.profiles.business with parameters of type Profile | |
---|---|
static Profile |
ProfileHome.create(Profile profile,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Creation of an instance of profile |
void |
IProfileDAO.insert(Profile profile,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Insert a new record in the table. |
void |
ProfileDAO.insert(Profile profile,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Insert a new record in the table. |
void |
IProfileDAO.store(Profile profile,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Update the record identified by the given profile key with the given profile in the table |
void |
ProfileDAO.store(Profile profile,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Update the record identified by the given profile key with the given profile in the table |
static Profile |
ProfileHome.update(Profile profile,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Update of the profile which is specified in parameter |
Uses of Profile in fr.paris.lutece.plugins.profiles.business.views |
---|
Methods in fr.paris.lutece.plugins.profiles.business.views that return types with arguments of type Profile | |
---|---|
static java.util.Collection<Profile> |
ViewHome.getProfilesListForView(java.lang.String strViewKey,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Get the list of profiles associated to the view |
java.util.Collection<Profile> |
IViewDAO.selectProfilesListForView(java.lang.String strViewKey,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Get the list of profiles associated to the view |
java.util.Collection<Profile> |
ViewDAO.selectProfilesListForView(java.lang.String strViewKey,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Get the list of profiles associated to the view |
Uses of Profile in fr.paris.lutece.plugins.profiles.service |
---|
Methods in fr.paris.lutece.plugins.profiles.service with parameters of type Profile | |
---|---|
fr.paris.lutece.util.html.ItemNavigator |
ProfilesService.getItemNavigator(ProfileFilter pFilter,
Profile profile,
fr.paris.lutece.util.url.UrlItem url)
Get the item navigator |
java.util.List<ProfileAction> |
ProfilesService.getListActions(fr.paris.lutece.portal.business.user.AdminUser user,
Profile profile,
java.lang.String strPermission,
java.util.Locale locale,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Get the list of actions |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |