it.eng.spagobi.engines.service
Class ManageEnginesAction

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.engines.service.ManageEnginesAction
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 ManageEnginesAction
extends AbstractSpagoBIAction

See Also:
Serialized Form

Field Summary
static java.lang.String ENGINE_DATASOURCES
           
static java.lang.String ENGINE_DELETE
           
static java.lang.String ENGINE_INSERT
           
static java.lang.String ENGINE_LIST
           
static java.lang.String ENGINE_TEST
           
static java.lang.String GENERIC_TYPE
           
static org.apache.log4j.Logger logger
           
static java.lang.String MESSAGE_DET
           
static java.lang.String NUMBER_TYPE
           
static java.lang.String RAW_TYPE
           
static java.lang.String STRING_TYPE
           
 
Fields inherited from class it.eng.spagobi.commons.services.AbstractSpagoBIAction
SERVICE_NAME
 
Constructor Summary
ManageEnginesAction()
           
 
Method Summary
 void doService()
           
 
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
 

Field Detail

logger

public static org.apache.log4j.Logger logger

STRING_TYPE

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

NUMBER_TYPE

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

RAW_TYPE

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

GENERIC_TYPE

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

ENGINE_LIST

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

ENGINE_INSERT

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

ENGINE_DELETE

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

ENGINE_DATASOURCES

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

ENGINE_TEST

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

MESSAGE_DET

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

ManageEnginesAction

public ManageEnginesAction()
Method Detail

doService

public void doService()
Specified by:
doService in class AbstractSpagoBIAction