|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of IDashboardComponent in fr.paris.lutece.portal.business.dashboard |
---|
Methods in fr.paris.lutece.portal.business.dashboard that return IDashboardComponent | |
---|---|
static IDashboardComponent |
DashboardHome.findByPrimaryKey(String strBeanName)
Returns an instance of a DashboardComponent whose identifier is specified in parameter |
static IDashboardComponent |
DashboardFactory.getDashboardComponent(String strName)
Gets the IDashboardComponent for the given name |
IDashboardComponent |
IDashboardDAO.load(String strBeanName)
Load the data of the IndexerAction from the table |
IDashboardComponent |
DashboardDAO.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 IDashboardComponent | |
---|---|
static List<IDashboardComponent> |
DashboardHome.findAll()
Loads the data of all the IDashboardComponent |
static List<IDashboardComponent> |
DashboardHome.findByFilter(DashboardFilter filter)
Loads the data of all the IDashboardComponent |
static List<IDashboardComponent> |
DashboardFactory.getAllDashboardComponents()
Finds all registered dashboards |
List<IDashboardComponent> |
DashboardListener.getDashboardComponents(AdminUser user,
javax.servlet.http.HttpServletRequest request)
Get the dashboard components |
List<IDashboardComponent> |
IDashboardDAO.selectAllDashboardComponents()
Finds all DashboardComponent |
List<IDashboardComponent> |
DashboardDAO.selectAllDashboardComponents()
Finds all DashboardComponent |
List<IDashboardComponent> |
IDashboardDAO.selectDashboardComponents(DashboardFilter filter)
Finds all dashboard components matching filter |
List<IDashboardComponent> |
DashboardDAO.selectDashboardComponents(DashboardFilter filter)
Finds all dashboard components matching filter |
Methods in fr.paris.lutece.portal.business.dashboard with parameters of type IDashboardComponent | |
---|---|
static void |
DashboardHome.create(IDashboardComponent dashboardComponent)
Creation of an instance of DashboardComponent |
void |
IDashboardDAO.insert(IDashboardComponent dashboardComponent)
Insert a new record in the table. |
void |
DashboardDAO.insert(IDashboardComponent dashboardComponent)
Insert a new record in the table. |
static boolean |
DashboardFactory.registerDashboardComponent(IDashboardComponent dashboardComponent)
Registers the new component. |
void |
IDashboardDAO.store(IDashboardComponent dashboardComponent)
Update the dashboardComponent in the table |
void |
DashboardDAO.store(IDashboardComponent dashboardComponent)
Update the dashboardComponent in the table |
static void |
DashboardHome.update(IDashboardComponent dashboardComponent)
Update of the DashboardComponent which is specified in parameter |
Uses of IDashboardComponent in fr.paris.lutece.portal.service.dashboard |
---|
Classes in fr.paris.lutece.portal.service.dashboard that implement IDashboardComponent | |
---|---|
class |
DashboardComponent
Dashboard Component |
Methods in fr.paris.lutece.portal.service.dashboard that return types with arguments of type IDashboardComponent | |
---|---|
List<IDashboardComponent> |
DashboardService.getAllDashboardComponents()
All known dashboards as declared in SpringContext |
Map<String,List<IDashboardComponent>> |
DashboardService.getAllSetDashboards(AdminUser user)
Finds all dashboard with column and order set. |
List<IDashboardComponent> |
DashboardService.getDashboardComponents(int nColumn)
|
List<IDashboardComponent> |
DashboardService.getDashboards(AdminUser user,
javax.servlet.http.HttpServletRequest request)
Get the list of dashboard from plugins |
List<IDashboardComponent> |
DashboardService.getNotSetDashboards()
Returns all dashboards with no column/order set |
Methods in fr.paris.lutece.portal.service.dashboard with parameters of type IDashboardComponent | |
---|---|
int |
DashboardComponent.compareTo(IDashboardComponent o)
Compare component order |
void |
DashboardService.doMoveDashboard(IDashboardComponent dashboard,
int nOldColumn,
int nOldOrder,
boolean bCreate)
Moves the dashboard. |
Method parameters in fr.paris.lutece.portal.service.dashboard with type arguments of type IDashboardComponent | |
---|---|
void |
DashboardListenerService.getDashboardComponents(List<IDashboardComponent> listDashboards,
AdminUser user,
javax.servlet.http.HttpServletRequest request)
get the list of dashboards |
String |
DashboardService.getDashboardData(List<IDashboardComponent> listDashboards,
AdminUser user,
int nZone,
javax.servlet.http.HttpServletRequest request)
Gets Data from all components of the zone |
Uses of IDashboardComponent in fr.paris.lutece.portal.service.dashboard.admin |
---|
Subinterfaces of IDashboardComponent in fr.paris.lutece.portal.service.dashboard.admin | |
---|---|
interface |
IAdminDashboardComponent
IAdminDashboardComponent |
Classes in fr.paris.lutece.portal.service.dashboard.admin that implement IDashboardComponent | |
---|---|
class |
AdminDashboardComponent
Abstract implementation of IAdminDashboardComponent |
Uses of IDashboardComponent in fr.paris.lutece.portal.web |
---|
Classes in fr.paris.lutece.portal.web that implement IDashboardComponent | |
---|---|
class |
SiteDashboardComponent
SiteDashboardComponent |
Uses of IDashboardComponent in fr.paris.lutece.portal.web.search |
---|
Classes in fr.paris.lutece.portal.web.search that implement IDashboardComponent | |
---|---|
class |
SearchAdminDashboardComponent
SearchAdminDashboardComponent |
Uses of IDashboardComponent in fr.paris.lutece.portal.web.system |
---|
Classes in fr.paris.lutece.portal.web.system that implement IDashboardComponent | |
---|---|
class |
SystemDashboardComponent
System Dashboard Component |
Uses of IDashboardComponent in fr.paris.lutece.portal.web.user |
---|
Classes in fr.paris.lutece.portal.web.user that implement IDashboardComponent | |
---|---|
class |
UserHeaderDashboardComponent
UserHeaderDashboardComponent |
class |
UsersAdminDashboardComponent
UsersAdminDashboardComponent. |
class |
UsersDashboardComponent
User Dashboard Component |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |