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