|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectit.eng.spagobi.engines.chart.SpagoBIChartInternalEngine
public class SpagoBIChartInternalEngine
Internal Engine * @author Giulio Gavardi giulio.gavardi@eng.it
Field Summary | |
---|---|
static java.lang.String |
messageBundle
|
Constructor Summary | |
---|---|
SpagoBIChartInternalEngine()
|
Method Summary | |
---|---|
void |
execute(it.eng.spago.base.RequestContainer requestContainer,
BIObject obj,
it.eng.spago.base.SourceBean response)
Executes the document and populates the response. |
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. |
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. |
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
Constructor Detail |
---|
public SpagoBIChartInternalEngine()
Method Detail |
---|
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
chartImp 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 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 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 |