|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
@StableMinor(version="6.2", sinceVersion="5.6") public interface IDouiActionRequestCycle
Interface for Doui action request cycle.
Method Summary | |
---|---|
void |
executeUntilLoadFromRequest()
Executes the Doui request cycle until load requisition information from request. |
void |
executeUntilProcessActions()
Executes the Doui request cycle until the process actions step. |
boolean |
executeUntilValidate()
Executes the Doui request cycle until validation. |
Methods inherited from interface lumis.lptf.doui.serviceinterface.IDouiRequestCycle |
---|
executeUntilDouiContextCreation, executeUntilInitDouiContext, getDouiContext |
Methods inherited from interface lumis.lptf.portal.serviceinterface.IActionRequestCycle |
---|
getRequest, getResponse, processAction |
Method Detail |
---|
void executeUntilLoadFromRequest() throws PortalException
PortalException
- if an error occur during the Doui request
cycle execution.DouiServiceInterface.render(lumis.portal.serviceinterface.IServiceInterfaceRenderRequest, lumis.portal.serviceinterface.IServiceInterfaceRenderResponse)
,
DouiServiceInterface.processAction(lumis.portal.serviceinterface.IServiceInterfaceActionRequest, lumis.portal.serviceinterface.IServiceInterfaceActionResponse)
boolean executeUntilValidate() throws PortalException
PortalException
- if an error occur during the Doui request
cycle execution.DouiServiceInterface.render(lumis.portal.serviceinterface.IServiceInterfaceRenderRequest, lumis.portal.serviceinterface.IServiceInterfaceRenderResponse)
,
DouiServiceInterface.processAction(lumis.portal.serviceinterface.IServiceInterfaceActionRequest, lumis.portal.serviceinterface.IServiceInterfaceActionResponse)
void executeUntilProcessActions() throws PortalException
PortalException
- if an error occur while processing actions.DouiServiceInterface.processAction(lumis.portal.serviceinterface.IServiceInterfaceActionRequest, lumis.portal.serviceinterface.IServiceInterfaceActionResponse)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |