|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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(String strBeanName)
Returns an instance of a adminDashboardComponent whose identifier is specified in parameter |
static IAdminDashboardComponent |
AdminDashboardFactory.getDashboardComponent(String strName)
Gets the IAdminDashboardComponent for the given name |
IAdminDashboardComponent |
IAdminDashboardDAO.load(String strBeanName)
Load the data of the IndexerAction from the table |
IAdminDashboardComponent |
AdminDashboardDAO.load(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 List<IAdminDashboardComponent> |
AdminDashboardHome.findAll()
Loads the data of all the IAdminDashboardComponent |
static List<IAdminDashboardComponent> |
AdminDashboardHome.findByFilter(AdminDashboardFilter filter)
Loads the data of all the IAdminDashboardComponent |
static List<IAdminDashboardComponent> |
AdminDashboardFactory.getAllAdminDashboardComponents()
Finds all registered admin dashboards |
List<IAdminDashboardComponent> |
IAdminDashboardDAO.selectAllDashboardComponents()
Finds all AdminDashboardComponent |
List<IAdminDashboardComponent> |
AdminDashboardDAO.selectAllDashboardComponents()
Finds all AdminDashboardComponent |
List<IAdminDashboardComponent> |
IAdminDashboardDAO.selectDashboardComponents(AdminDashboardFilter filter)
Finds all dashboard components matching filter |
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 | |
---|---|
List<IAdminDashboardComponent> |
AdminDashboardService.getAdminDashboardComponents(int nColumn)
|
List<IAdminDashboardComponent> |
AdminDashboardService.getAllAdminDashboardComponents()
All known dashboards as declared in SpringContext |
Map<String,List<IAdminDashboardComponent>> |
AdminDashboardService.getAllSetDashboards()
Finds all dashboard with column and order set. |
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |