Uses of Interface
fr.paris.lutece.portal.service.dashboard.admin.IAdminDashboardComponent

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

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

Methods in fr.paris.lutece.portal.business.dashboard that return IAdminDashboardComponent
static IAdminDashboardComponent AdminDashboardHome.findByPrimaryKey(java.lang.String strBeanName)
          Returns an instance of a adminDashboardComponent whose identifier is specified in parameter
static IAdminDashboardComponent AdminDashboardFactory.getDashboardComponent(java.lang.String strName)
          Gets the IAdminDashboardComponent for the given name
 IAdminDashboardComponent IAdminDashboardDAO.load(java.lang.String strBeanName)
          Load the data of the IndexerAction from the table
 IAdminDashboardComponent AdminDashboardDAO.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 IAdminDashboardComponent
static java.util.List<IAdminDashboardComponent> AdminDashboardHome.findAll()
          Loads the data of all the IAdminDashboardComponent
static java.util.List<IAdminDashboardComponent> AdminDashboardHome.findByFilter(AdminDashboardFilter filter)
          Loads the data of all the IAdminDashboardComponent
static java.util.List<IAdminDashboardComponent> AdminDashboardFactory.getAllAdminDashboardComponents()
          Finds all registered admin dashboards
 java.util.List<IAdminDashboardComponent> IAdminDashboardDAO.selectAllDashboardComponents()
          Finds all AdminDashboardComponent
 java.util.List<IAdminDashboardComponent> AdminDashboardDAO.selectAllDashboardComponents()
          Finds all AdminDashboardComponent
 java.util.List<IAdminDashboardComponent> IAdminDashboardDAO.selectDashboardComponents(AdminDashboardFilter filter)
          Finds all dashboard components matching filter
 java.util.List<IAdminDashboardComponent> AdminDashboardDAO.selectDashboardComponents(AdminDashboardFilter filter)
          Finds all dashboard components matching filter
 

Methods in fr.paris.lutece.portal.business.dashboard with parameters of type IAdminDashboardComponent
static void AdminDashboardHome.create(IAdminDashboardComponent adminDashboardComponent)
          Creation of an instance of adminDashboardComponent
 void IAdminDashboardDAO.insert(IAdminDashboardComponent dashboardComponent)
          Insert a new record in the table.
 void AdminDashboardDAO.insert(IAdminDashboardComponent dashboardComponent)
          Insert a new record in the table.
static boolean AdminDashboardFactory.registerDashboardComponent(IAdminDashboardComponent adminDashboardComponent)
          Registers the new component.
 void IAdminDashboardDAO.store(IAdminDashboardComponent dashboardComponent)
          Update the dashboardComponent in the table
 void AdminDashboardDAO.store(IAdminDashboardComponent dashboardComponent)
          Update the dashboardComponent in the table
static void AdminDashboardHome.update(IAdminDashboardComponent adminDashboardComponent)
          Update of the adminDashboardComponent which is specified in parameter
 

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

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

Methods in fr.paris.lutece.portal.service.dashboard.admin that return types with arguments of type IAdminDashboardComponent
 java.util.List<IAdminDashboardComponent> AdminDashboardService.getAdminDashboardComponents(int nColumn)
           
 java.util.List<IAdminDashboardComponent> AdminDashboardService.getAllAdminDashboardComponents()
          All known dashboards as declared in SpringContext
 java.util.Map<java.lang.String,java.util.List<IAdminDashboardComponent>> AdminDashboardService.getAllSetDashboards()
          Finds all dashboard with column and order set.
 java.util.List<IAdminDashboardComponent> AdminDashboardService.getNotSetDashboards()
          Returns all dashboards with no column/order set
 

Methods in fr.paris.lutece.portal.service.dashboard.admin with parameters of type IAdminDashboardComponent
 void AdminDashboardService.doMoveDashboard(IAdminDashboardComponent dashboard, int nOldColumn, int nOldOrder, boolean bCreate)
          Moves the dashboard.
 

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

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

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

Classes in fr.paris.lutece.portal.web.user that implement IAdminDashboardComponent
 class UsersAdminDashboardComponent
          UsersAdminDashboardComponent.
 



Copyright © 2011 Mairie de Paris. All Rights Reserved.