|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.paris.lutece.portal.business.dashboard.AdminDashboardFactory
public final class AdminDashboardFactory
Factory for IAdminDashboardComponent
Method Summary | |
---|---|
static java.util.List<IAdminDashboardComponent> |
getAllAdminDashboardComponents()
Finds all registered admin dashboards |
static IAdminDashboardComponent |
getDashboardComponent(java.lang.String strName)
Gets the IAdminDashboardComponent for the given name |
static boolean |
registerDashboardComponent(IAdminDashboardComponent adminDashboardComponent)
Registers the new component. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static boolean registerDashboardComponent(IAdminDashboardComponent adminDashboardComponent)
adminDashboardComponent
- the component to register
true
if registered, false
otherwise.public static IAdminDashboardComponent getDashboardComponent(java.lang.String strName)
IAdminDashboardComponent
for the given name
strName
- the name
null
otherwise.public static java.util.List<IAdminDashboardComponent> getAllAdminDashboardComponents()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |