Uses of Interface
fr.paris.lutece.portal.service.dashboard.IDashboardComponent

Packages that use IDashboardComponent
fr.paris.lutece.portal.business.dashboard   
fr.paris.lutece.portal.service.dashboard   
fr.paris.lutece.portal.service.dashboard.admin   
fr.paris.lutece.portal.web   
fr.paris.lutece.portal.web.search   
fr.paris.lutece.portal.web.system   
fr.paris.lutece.portal.web.user   
 

Uses of IDashboardComponent in fr.paris.lutece.portal.business.dashboard
 

Methods in fr.paris.lutece.portal.business.dashboard that return IDashboardComponent
static IDashboardComponent DashboardHome.findByPrimaryKey(java.lang.String strBeanName)
          Returns an instance of a DashboardComponent whose identifier is specified in parameter
static IDashboardComponent DashboardFactory.getDashboardComponent(java.lang.String strName)
          Gets the IDashboardComponent for the given name
 IDashboardComponent IDashboardDAO.load(java.lang.String strBeanName)
          Load the data of the IndexerAction from the table
 IDashboardComponent DashboardDAO.load(java.lang.String strClassName)
          Load the data of the IndexerAction from the table
 

Methods in fr.paris.lutece.portal.business.dashboard that return types with arguments of type IDashboardComponent
static java.util.List<IDashboardComponent> DashboardHome.findAll()
          Loads the data of all the IDashboardComponent
static java.util.List<IDashboardComponent> DashboardHome.findByFilter(DashboardFilter filter)
          Loads the data of all the IDashboardComponent
static java.util.List<IDashboardComponent> DashboardFactory.getAllDashboardComponents()
          Finds all registered dashboards
 java.util.List<IDashboardComponent> DashboardListener.getDashboardComponents(AdminUser user, javax.servlet.http.HttpServletRequest request)
          Get the dashboard components
 java.util.List<IDashboardComponent> IDashboardDAO.selectAllDashboardComponents()
          Finds all DashboardComponent
 java.util.List<IDashboardComponent> DashboardDAO.selectAllDashboardComponents()
          Finds all DashboardComponent
 java.util.List<IDashboardComponent> IDashboardDAO.selectDashboardComponents(DashboardFilter filter)
          Finds all dashboard components matching filter
 java.util.List<IDashboardComponent> DashboardDAO.selectDashboardComponents(DashboardFilter filter)
          Finds all dashboard components matching filter
 

Methods in fr.paris.lutece.portal.business.dashboard with parameters of type IDashboardComponent
static void DashboardHome.create(IDashboardComponent dashboardComponent)
          Creation of an instance of DashboardComponent
 void IDashboardDAO.insert(IDashboardComponent dashboardComponent)
          Insert a new record in the table.
 void DashboardDAO.insert(IDashboardComponent dashboardComponent)
          Insert a new record in the table.
static boolean DashboardFactory.registerDashboardComponent(IDashboardComponent dashboardComponent)
          Registers the new component.
 void IDashboardDAO.store(IDashboardComponent dashboardComponent)
          Update the dashboardComponent in the table
 void DashboardDAO.store(IDashboardComponent dashboardComponent)
          Update the dashboardComponent in the table
static void DashboardHome.update(IDashboardComponent dashboardComponent)
          Update of the DashboardComponent which is specified in parameter
 

Uses of IDashboardComponent in fr.paris.lutece.portal.service.dashboard
 

Classes in fr.paris.lutece.portal.service.dashboard that implement IDashboardComponent
 class DashboardComponent
          Dashboard Component
 

Methods in fr.paris.lutece.portal.service.dashboard that return types with arguments of type IDashboardComponent
 java.util.List<IDashboardComponent> DashboardService.getAllDashboardComponents()
          All known dashboards as declared in SpringContext
 java.util.Map<java.lang.String,java.util.List<IDashboardComponent>> DashboardService.getAllSetDashboards(AdminUser user)
          Finds all dashboard with column and order set.
 java.util.List<IDashboardComponent> DashboardService.getDashboardComponents(int nColumn)
           
 java.util.List<IDashboardComponent> DashboardService.getDashboards(AdminUser user, javax.servlet.http.HttpServletRequest request)
          Get the list of dashboard from plugins
 java.util.List<IDashboardComponent> DashboardService.getNotSetDashboards()
          Returns all dashboards with no column/order set
 

Methods in fr.paris.lutece.portal.service.dashboard with parameters of type IDashboardComponent
 int DashboardComponent.compareTo(IDashboardComponent o)
          Compare component order
 void DashboardService.doMoveDashboard(IDashboardComponent dashboard, int nOldColumn, int nOldOrder, boolean bCreate)
          Moves the dashboard.
 

Method parameters in fr.paris.lutece.portal.service.dashboard with type arguments of type IDashboardComponent
 void DashboardListenerService.getDashboardComponents(java.util.List<IDashboardComponent> listDashboards, AdminUser user, javax.servlet.http.HttpServletRequest request)
          get the list of dashboards
 java.lang.String DashboardService.getDashboardData(java.util.List<IDashboardComponent> listDashboards, AdminUser user, int nZone, javax.servlet.http.HttpServletRequest request)
          Gets Data from all components of the zone
 

Uses of IDashboardComponent in fr.paris.lutece.portal.service.dashboard.admin
 

Subinterfaces of IDashboardComponent in fr.paris.lutece.portal.service.dashboard.admin
 interface IAdminDashboardComponent
          IAdminDashboardComponent
 

Classes in fr.paris.lutece.portal.service.dashboard.admin that implement IDashboardComponent
 class AdminDashboardComponent
          Abstract implementation of IAdminDashboardComponent
 

Uses of IDashboardComponent in fr.paris.lutece.portal.web
 

Classes in fr.paris.lutece.portal.web that implement IDashboardComponent
 class SiteDashboardComponent
          SiteDashboardComponent
 

Uses of IDashboardComponent in fr.paris.lutece.portal.web.search
 

Classes in fr.paris.lutece.portal.web.search that implement IDashboardComponent
 class SearchAdminDashboardComponent
          SearchAdminDashboardComponent
 

Uses of IDashboardComponent in fr.paris.lutece.portal.web.system
 

Classes in fr.paris.lutece.portal.web.system that implement IDashboardComponent
 class SystemDashboardComponent
          System Dashboard Component
 

Uses of IDashboardComponent in fr.paris.lutece.portal.web.user
 

Classes in fr.paris.lutece.portal.web.user that implement IDashboardComponent
 class UserHeaderDashboardComponent
          UserHeaderDashboardComponent
 class UsersAdminDashboardComponent
          UsersAdminDashboardComponent.
 class UsersDashboardComponent
          User Dashboard Component
 



Copyright © 2012 Mairie de Paris. All Rights Reserved.