Uses of Class
jp.terasoluna.fw.service.thin.BLogicResult

Packages that use BLogicResult
jp.terasoluna.fw.service.thin Related to the business logic of Web version  
jp.terasoluna.fw.web.struts.actions Extended classes related to the "Action" of Struts in Web version  
 

Uses of BLogicResult in jp.terasoluna.fw.service.thin
 

Methods in jp.terasoluna.fw.service.thin that return BLogicResult
 BLogicResult BLogic.execute(P params)
          Executes the business logic.
 

Methods in jp.terasoluna.fw.service.thin with parameters of type BLogicResult
 void AbstractBLogicMapper.mapBLogicResult(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, BLogicIO io, BLogicResult result)
          Stores the value in Web tier object as per BLogicIO.
 

Uses of BLogicResult in jp.terasoluna.fw.web.struts.actions
 

Methods in jp.terasoluna.fw.web.struts.actions that return BLogicResult
abstract  BLogicResult AbstractBLogicAction.doExecuteBLogic(P param)
          Abstract method to execute business logic. It should be implemented in the subclass.
 BLogicResult BLogicAction.doExecuteBLogic(P param)
          Invokes BLogic.
 

Methods in jp.terasoluna.fw.web.struts.actions with parameters of type BLogicResult
protected  void AbstractBLogicAction.evaluateBLogicResult(BLogicResult result, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, ActionMappingEx mappingEx)
          Evaluates BLogicResult and reflects the result to the Web tier object.
protected  boolean AbstractBLogicAction.isErrorsEmpty(BLogicResult result)
          Returns true when the error information stored in BLogicResult is null or empty.
protected  void AbstractBLogicAction.postDoExecuteBLogic(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, P params, BLogicResult result)
          Processing after executing the business logic.
protected  void DownloadBLogicAction.processBLogicResult(BLogicResult result, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, ActionMappingEx mappingEx)
          Reflects the result to the Web tier object from BLogicResult.
protected  void AbstractBLogicAction.processBLogicResult(BLogicResult result, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, ActionMappingEx mappingEx)
          Reflects the result to the Web tier object from BLogicResult.