|
Dashboard Builder Data Displayer API 6.0.0.Beta3 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface KPI
A Key Performance Indicator is composed by two instances:
| Method Summary | |
|---|---|
String |
getCode()
The kpi code is an unique identifier that is universal and is not tied to the persistent storage. |
DataDisplayer |
getDataDisplayer()
The KPI data diplayer. |
DataProvider |
getDataProvider()
The KPI data provider. |
String |
getDescription(Locale l)
The KPI descripton. |
Map |
getDescriptionI18nMap()
|
Long |
getId()
The object identifier. |
void |
setCode(String code)
|
void |
setDataDisplayer(DataDisplayer displayer)
|
void |
setDataProvider(DataProvider provider)
|
void |
setDescription(String descr,
Locale l)
|
void |
setDescriptionI18nMap(Map descriptions)
The localized descriptions. |
void |
setId(Long newId)
|
| Methods inherited from interface org.jboss.dashboard.database.Persistent |
|---|
delete, isPersistent, save, update |
| Method Detail |
|---|
Long getId()
void setId(Long newId)
String getCode()
void setCode(String code)
String getDescription(Locale l)
void setDescription(String descr,
Locale l)
void setDescriptionI18nMap(Map descriptions)
Map getDescriptionI18nMap()
DataDisplayer getDataDisplayer()
void setDataDisplayer(DataDisplayer displayer)
DataProvider getDataProvider()
void setDataProvider(DataProvider provider)
|
Dashboard Builder Data Displayer API 6.0.0.Beta3 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||