jp.terasoluna.thin.tutorial.web.logon.blogic
クラス LogonBLogic

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

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

ログオン処理を行うビジネスロジック。


コンストラクタの概要
LogonBLogic()
           
 
メソッドの概要
 jp.terasoluna.fw.service.thin.BLogicResult execute(LogonInput param)
          ログオン処理を行う。
 
クラス java.lang.Object から継承されたメソッド
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

LogonBLogic

public LogonBLogic()
メソッドの詳細

execute

public jp.terasoluna.fw.service.thin.BLogicResult execute(LogonInput param)
ログオン処理を行う。

定義:
インタフェース jp.terasoluna.fw.service.thin.BLogic<LogonInput> 内の execute
パラメータ:
param - 入力されたユーザIDを保持したMap
戻り値:
BLogicResult ログオン処理結果を保持したBLogicResult