jp.terasoluna.thin.tutorial.web.usermanager.blogic
クラス ListBLogic

java.lang.Object
  上位を拡張 jp.terasoluna.thin.tutorial.web.usermanager.blogic.ListBLogic
すべての実装されたインタフェース:
jp.terasoluna.fw.service.thin.BLogic<ListInput>

public class ListBLogic
extends java.lang.Object
implements jp.terasoluna.fw.service.thin.BLogic<ListInput>

一覧データを取得するビジネスロジック。


コンストラクタの概要
ListBLogic()
           
 
メソッドの概要
 jp.terasoluna.fw.service.thin.BLogicResult execute(ListInput param)
          一覧データ取得処理を行う
 void setQueryDAO(jp.terasoluna.fw.dao.QueryDAO queryDAO)
          QueryDAOを設定する。
 
クラス java.lang.Object から継承されたメソッド
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

ListBLogic

public ListBLogic()
メソッドの詳細

execute

public jp.terasoluna.fw.service.thin.BLogicResult execute(ListInput param)
一覧データ取得処理を行う

定義:
インタフェース jp.terasoluna.fw.service.thin.BLogic<ListInput> 内の execute

setQueryDAO

public void setQueryDAO(jp.terasoluna.fw.dao.QueryDAO queryDAO)
QueryDAOを設定する。

パラメータ:
queryDAO -