jp.terasoluna.toursample.uc_a99_01.blogic
インタフェース RP_A99_01_02_02BLogic

既知の実装クラスの一覧:
RP_A99_01_02_02BLogicImpl

public interface RP_A99_01_02_02BLogic

ログイン処理を行うビジネスロジックインタフェース。

・ユースケースUC_A99_01:顧客ログイン

入力された顧客IDとパスワードを利用しログイン処理を行う。
ログイン可能の場合はUVO(顧客情報)を生成し返す。
ログイン不可能の場合はnullを返す。

関連項目:
TourUVO

メソッドの概要
 TourUVO executeLogin(java.lang.String customerCode, java.lang.String customerPass)
          ログイン処理を行う。
 

メソッドの詳細

executeLogin

TourUVO executeLogin(java.lang.String customerCode,
                     java.lang.String customerPass)
ログイン処理を行う。
ログイン処理の結果としてUVOインスタンスを返す。

パラメータ:
customerCode - 入力された顧客ID
customerPass - 入力されたパスワード
戻り値:
顧客情報