|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectit.eng.spagobi.engines.kpi.SpagoBIKpiInternalEngine
public class SpagoBIKpiInternalEngine
Field Summary | |
---|---|
protected java.lang.String |
behaviour
|
protected boolean |
closed_tree
|
protected java.util.HashMap |
confMap
|
protected boolean |
dataset_multires
|
protected java.util.Date |
dateOfKPI
|
protected boolean |
display_alarm
|
protected boolean |
display_bullet_chart
|
protected boolean |
display_semaphore
|
protected boolean |
display_weight
|
protected java.util.Date |
endKpiValueDate
|
protected java.util.List<KpiResourceBlock> |
kpiResultsList
|
protected java.util.Locale |
locale
|
static java.lang.String |
messageBundle
|
protected java.lang.Integer |
modelInstanceRootId
|
protected java.lang.String |
name
|
protected java.util.HashMap |
parametersObject
|
protected java.lang.Integer |
periodInstID
|
protected boolean |
recalculate_anyway
|
protected boolean |
register_par_setted
|
protected boolean |
register_values
|
protected java.util.List |
resources
|
protected boolean |
show_axis
|
protected StyleLabel |
styleSubTitle
|
protected StyleLabel |
styleTitle
|
protected java.lang.String |
subName
|
protected java.util.Date |
timeRangeFrom
|
protected java.util.Date |
timeRangeTo
|
protected java.lang.String |
userIdField
|
Constructor Summary | |
---|---|
SpagoBIKpiInternalEngine()
|
Method Summary | |
---|---|
void |
calculateAndInsertKpiValueWithResources(java.lang.Integer miId,
java.util.List resources)
|
void |
execute(it.eng.spago.base.RequestContainer requestContainer,
BIObject obj,
it.eng.spago.base.SourceBean response)
Executes the document and populates the response. |
void |
execute(it.eng.spago.base.RequestContainer requestContainer,
it.eng.spago.base.SourceBean response)
|
java.util.List<KpiResourceBlock> |
executeCode(it.eng.spago.base.RequestContainer requestContainer,
BIObject obj,
it.eng.spago.base.SourceBean response,
java.lang.String userId)
|
void |
executeSubObject(it.eng.spago.base.RequestContainer requestContainer,
BIObject obj,
it.eng.spago.base.SourceBean response,
java.lang.Object subObjectInfo)
The SpagoBIDashboardInternalEngine cannot manage
subobjects so this method must not be invoked. |
KpiLine |
getBlock(java.lang.Integer miId,
Resource r)
|
KpiValue |
getNewKpiValue(it.eng.spagobi.tools.dataset.bo.IDataSet dataSet,
KpiInstance k,
Resource r,
java.lang.Integer modelInstanceId)
|
ThresholdValue |
getSemaphorColor(java.util.List thresholdValues,
java.lang.Double value)
This function fills up the vector "intervals" with the intervals of the chart, getting them from a list of Thresholds |
void |
getSetConf(it.eng.spago.base.SourceBean content)
|
void |
handleDocumentTemplateEdit(it.eng.spago.base.RequestContainer requestContainer,
BIObject obj,
it.eng.spago.base.SourceBean response)
Function not implemented. |
void |
handleNewDocumentTemplateCreation(it.eng.spago.base.RequestContainer requestContainer,
BIObject obj,
it.eng.spago.base.SourceBean response)
Function not implemented. |
void |
setName(java.lang.String _name)
|
void |
setSubName(java.lang.String _name)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String messageBundle
protected java.lang.String name
protected java.lang.String subName
protected StyleLabel styleTitle
protected StyleLabel styleSubTitle
protected java.lang.String userIdField
protected java.util.Locale locale
protected java.util.HashMap parametersObject
protected boolean closed_tree
protected boolean display_semaphore
protected boolean display_bullet_chart
protected boolean display_weight
protected boolean display_alarm
protected boolean register_values
protected boolean recalculate_anyway
protected boolean register_par_setted
protected boolean show_axis
protected java.util.HashMap confMap
protected java.util.List resources
protected java.util.Date dateOfKPI
protected java.util.Date endKpiValueDate
protected java.lang.Integer periodInstID
protected java.lang.Integer modelInstanceRootId
protected java.lang.String behaviour
protected boolean dataset_multires
protected java.util.Date timeRangeFrom
protected java.util.Date timeRangeTo
protected java.util.List<KpiResourceBlock> kpiResultsList
Constructor Detail |
---|
public SpagoBIKpiInternalEngine()
Method Detail |
---|
public void execute(it.eng.spago.base.RequestContainer requestContainer, it.eng.spago.base.SourceBean response) throws it.eng.spago.error.EMFUserError
it.eng.spago.error.EMFUserError
public void execute(it.eng.spago.base.RequestContainer requestContainer, BIObject obj, it.eng.spago.base.SourceBean response) throws it.eng.spago.error.EMFUserError
execute
in interface InternalEngineIFace
requestContainer
- The RequestContainer
object (the session
can be retrieved from this object)obj
- The BIObject
representing the document to
be executedresponse
- The response SourceBean
to be populated
it.eng.spago.error.EMFUserError
- the EMF user errorpublic java.util.List<KpiResourceBlock> executeCode(it.eng.spago.base.RequestContainer requestContainer, BIObject obj, it.eng.spago.base.SourceBean response, java.lang.String userId) throws it.eng.spago.error.EMFUserError
- resources
-
it.eng.spago.error.EMFUserError
it.eng.spago.error.EMFInternalError
public void calculateAndInsertKpiValueWithResources(java.lang.Integer miId, java.util.List resources) throws it.eng.spago.error.EMFUserError, it.eng.spago.error.EMFInternalError
it.eng.spago.error.EMFUserError
it.eng.spago.error.EMFInternalError
public KpiLine getBlock(java.lang.Integer miId, Resource r) throws it.eng.spago.error.EMFUserError, it.eng.spago.error.EMFInternalError
it.eng.spago.error.EMFUserError
it.eng.spago.error.EMFInternalError
public KpiValue getNewKpiValue(it.eng.spagobi.tools.dataset.bo.IDataSet dataSet, KpiInstance k, Resource r, java.lang.Integer modelInstanceId) throws it.eng.spago.error.EMFUserError, it.eng.spago.error.EMFInternalError
it.eng.spago.error.EMFUserError
it.eng.spago.error.EMFInternalError
public ThresholdValue getSemaphorColor(java.util.List thresholdValues, java.lang.Double value)
List
- of thresholds to set
public void getSetConf(it.eng.spago.base.SourceBean content)
public void executeSubObject(it.eng.spago.base.RequestContainer requestContainer, BIObject obj, it.eng.spago.base.SourceBean response, java.lang.Object subObjectInfo) throws it.eng.spago.error.EMFUserError
SpagoBIDashboardInternalEngine
cannot manage
subobjects so this method must not be invoked.
executeSubObject
in interface InternalEngineIFace
requestContainer
- The RequestContainer
object (the session
can be retrieved from this object)obj
- The BIObject
representing the documentresponse
- The response SourceBean
to be populatedsubObjectInfo
- An object describing the subobject to be executed
it.eng.spago.error.EMFUserError
- the EMF user errorpublic void setName(java.lang.String _name)
public void setSubName(java.lang.String _name)
public void handleNewDocumentTemplateCreation(it.eng.spago.base.RequestContainer requestContainer, BIObject obj, it.eng.spago.base.SourceBean response) throws it.eng.spago.error.EMFUserError, InvalidOperationRequest
handleNewDocumentTemplateCreation
in interface InternalEngineIFace
requestContainer
- The RequestContainer
object (the session
can be retrieved from this object)response
- The response SourceBean
to be populatedobj
- the obj
InvalidOperationRequest
- the invalid operation request
it.eng.spago.error.EMFUserError
- the EMF user errorpublic void handleDocumentTemplateEdit(it.eng.spago.base.RequestContainer requestContainer, BIObject obj, it.eng.spago.base.SourceBean response) throws it.eng.spago.error.EMFUserError, InvalidOperationRequest
handleDocumentTemplateEdit
in interface InternalEngineIFace
requestContainer
- The RequestContainer
object (the session
can be retrieved from this object)response
- The response SourceBean
to be populatedobj
- the obj
InvalidOperationRequest
- the invalid operation request
it.eng.spago.error.EMFUserError
- the EMF user error
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |