jp.terasoluna.toursample.uc_a01_01.blogic
クラス RP_A01_01_02_03BLogicImpl

java.lang.Object
  上位を拡張 jp.terasoluna.toursample.uc_a01_01.blogic.RP_A01_01_02_03BLogicImpl
すべての実装されたインタフェース:
jp.terasoluna.fw.service.thin.BLogic<RP_A01_01_02_03Input>

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

ツアー予約登録条件取得ビジネスロジック。
RP_A01_01_02_02BLogicでバックアップしたツアー検索条件を取得し、フォームへの 反映を行なう。
バックアップしたツアー検索条件の取得に失敗した場合は TourSystemExceptionが発生される。


コンストラクタの概要
RP_A01_01_02_03BLogicImpl()
           
 
メソッドの概要
 jp.terasoluna.fw.service.thin.BLogicResult execute(RP_A01_01_02_03Input param)
          セッションに設定されていた条件格納オブジェクトから 検索条件を取得し、 successを返却する。
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

RP_A01_01_02_03BLogicImpl

public RP_A01_01_02_03BLogicImpl()
メソッドの詳細

execute

public jp.terasoluna.fw.service.thin.BLogicResult execute(RP_A01_01_02_03Input param)
セッションに設定されていた条件格納オブジェクトから 検索条件を取得し、 successを返却する。
取得できなかった場合はTourSystemExceptionが発生される。

定義:
インタフェース jp.terasoluna.fw.service.thin.BLogic<RP_A01_01_02_03Input> 内の execute
パラメータ:
param - 条件格納オブジェクト
戻り値:
検索条件
例外:
TourSystemException - ツアー検索条件格納オブジェクトの取得に 失敗した場合