|
||||||||||
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.module.AbstractHttpModule
it.eng.spagobi.analiticalmodel.document.service.ExecuteBIObjectModule
public class ExecuteBIObjectModule
Executes a report, according to three phases; each phase is identified by a message string.
1) Creates the page
2) Selects the role
3) From the field input values loads the object and starts execution
Field Summary | |
---|---|
static java.lang.String |
MESSAGE_EXECUTION
|
static java.lang.String |
MODULE_PAGE
|
static java.lang.String |
SUBMESSAGEDET
|
Constructor Summary | |
---|---|
ExecuteBIObjectModule()
|
Method Summary | |
---|---|
int |
findBIObjParId(java.lang.Object parIdObj)
Find bi obj par id. |
java.util.List |
getAsList(java.lang.Object o)
Gets the as list. |
BIObjectParameter |
getLookedUpParameter(it.eng.spago.base.SourceBean request)
Gets the looked up parameter. |
void |
init(it.eng.spago.base.SourceBean config)
|
void |
saveViewPoint(it.eng.spago.base.SourceBean request,
it.eng.spago.base.SourceBean response)
Save a viewpoint. |
void |
service(it.eng.spago.base.SourceBean request,
it.eng.spago.base.SourceBean response)
Manage all the request in order to exec all the different BIObject execution phases. |
Methods inherited from class it.eng.spago.dispatching.module.AbstractHttpModule |
---|
getConfig, getModule, getModuleMethod, getPage, getSharedData, setModule, setModuleMethod, setPage, setSharedData |
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 MODULE_PAGE
public static final java.lang.String MESSAGE_EXECUTION
public static final java.lang.String SUBMESSAGEDET
Constructor Detail |
---|
public ExecuteBIObjectModule()
Method Detail |
---|
public void init(it.eng.spago.base.SourceBean config)
init
in interface it.eng.spago.init.InitializerIFace
init
in class it.eng.spago.dispatching.module.AbstractHttpModule
public void service(it.eng.spago.base.SourceBean request, it.eng.spago.base.SourceBean response) throws java.lang.Exception
request
- The request source beanresponse
- The response Source bean
java.lang.Exception
- If an Exception occurredpublic int findBIObjParId(java.lang.Object parIdObj)
parIdObj
- the par id obj
public java.util.List getAsList(java.lang.Object o)
o
- the o
public BIObjectParameter getLookedUpParameter(it.eng.spago.base.SourceBean request) throws java.lang.Exception
request
- the request
java.lang.Exception
public void saveViewPoint(it.eng.spago.base.SourceBean request, it.eng.spago.base.SourceBean response) throws java.lang.Exception
request
- The request SourceBeanresponse
- The response SourceBean
java.lang.Exception
- the exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |