Uses of Class
fr.paris.lutece.plugins.profiles.business.views.View

Packages that use View
fr.paris.lutece.plugins.profiles.business   
fr.paris.lutece.plugins.profiles.business.views   
fr.paris.lutece.plugins.profiles.service   
fr.paris.lutece.plugins.profiles.service.views   
 

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(String strProfileKey, fr.paris.lutece.portal.service.plugin.Plugin plugin)
          Get the view associated to the profile
 View IProfileDAO.selectViewForProfile(String strProfileKey, fr.paris.lutece.portal.service.plugin.Plugin plugin)
          Get the view associated to the profile
 View ProfileDAO.selectViewForProfile(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(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(String strProfileKey, fr.paris.lutece.portal.service.plugin.Plugin plugin)
          Get the view from a profile
 View IViewDAO.load(String strViewKey, fr.paris.lutece.portal.service.plugin.Plugin plugin)
          Load the data of view from the table
 View ViewDAO.load(String strViewKey, fr.paris.lutece.portal.service.plugin.Plugin plugin)
          Load the data of view from the table
 View IViewDAO.selectViewForProfile(String strProfileKey, fr.paris.lutece.portal.service.plugin.Plugin plugin)
          Get the view from a profile
 View ViewDAO.selectViewForProfile(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 List<View> ViewHome.findAll(fr.paris.lutece.portal.service.plugin.Plugin plugin)
          Returns a List of Views objects
static List<View> ViewHome.findViewsByFilter(ViewFilter vFilter, fr.paris.lutece.portal.service.plugin.Plugin plugin)
          Find Views by filter
 List<View> IViewDAO.selectViewsByFilter(ViewFilter vFilter, fr.paris.lutece.portal.service.plugin.Plugin plugin)
          Find view by filter
 List<View> ViewDAO.selectViewsByFilter(ViewFilter vFilter, fr.paris.lutece.portal.service.plugin.Plugin plugin)
          Find view by filter
 List<View> IViewDAO.selectViewsList(fr.paris.lutece.portal.service.plugin.Plugin plugin)
          Load the list of views
 List<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 that return View
 View ProfilesService.getViewForProfile(String strProfileKey, fr.paris.lutece.portal.service.plugin.Plugin plugin)
          Get the view associated to the profile
 View IProfilesService.getViewForProfile(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.service.views
 

Methods in fr.paris.lutece.plugins.profiles.service.views that return View
 View ViewsService.create(View view, fr.paris.lutece.portal.service.plugin.Plugin plugin)
          Creation of an instance of View
 View IViewsService.create(View view, fr.paris.lutece.portal.service.plugin.Plugin plugin)
          Creation of an instance of View
 View ViewsService.findByPrimaryKey(String strViewKey, fr.paris.lutece.portal.service.plugin.Plugin plugin)
          Returns an instance of a profile whose identifier is specified in parameter
 View IViewsService.findByPrimaryKey(String strViewKey, fr.paris.lutece.portal.service.plugin.Plugin plugin)
          Returns an instance of a profile whose identifier is specified in parameter
 View ViewsService.findViewForProfile(String strProfileKey, fr.paris.lutece.portal.service.plugin.Plugin plugin)
          Get the view from a profile
 View IViewsService.findViewForProfile(String strProfileKey, fr.paris.lutece.portal.service.plugin.Plugin plugin)
          Get the view from a profile
 View ViewsService.update(View view, fr.paris.lutece.portal.service.plugin.Plugin plugin)
          Update of the view which is specified in parameter
 View IViewsService.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.service.views that return types with arguments of type View
 List<View> ViewsService.findAll(fr.paris.lutece.portal.service.plugin.Plugin plugin)
          Returns a List of Views objects
 List<View> IViewsService.findAll(fr.paris.lutece.portal.service.plugin.Plugin plugin)
          Returns a List of Views objects
 List<View> ViewsService.findViewsByFilter(ViewFilter vFilter, fr.paris.lutece.portal.service.plugin.Plugin plugin)
          Find Views by filter
 List<View> IViewsService.findViewsByFilter(ViewFilter vFilter, fr.paris.lutece.portal.service.plugin.Plugin plugin)
          Find Views by filter
 

Methods in fr.paris.lutece.plugins.profiles.service.views with parameters of type View
 View ViewsService.create(View view, fr.paris.lutece.portal.service.plugin.Plugin plugin)
          Creation of an instance of View
 View IViewsService.create(View view, fr.paris.lutece.portal.service.plugin.Plugin plugin)
          Creation of an instance of View
 fr.paris.lutece.util.html.ItemNavigator ViewsService.getItemNavigator(ViewFilter vFilter, View view, fr.paris.lutece.util.url.UrlItem url)
          Get the item navigator
 fr.paris.lutece.util.html.ItemNavigator IViewsService.getItemNavigator(ViewFilter vFilter, View view, fr.paris.lutece.util.url.UrlItem url)
          Get the item navigator
 List<ViewAction> ViewsService.getListActions(fr.paris.lutece.portal.business.user.AdminUser user, View view, String strPermission, Locale locale, fr.paris.lutece.portal.service.plugin.Plugin plugin)
          Get the list of actions
 List<ViewAction> IViewsService.getListActions(fr.paris.lutece.portal.business.user.AdminUser user, View view, String strPermission, Locale locale, fr.paris.lutece.portal.service.plugin.Plugin plugin)
          Get the list of actions
 View ViewsService.update(View view, fr.paris.lutece.portal.service.plugin.Plugin plugin)
          Update of the view which is specified in parameter
 View IViewsService.update(View view, fr.paris.lutece.portal.service.plugin.Plugin plugin)
          Update of the view which is specified in parameter
 



Copyright © 2013 Mairie de Paris. All Rights Reserved.