|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.paris.lutece.portal.service.dashboard.DashboardService
public final class DashboardService
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 |
---|
public static DashboardService getInstance()
public void registerDashboardComponent(DashboardComponentEntry entry, Plugin plugin)
entry
- The DashboardComponent entry defined in the plugin's XML fileplugin
- The pluginpublic java.lang.String getDashboardData(AdminUser user, int nZone)
user
- The usernZone
- The dasboard zone
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |