it.eng.spagobi.adhocreporting.services
Class CreateDocumentStartAction

java.lang.Object
  extended by it.eng.spago.dispatching.service.DefaultRequestContext
      extended by it.eng.spago.dispatching.service.DefaultHttpRequestContext
          extended by it.eng.spago.dispatching.action.AbstractHttpAction
              extended by it.eng.spagobi.utilities.service.AbstractBaseHttpAction
                  extended by it.eng.spagobi.commons.services.AbstractSpagoBIAction
                      extended by it.eng.spagobi.tools.dataset.service.ManageDatasets
                          extended by it.eng.spagobi.tools.dataset.service.SelfServiceDatasetStartAction
                              extended by it.eng.spagobi.adhocreporting.services.CreateDocumentStartAction
All Implemented Interfaces:
it.eng.spago.dispatching.action.ActionIFace, it.eng.spago.dispatching.service.HttpRequestContextIFace, it.eng.spago.dispatching.service.RequestContextIFace, it.eng.spago.dispatching.service.ServiceIFace, it.eng.spago.init.InitializerIFace, java.io.Serializable

public class CreateDocumentStartAction
extends SelfServiceDatasetStartAction

Author:
Davide Zerbetto (davide.zerbetto@eng.it)
See Also:
Serialized Form

Field Summary
 
Fields inherited from class it.eng.spagobi.tools.dataset.service.SelfServiceDatasetStartAction
COUNTRY, ENGINE_DATASOURCE_LABEL, IS_FROM_MYDATA, LANGUAGE, OUTPUT_PARAMETER_EXECUTION_ID, OUTPUT_PARAMETER_GEOREPORT_EDIT_SERVICE_URL, OUTPUT_PARAMETER_QBE_EDIT_SERVICE_URL, OUTPUT_PARAMETER_WORKSHEET_EDIT_SERVICE_URL, QBE_EDIT_ACTION, SERVICE_NAME, WORKSHEET_EDIT_ACTION
 
Fields inherited from class it.eng.spagobi.tools.dataset.service.ManageDatasets
GENERIC_TYPE, LIMIT_DEFAULT, NUMBER_TYPE, profile, PUBLIC, RAW_TYPE, STRING_TYPE
 
Constructor Summary
CreateDocumentStartAction()
           
 
Method Summary
 
Methods inherited from class it.eng.spagobi.tools.dataset.service.SelfServiceDatasetStartAction
buildGeoreportEditServiceBaseParametersMap, buildGeoreportEditServiceUrl, buildQbeEditServiceBaseParametersMap, buildQbeEditServiceUrl, buildServiceBaseParametersMap, buildWorksheetEditServiceBaseParametersMap, buildWorksheetEditServiceUrl, doService
 
Methods inherited from class it.eng.spagobi.tools.dataset.service.ManageDatasets
createJSONResponse, datasetInsert, getDatasetTestMetadata, getDatasetTestResultList, getGuiGenericDatasetToInsert, getJSONDatasetResult, getListOfGenericDatasets, serializeJSONArrayParsList
 
Methods inherited from class it.eng.spagobi.commons.services.AbstractSpagoBIAction
checkError, createContext, getContext, getLocale, getTheme, getUserProfile, handleException, init, localize, service, writeErrorsBackToClient
 
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, getAttributesAsLinkedMap, getAttributesAsMap, getHttpSession, getSessionContainer, getSpagoBIHttpSessionContainer, getSpagoBIRequestContainer, getSpagoBIResponseContainer, getSpagoBISessionContainer, httpSessionContainsAttribute, requestContainsAttribute, requestContainsAttribute, sessionContainsAttribute, setAttribute, setAttributeInHttpSession, setAttributeInSession, setSpagoBIRequestContainer, setSpagoBIResponseContainer, tryToWriteBackToClient, writeBackToClient, 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

CreateDocumentStartAction

public CreateDocumentStartAction()