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

Packages that use AbstractBLogicMapper
jp.terasoluna.fw.service.thin Related to business logic of Web version  
jp.terasoluna.fw.web.struts.actions Related to the extended classes of the "Action" of "Struts" in Web version  
jp.terasoluna.fw.web.struts.plugins Plugins of Struts in Web version  
 

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

Subclasses of AbstractBLogicMapper in jp.terasoluna.fw.service.thin
 class BLogicMapper
          Business logic I/O information mapping class.
 

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

Methods in jp.terasoluna.fw.web.struts.actions that return AbstractBLogicMapper
protected  AbstractBLogicMapper AbstractBLogicAction.getBLogicMapper(javax.servlet.http.HttpServletRequest req)
          Fetches BLogicMapper instance.
 

Uses of AbstractBLogicMapper in jp.terasoluna.fw.web.struts.plugins
 

Fields in jp.terasoluna.fw.web.struts.plugins declared as AbstractBLogicMapper
private  AbstractBLogicMapper BLogicIOPlugIn.blogicMapper
          Business logic I/O information mapper.