|
||||||||||
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
it.eng.spagobi.qbe.core.service.SaveQueryAction
public class SaveQueryAction
This action is responsible to Persist the current working query represented by the object ISingleDataMartWizardObject in session.
Field Summary | |
---|---|
static org.apache.log4j.Logger |
logger
Logger component. |
static java.lang.String |
QUERY_DESCRIPTION
|
static java.lang.String |
QUERY_FILTEREXP
|
static java.lang.String |
QUERY_FILTERS
|
static java.lang.String |
QUERY_NAME
|
static java.lang.String |
QUERY_RECORDS
|
static java.lang.String |
QUERY_SCOPE
|
Fields inherited from class it.eng.spagobi.utilities.engines.AbstractEngineAction |
---|
PRIVATE_SCOPE, PUBLIC_SCOPE |
Fields inherited from class it.eng.spagobi.utilities.service.AbstractBaseHttpAction |
---|
FALSE, TRUE |
Constructor Summary | |
---|---|
SaveQueryAction()
|
Method Summary | |
---|---|
void |
service(it.eng.spago.base.SourceBean request,
it.eng.spago.base.SourceBean response)
|
Methods inherited from class it.eng.spagobi.qbe.commons.service.AbstractQbeEngineAction |
---|
delSubqueryField, getDatamartModel, getDatamartWizard, getEngineInstance, getQuery, getSubqueryField, isStandaloneModality, isSubqueryModeActive, setDatamartModel, setDatamartWizard, setStandaloneModeActive, setSubqueryField, setSubqueryModeActive, updateLastUpdateTimeStamp |
Methods inherited from class it.eng.spagobi.utilities.engines.AbstractEngineAction |
---|
getAuditServiceProxy, getEnv, getLocale, init, saveAnalysisState, setLocale, xsaveAnalysisState |
Methods inherited from class it.eng.spagobi.utilities.service.AbstractBaseHttpAction |
---|
delAttribute, delAttributeFromHttpSession, delAttributeFromSession, getAttribute, getAttributeAsBoolean, getAttributeAsBoolean, getAttributeAsCsvStringList, getAttributeAsInteger, getAttributeAsJSONObject, getAttributeAsString, getAttributeAsStringList, getAttributeFromHttpSession, getAttributeFromHttpSessionAsBoolean, getAttributeFromHttpSessionAsBoolean, getAttributeFromHttpSessionAsString, getAttributeFromSession, getAttributeFromSessionAsBoolean, getAttributeFromSessionAsBoolean, getAttributeFromSessionAsString, getHttpSession, getRequest, getResponse, getSession, requestContainsAttribute, requestContainsAttribute, sessionContainsAttribute, setAttribute, setAttributeInHttpSession, setAttributeInSession, setRequest, setResponse, 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 |
Field Detail |
---|
public static final java.lang.String QUERY_NAME
public static final java.lang.String QUERY_DESCRIPTION
public static final java.lang.String QUERY_SCOPE
public static final java.lang.String QUERY_RECORDS
public static final java.lang.String QUERY_FILTERS
public static final java.lang.String QUERY_FILTEREXP
public static transient org.apache.log4j.Logger logger
Constructor Detail |
---|
public SaveQueryAction()
Method Detail |
---|
public void service(it.eng.spago.base.SourceBean request, it.eng.spago.base.SourceBean response)
service
in interface it.eng.spago.dispatching.service.ServiceIFace
service
in class it.eng.spagobi.utilities.engines.AbstractEngineAction
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |