com.hamaf.hikyaku.plugIn.process
クラス RetrieveInfAcquisition

java.lang.Object
  上位を拡張 com.hamaf.hikyaku.plugIn.process.RetrieveInfAcquisition

public class RetrieveInfAcquisition
extends java.lang.Object

タイトル:RetriveInfInitInfAcquisition is .

説明:検索情報の取得処理を行う


著作権: Copyright (c) 2010/06/23

バージョン:
1.0
作成者:
y-hamanaka

コンストラクタの概要
RetrieveInfAcquisition(RetrieveAccess ra, ViewRetrieveAccess vra)
          Creates a new RetriveInfInitInfAcquisition.java instance.
 
メソッドの概要
 VRetrieveSearchDto find(VRetrieveSearchDto vrsd)
          Describe find method : .
 VRetrieveDto findByPrimaryKey(VRetrieveDto vrd)
          Describe findByPrimaryKey method : .
 java.util.List<java.util.Map<java.lang.String,java.lang.String>> getRetrieveInf(java.lang.String val, UserDto ud)
          Describe getRetrieveInf method : .
 void update(RetrieveDto rd)
          Describe update method : .
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

RetrieveInfAcquisition

public RetrieveInfAcquisition(RetrieveAccess ra,
                              ViewRetrieveAccess vra)
Creates a new RetriveInfInitInfAcquisition.java instance.
Default Constructor

パラメータ:
ra - a RetrieveAccess
vra - a ViewRetrieveAccess
メソッドの詳細

find

public VRetrieveSearchDto find(VRetrieveSearchDto vrsd)
                        throws java.lang.Exception
Describe find method : .
検索情報を検索する。

パラメータ:
vrsd - a VRetrieveSearchDto :
戻り値:
a VRetrieveSearchDto :
例外:
java.lang.Exception

findByPrimaryKey

public VRetrieveDto findByPrimaryKey(VRetrieveDto vrd)
                              throws java.lang.Exception
Describe findByPrimaryKey method : .
検索情報の詳細を取得する。

パラメータ:
vrd - a VRetrieveDto :
戻り値:
a VRetrieveDto :
例外:
java.lang.Exception

update

public void update(RetrieveDto rd)
            throws java.lang.Exception
Describe update method : .
検索情報テーブルを更新する。

パラメータ:
rd - a RetrieveDto :
例外:
java.lang.Exception

getRetrieveInf

public java.util.List<java.util.Map<java.lang.String,java.lang.String>> getRetrieveInf(java.lang.String val,
                                                                                       UserDto ud)
                                                                                throws java.lang.Exception
Describe getRetrieveInf method : .
検索情報テーブルよりユーザーに対応した検索用情報を取得する。

パラメータ:
ud - a UserDto :
戻り値:
a List<Map<String,String>> :
例外:
java.lang.Exception