Package | Description |
---|---|
psdi.app.bulletinboard | |
psdi.app.kpi |
The KPI package represents objects that are used to configure, display and control
KPI Manager app, for Key Performance Indicators.
|
psdi.app.reportlistcfg |
The ReportListCfg package represents objects that are used to configure, display and control
Report List Portlet.
|
psdi.app.rsconfig |
The RSConfig package represents objects that are used to configure, display and control
Result Set Portlet.
|
psdi.app.system |
The System package includes classes for common system data, such as
domains and long descriptions, that are utilized across business packages
and by the system framework.
|
psdi.app.system.virtual | |
psdi.common.action | |
psdi.mbo | |
psdi.webclient.beans.kpi | |
psdi.webclient.controls | |
psdi.webclient.system.beans |
Modifier and Type | Class and Description |
---|---|
class |
BBSet.BBMboSetData |
Modifier and Type | Method and Description |
---|---|
MboSetData |
BBSetRemote.getResultSetData(int start,
int rowcount,
java.lang.String sortBy,
java.util.Hashtable qbes)
Returns the MboValueData to be displayed on the portlet
The data will be fetched for current query based on its where clause> Only records in the range given by start and rowcount will be fetched This method also takes into account specific cases of query belonging to WORKVIEW application. Data is filtered based on the qbes passed on by the user on the |
MboSetData |
BBSet.getResultSetData(int start,
int rowcount,
java.lang.String sortBy,
java.util.Hashtable qbes)
This method is used for BB Message filtering in start center
1.
|
Modifier and Type | Method and Description |
---|---|
MboSetData |
KPIHistorySetRemote.getKPIHistory(long kpiId,
java.lang.String range,
java.util.Date to,
java.util.Date from)
Resets Historical Data for a specific KPI.
|
MboSetData |
KPIHistorySet.getKPIHistory(long kpiId,
java.lang.String range,
java.util.Date from,
java.util.Date to)
Resets Historical Data for a specific KPI.
|
Modifier and Type | Method and Description |
---|---|
MboSetData |
ReportListCfgSetRemote.getSelectedReports(int start,
int rowcount)
Deprecated.
|
MboSetData |
ReportListCfgSet.getSelectedReports(int start,
int rowcount)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
MboSetData |
RSConfigSetRemote.getResultSetData(int start,
int rowcount,
java.lang.String sortBy,
java.util.Hashtable qbes)
Returns the MboValueData to be displayed on the portlet
The data will be fetched for current query based on its where clause> Only records in the range given by start and rowcount will be fetched This method also takes into account specific cases of query belonging to WORKVIEW application. Data is filtered based on the qbes passed on by the user on the |
MboSetData |
RSConfigSet.getResultSetData(int start,
int rowcount,
java.lang.String sortBy,
java.util.Hashtable qbes)
Returns the MboValueData to be displayed on the portlet
The data will be fetched for current query based on its where clause> Only records in the range given by start and rowcount will be fetched This method also takes into account specific cases of query belonging to WORKVIEW application. Data is filtered based on the qbes passed on by the user on the |
Modifier and Type | Method and Description |
---|---|
MboSetData |
MXValueSet.getMboSetData(int row,
int count,
java.lang.String[] attributes)
Overridden to check if data is Status from a StatefulMbo and returns only valid statuses.
|
Modifier and Type | Method and Description |
---|---|
MboSetData |
MaxVarInputSet.getMboSetData(int row,
int count,
java.lang.String[] attributes)
Overwritten to get the attribute list.
|
MboSetData |
MaxVarInputSet.getMboSetData(java.lang.String[] attributes)
Overwritten to get the attribute list.
|
Modifier and Type | Method and Description |
---|---|
MboSetData |
ActionGroupSet.getMboSetData(int row,
int count,
java.lang.String[] attributes)
Overrriden.
|
Modifier and Type | Method and Description |
---|---|
MboSetData |
FauxMboSet.getMboSetData(int row,
int count,
java.lang.String[] attributes)
Return information about the MboSet and the specified attributes for the specified rows.
|
MboSetData |
MboSet.getMboSetData(int row,
int count,
java.lang.String[] attributes)
Return information about the MboSet and the specified attributes for the specified rows.
|
MboSetData |
MboSetRemote.getMboSetData(int row,
int count,
java.lang.String[] attributes)
Return information about the MboSet and the specified attributes for the specified rows.
|
MboSetData |
FauxMboSet.getMboSetData(java.lang.String[] attributes)
Return information about the MboSet for the specified attributes.
|
MboSetData |
MboSet.getMboSetData(java.lang.String[] attributes)
Return information about the MboSet for the specified attributes.
|
MboSetData |
MboSetRemote.getMboSetData(java.lang.String[] attributes) |
Modifier and Type | Method and Description |
---|---|
LineChartData.LineChartItem |
KPITrendGraph.makeLineData(MboRemote kpi,
MboSetData historyData,
int i,
java.util.Date startDate)
Instantiate a new Line set, set its properties and data
|
Modifier and Type | Method and Description |
---|---|
MboSetData |
BulletinBoard.getData_old() |
MboSetData |
BulletinBoard.getData() |
MboSetData |
BulletinBoard.getRenderData()
Called from portlet to return data
|
MboSetData |
ResultSetPortlet.getResultSet()
Returns result set data as mbo value data
|
MboSetData |
BulletinBoard.getResultSet()
It is new filter functionality for BB Messages in start center.
|
MboSetData |
ReportListPortlet.getSelectedReports()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
MboSetData |
DataBean.getMboSetData(int row,
int count,
java.lang.String[] attributeNames)
Fetches multiple row MboSetData
|