|
||||||||||
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.engines.worksheet.services.AbstractWorksheetEngineAction
it.eng.spagobi.engines.worksheet.services.runtime.LoadCrosstabAction
public class LoadCrosstabAction
Field Summary | |
---|---|
static org.apache.log4j.Logger |
auditlogger
|
static org.apache.log4j.Logger |
logger
Logger component. |
static java.lang.String |
SHEET
|
Fields inherited from class it.eng.spagobi.utilities.engines.AbstractEngineAction |
---|
PRIVATE_SCOPE, PUBLIC_SCOPE |
Constructor Summary | |
---|---|
LoadCrosstabAction()
|
Method Summary | |
---|---|
protected java.lang.String |
buildSqlStatement(CrosstabDefinition crosstabDefinition,
it.eng.spagobi.tools.dataset.persist.IDataSetTableDescriptor descriptor,
java.util.List<it.eng.qbe.query.WhereField> filters,
it.eng.spagobi.tools.datasource.bo.IDataSource dataSource)
Build the sql statement to query the temporary table |
void |
service(it.eng.spago.base.SourceBean request,
it.eng.spago.base.SourceBean response)
|
Methods inherited from class it.eng.spagobi.engines.worksheet.services.AbstractWorksheetEngineAction |
---|
adjustMetadata, executeWorksheetQuery, getAllFields, getConnection, getDataSource, getEngineInstance, getFiltersOnDomainValues, getGlobalFiltersOnDomainValues, getOptionalFilters, getSheetFiltersOnDomainValues, getTemporaryTableName, persistDataSet, setDataSource, setEngineInstance, transformIntoWhereClauses, updateWorksheetDefinition |
Methods inherited from class it.eng.spagobi.utilities.engines.AbstractEngineAction |
---|
getAuditServiceProxy, getConetxtManager, getEnv, getLocale, getSpagoBIHttpSessionContainer, getSpagoBISessionContainer, init, saveAnalysisState, setLocale |
Methods inherited from class it.eng.spagobi.utilities.service.AbstractBaseHttpAction |
---|
delAttributeFromHttpSession, delAttributeFromSession, getAttribute, getAttributeAsBoolean, getAttributeAsBoolean, getAttributeAsCsvStringList, getAttributeAsInteger, getAttributeAsJSONArray, getAttributeAsJSONObject, getAttributeAsList, getAttributeAsString, getAttributeFromHttpSession, getAttributeFromHttpSessionAsBoolean, getAttributeFromHttpSessionAsBoolean, getAttributeFromHttpSessionAsString, getAttributeFromSession, getAttributeFromSessionAsBoolean, getAttributeFromSessionAsBoolean, getAttributeFromSessionAsString, getAttributesAsMap, 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 |
Field Detail |
---|
public static final java.lang.String SHEET
public static transient org.apache.log4j.Logger logger
public static transient org.apache.log4j.Logger auditlogger
Constructor Detail |
---|
public LoadCrosstabAction()
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
protected java.lang.String buildSqlStatement(CrosstabDefinition crosstabDefinition, it.eng.spagobi.tools.dataset.persist.IDataSetTableDescriptor descriptor, java.util.List<it.eng.qbe.query.WhereField> filters, it.eng.spagobi.tools.datasource.bo.IDataSource dataSource)
crosstabDefinition
- definition of the crosstabdescriptor
- the temporary table descriptordataSource
- the datasourcetableName
- the temporary table name
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |