it.eng.spago.dispatching.module.list.smart.impl
Class DefaultSmartListModule

java.lang.Object
  extended byit.eng.spago.dispatching.service.DefaultRequestContext
      extended byit.eng.spago.dispatching.module.AbstractModule
          extended byit.eng.spago.dispatching.module.list.smart.AbstractSmartListModule
              extended byit.eng.spago.dispatching.module.list.smart.impl.DefaultSmartListModule
All Implemented Interfaces:
IFaceSmartListService, InitializerIFace, ModuleIFace, RequestContextIFace, java.io.Serializable, ServiceIFace

public class DefaultSmartListModule
extends AbstractSmartListModule

See Also:
Serialized Form

Constructor Summary
DefaultSmartListModule()
           
 
Method Summary
 boolean delete(SourceBean request, SourceBean response)
           
 IFaceListProvider getList(SourceBean request, SourceBean response)
           
 void init(SourceBean config)
          Rende disponibile al modulo lo stream XML di configurazione.
 
Methods inherited from class it.eng.spago.dispatching.module.list.smart.AbstractSmartListModule
callback, getList, service, setList
 
Methods inherited from class it.eng.spago.dispatching.module.AbstractModule
getConfig, getModule, getPage, getSharedData, 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
 

Constructor Detail

DefaultSmartListModule

public DefaultSmartListModule()
Method Detail

init

public void init(SourceBean config)
Description copied from class: AbstractModule
Rende disponibile al modulo lo stream XML di configurazione. Questo è a carico dell' Application Framework e viene effettuato immediatamente dopo la creazione di un'istanza.

Specified by:
init in interface InitializerIFace
Overrides:
init in class AbstractModule

getList

public IFaceListProvider getList(SourceBean request,
                                 SourceBean response)
                          throws java.lang.Exception
Throws:
java.lang.Exception

delete

public boolean delete(SourceBean request,
                      SourceBean response)
Specified by:
delete in interface IFaceSmartListService
Overrides:
delete in class AbstractSmartListModule
See Also:
it.eng.spago.dispatching.service.list.smart.IFaceSmartListService#delete(SourceBean)