|
Dashboard Builder Data Displayer API 6.0.0.Beta2 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface KPIManager
Manager class that it allows for the retrieval of KPI instances as well as DataProvider's.
| Method Summary | |
|---|---|
KPI |
createKPI()
Factory method for the creation of a KPI brand new instance. |
Set |
getAllKPIs()
Get all KPIs defined. |
KPI |
getKPIByCode(String code)
Get a persistent KPI by its universal code. |
KPI |
getKPIById(Long id)
Get a persistent KPI by its identifier. |
void |
sortKPIsByDescription(List<KPI> propList,
boolean ascending)
Sort a list of properties by name. |
| Method Detail |
|---|
KPI createKPI()
Set getAllKPIs()
throws Exception
Exception
KPI getKPIById(Long id)
throws Exception
Exception
KPI getKPIByCode(String code)
throws Exception
Exception
void sortKPIsByDescription(List<KPI> propList,
boolean ascending)
|
Dashboard Builder Data Displayer API 6.0.0.Beta2 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||