it.eng.spago.dispatching.action.list.smart.impl
Class DefaultSmartListAction

java.lang.Object
  extended byit.eng.spago.dispatching.service.DefaultRequestContext
      extended byit.eng.spago.dispatching.action.AbstractAction
          extended byit.eng.spago.dispatching.action.list.smart.AbstractSmartListAction
              extended byit.eng.spago.dispatching.action.list.smart.impl.DefaultSmartListAction
All Implemented Interfaces:
ActionIFace, IFaceSmartListService, InitializerIFace, RequestContextIFace, java.io.Serializable, ServiceIFace

public class DefaultSmartListAction
extends AbstractSmartListAction

See Also:
Serialized Form

Constructor Summary
DefaultSmartListAction()
           
 
Method Summary
 boolean delete(SourceBean request, SourceBean response)
           
 IFaceListProvider getList(SourceBean request, SourceBean response)
           
 void init(SourceBean config)
          Rende disponbile alla action lo stream XML di configurazione.
 
Methods inherited from class it.eng.spago.dispatching.action.list.smart.AbstractSmartListAction
callback, getList, service, setList
 
Methods inherited from class it.eng.spago.dispatching.action.AbstractAction
getAction, getActionName, getConfig, setAction, setActionName
 
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

DefaultSmartListAction

public DefaultSmartListAction()
Method Detail

init

public void init(SourceBean config)
Description copied from class: AbstractAction
Rende disponbile alla action 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 AbstractAction

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 AbstractSmartListAction
See Also:
it.eng.spago.dispatching.service.list.smart.IFaceSmartListService#delete(SourceBean)