it.eng.spagobi.services.modules
Class ListTestScriptModule

java.lang.Object
  extended byit.eng.spago.dispatching.service.DefaultRequestContext
      extended byit.eng.spago.dispatching.module.AbstractModule
          extended byit.eng.spago.dispatching.module.list.basic.AbstractBasicListModule
              extended byit.eng.spagobi.services.modules.ListTestScriptModule
All Implemented Interfaces:
it.eng.spago.dispatching.service.list.basic.IFaceBasicListService, it.eng.spago.init.InitializerIFace, it.eng.spago.dispatching.module.ModuleIFace, it.eng.spago.dispatching.service.RequestContextIFace, java.io.Serializable, it.eng.spago.dispatching.service.ServiceIFace

public class ListTestScriptModule
extends it.eng.spago.dispatching.module.list.basic.AbstractBasicListModule

Tests the script and produces the list as output.

Author:
Zerbetto
See Also:
Serialized Form

Constructor Summary
ListTestScriptModule()
           
 
Method Summary
 it.eng.spago.paginator.basic.ListIFace getList(it.eng.spago.base.SourceBean request, it.eng.spago.base.SourceBean response)
           
 
Methods inherited from class it.eng.spago.dispatching.module.list.basic.AbstractBasicListModule
callback, delete, getList, service, setList
 
Methods inherited from class it.eng.spago.dispatching.module.AbstractModule
getConfig, getModule, getPage, getSharedData, init, setModule, setPage, setSharedData
 
Methods inherited from class it.eng.spago.dispatching.service.DefaultRequestContext
getErrorHandler, getRequestContainer, getResponseContainer, getServiceRequest, getServiceResponse, setRequestContext
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ListTestScriptModule

public ListTestScriptModule()
Method Detail

getList

public it.eng.spago.paginator.basic.ListIFace getList(it.eng.spago.base.SourceBean request,
                                                      it.eng.spago.base.SourceBean response)
                                               throws java.lang.Exception
Throws:
java.lang.Exception