|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use View | |
---|---|
fr.paris.lutece.plugins.profiles.business | |
fr.paris.lutece.plugins.profiles.business.views | |
fr.paris.lutece.plugins.profiles.service |
Uses of View in fr.paris.lutece.plugins.profiles.business |
---|
Methods in fr.paris.lutece.plugins.profiles.business that return View | |
---|---|
static View |
ProfileHome.getViewForProfile(java.lang.String strProfileKey,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Get the view associated to the profile |
View |
IProfileDAO.selectViewForProfile(java.lang.String strProfileKey,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Get the view associated to the profile |
View |
ProfileDAO.selectViewForProfile(java.lang.String strProfileKey,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Get the view associated to the profile |
Uses of View in fr.paris.lutece.plugins.profiles.business.views |
---|
Methods in fr.paris.lutece.plugins.profiles.business.views that return View | |
---|---|
static View |
ViewHome.create(View view,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Creation of an instance of View |
static View |
ViewHome.findByPrimaryKey(java.lang.String strViewKey,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Returns an instance of a profile whose identifier is specified in parameter |
static View |
ViewHome.findViewForProfile(java.lang.String strProfileKey,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Get the view from a profile |
View |
IViewDAO.load(java.lang.String strViewKey,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the data of view from the table |
View |
ViewDAO.load(java.lang.String strViewKey,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the data of view from the table |
View |
IViewDAO.selectViewForProfile(java.lang.String strProfileKey,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Get the view from a profile |
View |
ViewDAO.selectViewForProfile(java.lang.String strProfileKey,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Get the view from a profile |
static View |
ViewHome.update(View view,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Update of the view which is specified in parameter |
Methods in fr.paris.lutece.plugins.profiles.business.views that return types with arguments of type View | |
---|---|
static java.util.Collection<View> |
ViewHome.findAll(fr.paris.lutece.portal.service.plugin.Plugin plugin)
Returns a collection of Views objects |
static java.util.Collection<View> |
ViewHome.findViewsByFilter(ViewFilter vFilter,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Find Views by filter |
java.util.Collection<View> |
IViewDAO.selectViewsByFilter(ViewFilter vFilter,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Find view by filter |
java.util.Collection<View> |
ViewDAO.selectViewsByFilter(ViewFilter vFilter,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Find view by filter |
java.util.Collection<View> |
IViewDAO.selectViewsList(fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the list of views |
java.util.Collection<View> |
ViewDAO.selectViewsList(fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the list of views |
Methods in fr.paris.lutece.plugins.profiles.business.views with parameters of type View | |
---|---|
static View |
ViewHome.create(View view,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Creation of an instance of View |
void |
IViewDAO.insert(View view,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Insert a new record in the table. |
void |
ViewDAO.insert(View view,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Insert a new record in the table. |
void |
IViewDAO.store(View view,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Update the record identified by the given view key with the given view in the table |
void |
ViewDAO.store(View view,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Update the record identified by the given view key with the given view in the table |
static View |
ViewHome.update(View view,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Update of the view which is specified in parameter |
Uses of View in fr.paris.lutece.plugins.profiles.service |
---|
Methods in fr.paris.lutece.plugins.profiles.service with parameters of type View | |
---|---|
fr.paris.lutece.util.html.ItemNavigator |
ProfilesService.getItemNavigator(ViewFilter vFilter,
View view,
fr.paris.lutece.util.url.UrlItem url)
Get the item navigator |
java.util.List<ViewAction> |
ProfilesService.getListActions(fr.paris.lutece.portal.business.user.AdminUser user,
View view,
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 |