Uses of Class
pt.digitalis.dif.exception.controller.BusinessFlowException

Packages that use BusinessFlowException
pt.digitalis.dif.codegen.templates   
pt.digitalis.dif.controller   
pt.digitalis.dif.controller.interfaces   
pt.digitalis.dif.dem.interfaces   
 

Uses of BusinessFlowException in pt.digitalis.dif.codegen.templates
 

Methods in pt.digitalis.dif.codegen.templates that throw BusinessFlowException
 ViewObject StageInstanceCGTemplate._CG_execute(IDIFContext context)
           
 boolean StageInstanceCGTemplate._CG_finalize(IDIFContext context)
           
 boolean StageInstanceCGTemplate._CG_init(IDIFContext context)
           
 

Uses of BusinessFlowException in pt.digitalis.dif.controller
 

Methods in pt.digitalis.dif.controller with parameters of type BusinessFlowException
 IDIFResponse AbstractControllerErrorHandler.processException(IDIFRequest originalRequest, BusinessFlowException businessFlowException)
           
 

Methods in pt.digitalis.dif.controller that throw BusinessFlowException
 DIFResponse AbstractDIFDispatcher.dispatch(IDIFRequest difRequest)
           
protected  IStageInstance AbstractDIFDispatcher.execute()
          Executes the appropriate tasks to serve the request.
protected  boolean AbstractDIFDispatcher.handleException(Exception exception)
          Handles the occurred exception to redirect to a given handler and perform cleanup actions
 

Uses of BusinessFlowException in pt.digitalis.dif.controller.interfaces
 

Methods in pt.digitalis.dif.controller.interfaces with parameters of type BusinessFlowException
 IDIFResponse IDispatcherErrorHandler.processException(IDIFRequest originalRequest, BusinessFlowException businessFlowException)
          Process an exception and determine the resulting action response
 

Methods in pt.digitalis.dif.controller.interfaces that throw BusinessFlowException
 DIFResponse IDIFDispatcher.dispatch(IDIFRequest difRequest)
          This method serves as an interface between the AbstractDIFDispatcher and the calling AbstractChAL.
 

Uses of BusinessFlowException in pt.digitalis.dif.dem.interfaces
 

Methods in pt.digitalis.dif.dem.interfaces that throw BusinessFlowException
 ViewObject IStageInstance._CG_execute(IDIFContext context)
          The business logic executing method.
 boolean IStageInstance._CG_finalize(IDIFContext context)
          The finalization method.
 boolean IStageInstance._CG_init(IDIFContext context)
          The initialization method.
 



Copyright © 2014 Digitalis Informática Lda. All Rights Reserved.