|
||||||||||
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.module.AbstractModule
it.eng.spago.dispatching.module.detail.AbstractDetailModule
La classe AbstractDetailModule
è la superclasse di un' implementazione
di un dettaglio generalizzato.
SourceBean
,
Serialized FormConstructor Summary | |
AbstractDetailModule()
|
Method Summary | |
boolean |
insert(SourceBean request,
SourceBean response)
In questo metodo dev'essere implementata la logica di business inerente all'azione di salvataggio dei dati. |
boolean |
select(SourceBean request,
SourceBean response)
In questo metodo dev'essere implementata la logica di business inerente all'azione di recupero dei dati. |
void |
service(SourceBean serviceRequest,
SourceBean serviceResponse)
Questo metodo viene invocato dall'application framework per eseguire la logica di business implemetata dell'oggetto stesso. |
boolean |
update(SourceBean request,
SourceBean response)
In questo metodo dev'essere implementata la logica di business inerente all'azione di modifica dei dati. |
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 |
Constructor Detail |
public AbstractDetailModule()
Method Detail |
public void service(SourceBean serviceRequest, SourceBean serviceResponse) throws java.lang.Exception
ServiceIFace
service
in interface ServiceIFace
serviceRequest
- il SourceBean
contenente i parametri della richiesta.serviceResponse
- il SourceBean
che dovrà essere popolato con gli
oggetti legati alla risposta.
java.lang.Exception
ServiceIFace.service(SourceBean, SourceBean)
public boolean insert(SourceBean request, SourceBean response)
IFaceDetailService
insert
in interface IFaceDetailService
request
- nome del SourceBean
response
- nome del SourceBean
IFaceDetailService.insert(SourceBean, SourceBean)
public boolean select(SourceBean request, SourceBean response)
IFaceDetailService
select
in interface IFaceDetailService
request
- nome del SourceBean
response
- nome del SourceBean
IFaceDetailService.select(SourceBean, SourceBean)
public boolean update(SourceBean request, SourceBean response)
IFaceDetailService
update
in interface IFaceDetailService
request
- nome del SourceBean
response
- nome del SourceBean
IFaceDetailService.update(SourceBean, SourceBean)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |