com.hamaf.hikyaku.extension
クラス RetrieveUnitCheck

java.lang.Object
  上位を拡張 com.hamaf.hikyaku.extension.RetrieveUnitCheck

public class RetrieveUnitCheck
extends java.lang.Object

タイトル:RetrieveUnitCheck Class.

説明:検索項目を標準の項目チェック処理でチェックを行う。


用意するメソッド(全て static で実装する)

著作権: Copyright (c) 2004/07/22

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

コンストラクタの概要
RetrieveUnitCheck()
          Creates a new RetrieveUnitCheck.java instance.
 
メソッドの概要
static void retItemCheck(KeyList key, java.lang.String folder)
          Describe retItemCheck method : Unit Item Check.
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

RetrieveUnitCheck

public RetrieveUnitCheck()
Creates a new RetrieveUnitCheck.java instance.
Default Constructor

メソッドの詳細

retItemCheck

public static final void retItemCheck(KeyList key,
                                      java.lang.String folder)
                               throws IllegalRetrieveDataException
Describe retItemCheck method : Unit Item Check.
検索項目の項目チェックを行う。
エラーの場合、例外(IllegalRetrieveDataException)を投げます。

パラメータ:
key - a KeyList : チェックするKeyList oObject
folder - a String : 項目チェックで使用するフォルダー名
例外:
IllegalRetrieveDataException