it.eng.spagobi.analiticalmodel.execution.service
Class CreateDatasetForWorksheetAction
java.lang.Object
it.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.commons.services.AbstractSpagoBIAction
it.eng.spagobi.analiticalmodel.execution.service.ExecuteDocumentAction
it.eng.spagobi.analiticalmodel.execution.service.CreateDatasetForWorksheetAction
- 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
- Direct Known Subclasses:
- StartCreatingWorksheetFromDatasetAction
public class CreateDatasetForWorksheetAction
- extends ExecuteDocumentAction
Action that create a new dataset and prepare the url to call the
worksheeet's edit service (WORKSHEET_WITH_DATASET_START_EDIT_ACTION) in
order to build a worksheet document on the brandnew dataset
- Author:
- Giulio Gavardi, Andrea Gioia (andrea.gioia@eng.it)
- See Also:
- Serialized Form
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 |
WORKSHEET_EDIT_ACTION
public static final java.lang.String WORKSHEET_EDIT_ACTION
- See Also:
- Constant Field Values
INPUT_PARAMETER_DS_LABEL
public static final java.lang.String INPUT_PARAMETER_DS_LABEL
- See Also:
- Constant Field Values
INPUT_PARAMETER_DS_NAME
public static final java.lang.String INPUT_PARAMETER_DS_NAME
- See Also:
- Constant Field Values
INPUT_PARAMETER_DS_DESCRIPTION
public static final java.lang.String INPUT_PARAMETER_DS_DESCRIPTION
- See Also:
- Constant Field Values
INPUT_PARAMETER_DS_CUSTOM_DATA
public static final java.lang.String INPUT_PARAMETER_DS_CUSTOM_DATA
- See Also:
- Constant Field Values
INPUT_PARAMETER_DS_JCLASS_NAME
public static final java.lang.String INPUT_PARAMETER_DS_JCLASS_NAME
- See Also:
- Constant Field Values
INPUT_PARAMETER_DS_METADATA
public static final java.lang.String INPUT_PARAMETER_DS_METADATA
- See Also:
- Constant Field Values
JCLASS_NAME
public static final java.lang.String JCLASS_NAME
- See Also:
- Constant Field Values
CUSTOM_DATA
public static final java.lang.String CUSTOM_DATA
- See Also:
- Constant Field Values
INPUT_PARAMETER_DS_PARAMETER_DEFINITION
public static final java.lang.String INPUT_PARAMETER_DS_PARAMETER_DEFINITION
- See Also:
- Constant Field Values
INPUT_PARAMETER_DS_PARAMETERS_VALUES
public static final java.lang.String INPUT_PARAMETER_DS_PARAMETERS_VALUES
- See Also:
- Constant Field Values
INPUT_PARAMETER_BUSINESS_METADATA
public static final java.lang.String INPUT_PARAMETER_BUSINESS_METADATA
- See Also:
- Constant Field Values
OUTPUT_PARAMETER_WORKSHEET_EDIT_SERVICE_URL
public static final java.lang.String OUTPUT_PARAMETER_WORKSHEET_EDIT_SERVICE_URL
- See Also:
- Constant Field Values
OUTPUT_PARAMETER_EXECUTION_ID
public static final java.lang.String OUTPUT_PARAMETER_EXECUTION_ID
- See Also:
- Constant Field Values
OUTPUT_PARAMETER_DATASET_LABEL
public static final java.lang.String OUTPUT_PARAMETER_DATASET_LABEL
- See Also:
- Constant Field Values
OUTPUT_PARAMETER_DATASET_PARAMETERS
public static final java.lang.String OUTPUT_PARAMETER_DATASET_PARAMETERS
- See Also:
- Constant Field Values
OUTPUT_PARAMETER_BUSINESS_METADATA
public static final java.lang.String OUTPUT_PARAMETER_BUSINESS_METADATA
- See Also:
- Constant Field Values
CreateDatasetForWorksheetAction
public CreateDatasetForWorksheetAction()
doService
public void doService()
- Overrides:
doService
in class ExecuteDocumentAction
getWorksheetEngine
protected Engine getWorksheetEngine()
buildWorksheetEditServiceBaseParametersMap
protected java.util.Map<java.lang.String,java.lang.String> buildWorksheetEditServiceBaseParametersMap()