Modifier and Type | Method and Description |
---|---|
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 |
DashboardDAO.load(String strClassName)
Load the data of the IndexerAction from the table
|
IDashboardComponent |
IDashboardDAO.load(String strBeanName)
Load the data of the IndexerAction from the table
|
Modifier and Type | Method and Description |
---|---|
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> |
DashboardDAO.selectAllDashboardComponents()
Finds all DashboardComponent
|
List<IDashboardComponent> |
IDashboardDAO.selectAllDashboardComponents()
Finds all DashboardComponent
|
List<IDashboardComponent> |
DashboardDAO.selectDashboardComponents(DashboardFilter filter)
Finds all dashboard components matching filter
|
List<IDashboardComponent> |
IDashboardDAO.selectDashboardComponents(DashboardFilter filter)
Finds all dashboard components matching filter
|
Modifier and Type | Method and Description |
---|---|
static void |
DashboardHome.create(IDashboardComponent dashboardComponent)
Creation of an instance of DashboardComponent
|
void |
DashboardDAO.insert(IDashboardComponent dashboardComponent)
Insert a new record in the table.
|
void |
IDashboardDAO.insert(IDashboardComponent dashboardComponent)
Insert a new record in the table.
|
static boolean |
DashboardFactory.registerDashboardComponent(IDashboardComponent dashboardComponent)
Registers the new component.
|
void |
DashboardDAO.store(IDashboardComponent dashboardComponent)
Update the dashboardComponent in the table
|
void |
IDashboardDAO.store(IDashboardComponent dashboardComponent)
Update the dashboardComponent in the table
|
static void |
DashboardHome.update(IDashboardComponent dashboardComponent)
Update of the DashboardComponent which is specified in parameter
|
Modifier and Type | Class and Description |
---|---|
class |
DashboardComponent
Dashboard Component
|
Modifier and Type | Method and Description |
---|---|
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
|
Modifier and Type | Method and Description |
---|---|
int |
DashboardComponent.compareTo(IDashboardComponent o)
Compare component order
|
void |
DashboardService.doMoveDashboard(IDashboardComponent dashboard,
int nOldColumn,
int nOldOrder,
boolean bCreate)
Moves the dashboard.
|
Modifier and Type | Method and Description |
---|---|
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
|
Modifier and Type | Interface and Description |
---|---|
interface |
IAdminDashboardComponent
IAdminDashboardComponent
|
Modifier and Type | Class and Description |
---|---|
class |
AdminDashboardComponent
Abstract implementation of
IAdminDashboardComponent |
Modifier and Type | Class and Description |
---|---|
class |
SiteDashboardComponent
SiteDashboardComponent
|
Modifier and Type | Class and Description |
---|---|
class |
AdminHomePageManagementComponent
AdminHomePageManagementComponent
|
Modifier and Type | Class and Description |
---|---|
class |
EditorAdminDashboardComponent
EditorAdminDashboardComponent
|
Modifier and Type | Class and Description |
---|---|
class |
FeaturesAdminDashboardComponent
FeaturesAdminDashboardComponent
|
Modifier and Type | Class and Description |
---|---|
class |
SearchAdminDashboardComponent
SearchAdminDashboardComponent
|
Modifier and Type | Class and Description |
---|---|
class |
SystemDashboardComponent
System Dashboard Component
|
Modifier and Type | Class and Description |
---|---|
class |
AutoIncludeAdminDashboardComponent
AutoIncludeAdminDashboardComponent
|
Modifier and Type | Class and Description |
---|---|
class |
UserHeaderDashboardComponent
UserHeaderDashboardComponent
|
class |
UsersAdminDashboardComponent
UsersAdminDashboardComponent.
|
class |
UsersDashboardComponent
User Dashboard Component
|
Modifier and Type | Class and Description |
---|---|
class |
XslExportAdminDashboardComponent
XslExportAdminDashboardComponent
|
Copyright © 2020 City of Paris. All rights reserved.