it.eng.spagobi.tools.massiveExport.services
Class GetMassiveExportProgressStatus

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.massiveExport.services.GetMassiveExportProgressStatus
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 GetMassiveExportProgressStatus
extends AbstractSpagoBIAction

See Also:
Serialized Form

Field Summary
static java.lang.String FUNCT_CD
           
static java.lang.String MESSAGE
           
static java.lang.String MESSAGE_CLOSED
           
static java.lang.String MESSAGE_DOWNLOAD
           
static java.lang.String MESSAGE_STARTED
           
static java.lang.String NO_WORK_PRESENT
           
static java.lang.String PARTIAL
           
static java.lang.String PROGRESS_THREAD_ID
           
static java.lang.String RANDOM_KEY
           
static java.lang.String TOTAL
           
static java.lang.String TYPE
           
 
Constructor Summary
GetMassiveExportProgressStatus()
           
 
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
 
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

MESSAGE_STARTED

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

MESSAGE_DOWNLOAD

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

MESSAGE_CLOSED

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

NO_WORK_PRESENT

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

FUNCT_CD

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

TOTAL

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

PARTIAL

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

RANDOM_KEY

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

PROGRESS_THREAD_ID

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

MESSAGE

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

TYPE

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

GetMassiveExportProgressStatus

public GetMassiveExportProgressStatus()
Method Detail

doService

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