it.eng.spagobi.analiticalmodel.execution.service
Class CreateDatasetForWorksheetAction

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.analiticalmodel.execution.service.ExecuteDocumentAction
                          extended by 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

public class CreateDatasetForWorksheetAction
extends ExecuteDocumentAction

Action that get in request infos to build a biObject (of type Worksheet) or a dataset (o ftype custom)

Author:
Giulio gavardi
See Also:
Serialized Form

Field Summary
static java.lang.String BIOBJ_TYPE_DOMAIN_CD
           
static java.lang.String DS_TYPE
           
static java.lang.String PARAMETERS_DEFINITION
          FIELDS EXPECTEDIN REQUEST label name description jClassName customData parametersDefinition parametersValues metadata
static java.lang.String PARAMETERS_VALUES
           
static java.lang.String SERVICE_NAME
           
static java.lang.String WORKSHEET_VALUE_CODE
           
 
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, 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

SERVICE_NAME

public static final java.lang.String SERVICE_NAME
See Also:
Constant Field Values

PARAMETERS_DEFINITION

public static final java.lang.String PARAMETERS_DEFINITION
FIELDS EXPECTEDIN REQUEST label name description jClassName customData parametersDefinition parametersValues metadata

See Also:
Constant Field Values

PARAMETERS_VALUES

public static final java.lang.String PARAMETERS_VALUES
See Also:
Constant Field Values

DS_TYPE

public static final java.lang.String DS_TYPE
See Also:
Constant Field Values

WORKSHEET_VALUE_CODE

public static final java.lang.String WORKSHEET_VALUE_CODE
See Also:
Constant Field Values

BIOBJ_TYPE_DOMAIN_CD

public static final java.lang.String BIOBJ_TYPE_DOMAIN_CD
See Also:
Constant Field Values
Constructor Detail

CreateDatasetForWorksheetAction

public CreateDatasetForWorksheetAction()
Method Detail

doService

public void doService()
Overrides:
doService in class ExecuteDocumentAction