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

Packages that use BLogicProperty
jp.terasoluna.fw.service.thin Related to business logic of Web version  
 

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

Fields in jp.terasoluna.fw.service.thin with type parameters of type BLogicProperty
private  java.util.List<BLogicProperty> BLogicIO.blogicParams
          Business logic input information.
private  java.util.List<BLogicProperty> BLogicIO.blogicResults
          Business logic output information.
 

Methods in jp.terasoluna.fw.service.thin that return types with arguments of type BLogicProperty
 java.util.List<BLogicProperty> BLogicIO.getBLogicParams()
          Fetches business logic input information.
 java.util.List<BLogicProperty> BLogicIO.getBLogicResults()
          Fetches business logic output information.
 

Methods in jp.terasoluna.fw.service.thin with parameters of type BLogicProperty
 void BLogicIO.setBLogicParam(BLogicProperty blogicParam)
          Sets business logic input information.
 void BLogicIO.setBLogicResult(BLogicProperty blogicResult)
          Sets business logic output information.