|
||||||||||
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.commons.services.AbstractSpagoBIAction
it.eng.spagobi.analiticalmodel.execution.service.ExecuteDocumentAction
it.eng.spagobi.analiticalmodel.execution.service.CreateDatasetForWorksheetAction
public class CreateDatasetForWorksheetAction
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
Field Summary | |
---|---|
static java.lang.String |
INPUT_PARAMETER_BUSINESS_METADATA
|
static java.lang.String |
INPUT_PARAMETER_DS_CUSTOM_DATA
|
static java.lang.String |
INPUT_PARAMETER_DS_DESCRIPTION
|
static java.lang.String |
INPUT_PARAMETER_DS_JCLASS_NAME
|
static java.lang.String |
INPUT_PARAMETER_DS_LABEL
|
static java.lang.String |
INPUT_PARAMETER_DS_METADATA
|
static java.lang.String |
INPUT_PARAMETER_DS_NAME
|
static java.lang.String |
INPUT_PARAMETER_DS_PARAMETER_DEFINITION
|
static java.lang.String |
INPUT_PARAMETER_DS_PARAMETERS_VALUES
|
static java.lang.String |
OUTPUT_PARAMETER_BUSINESS_METADATA
|
static java.lang.String |
OUTPUT_PARAMETER_DATASET_LABEL
|
static java.lang.String |
OUTPUT_PARAMETER_DATASET_PARAMETERS
|
static java.lang.String |
OUTPUT_PARAMETER_EXECUTION_ID
|
static java.lang.String |
OUTPUT_PARAMETER_WORKSHEET_EDIT_SERVICE_URL
|
static java.lang.String |
WORKSHEET_EDIT_ACTION
|
Fields inherited from class it.eng.spagobi.analiticalmodel.execution.service.ExecuteDocumentAction |
---|
SERVICE_NAME |
Constructor Summary | |
---|---|
CreateDatasetForWorksheetAction()
|
Method Summary | |
---|---|
void |
doService()
|
Methods inherited from class it.eng.spagobi.analiticalmodel.execution.service.ExecuteDocumentAction |
---|
getRequiredBIObject, getRequiredSubObject |
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 |
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 WORKSHEET_EDIT_ACTION
public static final java.lang.String INPUT_PARAMETER_DS_LABEL
public static final java.lang.String INPUT_PARAMETER_DS_NAME
public static final java.lang.String INPUT_PARAMETER_DS_DESCRIPTION
public static final java.lang.String INPUT_PARAMETER_DS_CUSTOM_DATA
public static final java.lang.String INPUT_PARAMETER_DS_JCLASS_NAME
public static final java.lang.String INPUT_PARAMETER_DS_METADATA
public static final java.lang.String INPUT_PARAMETER_DS_PARAMETER_DEFINITION
public static final java.lang.String INPUT_PARAMETER_DS_PARAMETERS_VALUES
public static final java.lang.String INPUT_PARAMETER_BUSINESS_METADATA
public static final java.lang.String OUTPUT_PARAMETER_WORKSHEET_EDIT_SERVICE_URL
public static final java.lang.String OUTPUT_PARAMETER_EXECUTION_ID
public static final java.lang.String OUTPUT_PARAMETER_DATASET_LABEL
public static final java.lang.String OUTPUT_PARAMETER_DATASET_PARAMETERS
public static final java.lang.String OUTPUT_PARAMETER_BUSINESS_METADATA
Constructor Detail |
---|
public CreateDatasetForWorksheetAction()
Method Detail |
---|
public void doService()
doService
in class ExecuteDocumentAction
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |