|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectit.eng.spago.dispatching.service.DefaultRequestContext
it.eng.spago.dispatching.service.DefaultHttpRequestContext
it.eng.spago.dispatching.action.AbstractHttpAction
it.eng.spagobi.utilities.service.AbstractBaseHttpAction
it.eng.spagobi.utilities.engines.AbstractEngineAction
it.eng.spagobi.qbe.commons.service.AbstractQbeEngineAction
public abstract class AbstractQbeEngineAction
The Class AbstractQbeEngineAction.
Field Summary |
---|
Fields inherited from class it.eng.spagobi.utilities.engines.AbstractEngineAction |
---|
PRIVATE_SCOPE, PUBLIC_SCOPE |
Constructor Summary | |
---|---|
AbstractQbeEngineAction()
|
Method Summary | |
---|---|
void |
delSubqueryField()
Del subquery field. |
it.eng.qbe.model.DataMartModel |
getDatamartModel()
Gets the datamart model. |
it.eng.qbe.wizard.ISingleDataMartWizardObject |
getDatamartWizard()
Gets the datamart wizard. |
QbeEngineInstance |
getEngineInstance()
|
it.eng.qbe.query.IQuery |
getQuery()
Gets the query. |
java.lang.String |
getSubqueryField()
Gets the subquery field. |
boolean |
isStandaloneModality()
Checks if is standalone modality. |
boolean |
isSubqueryModeActive()
Checks if is subquery mode active. |
void |
setDatamartModel(it.eng.qbe.model.DataMartModel datamartModel)
Sets the datamart model. |
void |
setDatamartWizard(it.eng.qbe.wizard.ISingleDataMartWizardObject datamartWizard)
Sets the datamart wizard. |
void |
setStandaloneModeActive(boolean standaloneMode)
Sets the standalone mode active. |
void |
setSubqueryField(java.lang.String field)
Sets the subquery field. |
void |
setSubqueryModeActive(boolean subqueryMode)
Sets the subquery mode active. |
void |
updateLastUpdateTimeStamp()
Update last update time stamp. |
Methods inherited from class it.eng.spagobi.utilities.engines.AbstractEngineAction |
---|
getAuditServiceProxy, getConetxtManager, getEnv, getLocale, getSpagoBIHttpSessionContainer, getSpagoBISessionContainer, init, saveAnalysisState, service, setLocale, xsaveAnalysisState |
Methods inherited from class it.eng.spagobi.utilities.service.AbstractBaseHttpAction |
---|
delAttributeFromHttpSession, delAttributeFromSession, getAttribute, getAttributeAsBoolean, getAttributeAsBoolean, getAttributeAsCsvStringList, getAttributeAsInteger, getAttributeAsJSONObject, getAttributeAsString, getAttributeAsStringList, getAttributeFromHttpSession, getAttributeFromHttpSessionAsBoolean, getAttributeFromHttpSessionAsBoolean, getAttributeFromHttpSessionAsString, getAttributeFromSession, getAttributeFromSessionAsBoolean, getAttributeFromSessionAsBoolean, getAttributeFromSessionAsString, getHttpSession, getSessionContainer, getSpagoBIRequestContainer, getSpagoBIResponseContainer, httpSessionContainsAttribute, requestContainsAttribute, requestContainsAttribute, sessionContainsAttribute, setAttribute, setAttributeInHttpSession, setAttributeInSession, setSpagoBIRequestContainer, setSpagoBIResponseContainer, tryToWriteBackToClient, writeBackToClient, writeBackToClient, writeBackToClient, writeBackToClient, writeBackToClient |
Methods inherited from class it.eng.spago.dispatching.action.AbstractHttpAction |
---|
getActionMethod, getActionName, getConfig, setActionMethod, setActionName |
Methods inherited from class it.eng.spago.dispatching.service.DefaultHttpRequestContext |
---|
freezeHttpResponse, getHttpRequest, getHttpResponse, getServletConfig, isHttpResponseFreezed, setRequestContext, unfreezeHttpResponse |
Methods inherited from class it.eng.spago.dispatching.service.DefaultRequestContext |
---|
getErrorHandler, getRequestContainer, getResponseContainer, getServiceRequest, getServiceResponse |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface it.eng.spago.dispatching.service.RequestContextIFace |
---|
getErrorHandler, getRequestContainer, getResponseContainer, getServiceRequest, getServiceResponse |
Constructor Detail |
---|
public AbstractQbeEngineAction()
Method Detail |
---|
public QbeEngineInstance getEngineInstance()
getEngineInstance
in class it.eng.spagobi.utilities.engines.AbstractEngineAction
public it.eng.qbe.model.DataMartModel getDatamartModel()
public void setDatamartModel(it.eng.qbe.model.DataMartModel datamartModel)
datamartModel
- the new datamart modelpublic it.eng.qbe.wizard.ISingleDataMartWizardObject getDatamartWizard()
public void setDatamartWizard(it.eng.qbe.wizard.ISingleDataMartWizardObject datamartWizard)
datamartWizard
- the new datamart wizardpublic it.eng.qbe.query.IQuery getQuery()
public void setStandaloneModeActive(boolean standaloneMode)
standaloneMode
- the new standalone mode activepublic boolean isStandaloneModality()
public void updateLastUpdateTimeStamp()
public void setSubqueryModeActive(boolean subqueryMode)
subqueryMode
- the new subquery mode activepublic boolean isSubqueryModeActive()
public java.lang.String getSubqueryField()
public void setSubqueryField(java.lang.String field)
field
- the new subquery fieldpublic void delSubqueryField()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |