fr.paris.lutece.portal.service.dashboard
Class DashboardService

java.lang.Object
  extended by fr.paris.lutece.portal.service.dashboard.DashboardService

public final class DashboardService
extends java.lang.Object

Dashboard Service


Method Summary
 java.lang.String getDashboardData(AdminUser user, int nZone)
          Gets Data from all components of the zone
static DashboardService getInstance()
          Return the unique instance
 void registerDashboardComponent(DashboardComponentEntry entry, Plugin plugin)
          Register a Dashboard Component
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getInstance

public static DashboardService getInstance()
Return the unique instance

Returns:
The instance

registerDashboardComponent

public void registerDashboardComponent(DashboardComponentEntry entry,
                                       Plugin plugin)
Register a Dashboard Component

Parameters:
entry - The DashboardComponent entry defined in the plugin's XML file
plugin - The plugin

getDashboardData

public java.lang.String getDashboardData(AdminUser user,
                                         int nZone)
Gets Data from all components of the zone

Parameters:
user - The user
nZone - The dasboard zone
Returns:
Data of all components of the zone


Copyright © 2010 Mairie de Paris. All Rights Reserved.