クラス
jp.terasoluna.thin.sample.service.bean.UserBean の使用

UserBean を使用しているパッケージ
jp.terasoluna.thin.sample.service.blogic   
jp.terasoluna.thin.sample.web.action   
 

jp.terasoluna.thin.sample.service.blogic での UserBean の使用
 

UserBean 型のパラメータを持つ jp.terasoluna.thin.sample.service.blogic のメソッド
protected  boolean RegisterBLogicImpl.check(UserBean bean)
          入力されたIDが重複か否かをデータベースから取得して判定する。
 int DeleteBLogicImpl.delete(UserBean bean)
          データベースからユーザ情報を削除する。
 int DeleteBLogic.delete(UserBean bean)
          データベースから情報を削除する。
 boolean RegisterBLogicImpl.register(UserBean bean)
          入力された情報をデータベースに登録する。
 boolean RegisterBLogic.register(UserBean bean)
          入力された情報をデータベースに登録する。
 

jp.terasoluna.thin.sample.web.action での UserBean の使用
 

UserBean 型のパラメータを持つ jp.terasoluna.thin.sample.web.action のメソッド
 jp.terasoluna.fw.service.thin.BLogicResult RegisterAction.doExecuteBLogic(UserBean bean)
          ビジネスロジックを実行し、結果を返却する。
 jp.terasoluna.fw.service.thin.BLogicResult DeleteAction.doExecuteBLogic(UserBean bean)
          ビジネスロジックを実行し、結果を返却する。