Uses of Interface
jp.terasoluna.fw.service.thin.BLogic

Packages that use BLogic
jp.terasoluna.fw.web.struts.actions Extended classes related to the "Action" of Struts in Web version.  
 

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

Fields in jp.terasoluna.fw.web.struts.actions declared as BLogic
private  BLogic<P> BLogicAction.businessLogic
          Business logic which is set.
 

Methods in jp.terasoluna.fw.web.struts.actions that return BLogic
 BLogic<P> BLogicAction.getBusinessLogic()
          Fetches business logic.
 

Methods in jp.terasoluna.fw.web.struts.actions with parameters of type BLogic
 void BLogicAction.setBusinessLogic(BLogic<P> businessLogic)
          Sets business logic.