it.eng.spagobi.services.modules
Class ListLookupReportsModule

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

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

Loads the parameters lookup list

Author:
Andrea Gioia
See Also:
Serialized Form

Field Summary
static java.lang.String MODULE_PAGE
           
 
Constructor Summary
ListLookupReportsModule()
          Class Constructor
 
Method Summary
 boolean delete(it.eng.spago.base.SourceBean request, it.eng.spago.base.SourceBean response)
          Deletes the list
 it.eng.spago.paginator.basic.ListIFace getList(it.eng.spago.base.SourceBean request, it.eng.spago.base.SourceBean response)
          Gets the list
private  java.util.List getSubreportsId(it.eng.spago.base.SourceBean request)
           
 void service(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, getList, 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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

MODULE_PAGE

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

ListLookupReportsModule

public ListLookupReportsModule()
Class Constructor

Method Detail

service

public void service(it.eng.spago.base.SourceBean request,
                    it.eng.spago.base.SourceBean response)
             throws java.lang.Exception
Specified by:
service in interface it.eng.spago.dispatching.service.ServiceIFace
Overrides:
service in class it.eng.spago.dispatching.module.list.basic.AbstractBasicListModule
Throws:
java.lang.Exception

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
Gets the list

Parameters:
request - The request SourceBean
response - The response SourceBean
Returns:
ListIFace
Throws:
java.lang.Exception

delete

public boolean delete(it.eng.spago.base.SourceBean request,
                      it.eng.spago.base.SourceBean response)
Deletes the list

Specified by:
delete in interface it.eng.spago.dispatching.service.list.basic.IFaceBasicListService
Overrides:
delete in class it.eng.spago.dispatching.module.list.basic.AbstractBasicListModule
Parameters:
request - The request SourceBean
response - The response SourceBean

getSubreportsId

private java.util.List getSubreportsId(it.eng.spago.base.SourceBean request)