jp.terasoluna.rich.tutorial.service.blogic
クラス SimpleBLogic

java.lang.Object
  上位を拡張 jp.terasoluna.rich.tutorial.service.blogic.SimpleBLogic
すべての実装されたインタフェース:
jp.terasoluna.fw.service.rich.BLogic<UserBean,ResultData>

public class SimpleBLogic
extends java.lang.Object
implements jp.terasoluna.fw.service.rich.BLogic<UserBean,ResultData>

入力クラスを結果クラスに格納するBLogicクラス


コンストラクタの概要
SimpleBLogic()
           
 
メソッドの概要
 ResultData execute(UserBean params)
          入力クラスを結果クラスに格納する
1.UserBeanクラスの属性の値をResultDataクラスに格納する。
 
クラス java.lang.Object から継承されたメソッド
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

SimpleBLogic

public SimpleBLogic()
メソッドの詳細

execute

public ResultData execute(UserBean params)
入力クラスを結果クラスに格納する
1.UserBeanクラスの属性の値をResultDataクラスに格納する。
2.総件数をResultDataクラスに設定する。
3.ResultDataクラスを返却する。

定義:
インタフェース jp.terasoluna.fw.service.rich.BLogic<UserBean,ResultData> 内の execute
パラメータ:
params - 入力クラス
戻り値:
結果クラス