|
||||||||||
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
it.eng.spago.dispatching.module.detail.impl.DefaultDetailModule
Constructor Summary | |
DefaultDetailModule()
|
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. |
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.detail.AbstractDetailModule |
service |
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 DefaultDetailModule()
Method Detail |
public boolean insert(SourceBean request, SourceBean response)
IFaceDetailService
insert
in interface IFaceDetailService
insert
in class AbstractDetailModule
IFaceDetailService.insert(SourceBean, SourceBean)
public boolean select(SourceBean request, SourceBean response)
IFaceDetailService
select
in interface IFaceDetailService
select
in class AbstractDetailModule
IFaceDetailService.select(SourceBean, SourceBean)
public boolean update(SourceBean request, SourceBean response)
IFaceDetailService
update
in interface IFaceDetailService
update
in class AbstractDetailModule
IFaceDetailService.update(SourceBean, SourceBean)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |