jp.co.quickbinder.api.search
クラス SearchDocumentList

java.lang.Object
  上位を拡張 jp.co.quickbinder.api.search.SearchDocumentList

public class SearchDocumentList
extends Object

階層・条件検索クラス

 階層検索・条件検索を行います。
 


フィールドの概要
 int[] rowAttribute
          列属性
 
コンストラクタの概要
SearchDocumentList()
          コンストラクタ
 
メソッドの概要
 int getAttribute(int index)
          属性取得を取得します。
 int getAttributeCount()
          属性件数を取得します。
 int getColumnCount()
          表示カラム数を取得します。
 String getErrorCD()
          エラーコードを取得します。
 String getErrorMSG()
          エラーメッセージを取得します。
 String getFormat(int index)
          フォーマットを取得します。
 int getFormatCount()
          フォーマット件数を取得します。
 int getGetRowCount()
          取得件数を取得します。
 String getRetDataID(int index)
          データテーブルのデータID(Key)を取得します。
 String getRetDataRow(int x, int y)
          表示データを取得します。
 String getRetDataStat(int index)
          データテーブルのデータステータスを取得します。
 String getRowItemName(int index)
          カラム名称を取得します。
 int getRowItemNameCount()
          カラム名称の件数を取得します。
 String getRowItemTitle(int index)
          表示用列タイトルを取得します。
 int getRowItemTitleCount()
          表示用列タイトル数を取得します。
 boolean isNextPageFlg()
          次ページがあるか判定を行います。
 boolean searchDocList(String userId, String dbId, String treeId, String orderId, int incFlg, int recPosition, int recNum, String sortColName, int sortFlg, String condition, int documentType)
          階層・条件検索 取得情報はgetterから取得してください。
 
クラス java.lang.Object から継承されたメソッド
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

フィールドの詳細

rowAttribute

public int[] rowAttribute
列属性

コンストラクタの詳細

SearchDocumentList

public SearchDocumentList()
コンストラクタ

メソッドの詳細

getErrorMSG

public String getErrorMSG()
エラーメッセージを取得します。

戻り値:
エラーメッセージ

getErrorCD

public String getErrorCD()
エラーコードを取得します。

戻り値:
エラーコード

getRetDataRow

public String getRetDataRow(int x,
                            int y)
表示データを取得します。

パラメータ:
x - カラムインデックス
y - 行インデックス
戻り値:
表示データ

getAttribute

public int getAttribute(int index)
属性取得を取得します。

パラメータ:
index - インデックス
戻り値:
属性コード

getAttributeCount

public int getAttributeCount()
属性件数を取得します。

戻り値:
属性の件数

getFormat

public String getFormat(int index)
フォーマットを取得します。

パラメータ:
index - インデックス
戻り値:
フォーマット

getFormatCount

public int getFormatCount()
フォーマット件数を取得します。

戻り値:
フォーマットの件数

getRowItemName

public String getRowItemName(int index)
カラム名称を取得します。

パラメータ:
index - インデックス
戻り値:
カラム名称

getRowItemNameCount

public int getRowItemNameCount()
カラム名称の件数を取得します。

戻り値:
カラム名称の件数

getRowItemTitle

public String getRowItemTitle(int index)
表示用列タイトルを取得します。

パラメータ:
index - インデックス
戻り値:
列タイトル

getRowItemTitleCount

public int getRowItemTitleCount()
表示用列タイトル数を取得します。

戻り値:
タイトル数

getGetRowCount

public int getGetRowCount()
取得件数を取得します。

戻り値:
取得件数

getColumnCount

public int getColumnCount()
表示カラム数を取得します。

戻り値:
カラム件数

isNextPageFlg

public boolean isNextPageFlg()
次ページがあるか判定を行います。

戻り値:
次ページ判定(true:有り false:無し)

getRetDataID

public String getRetDataID(int index)
データテーブルのデータID(Key)を取得します。

パラメータ:
index - インデックス
戻り値:
データID

getRetDataStat

public String getRetDataStat(int index)
データテーブルのデータステータスを取得します。

パラメータ:
index - インデックス
戻り値:
データステータス

searchDocList

public boolean searchDocList(String userId,
                             String dbId,
                             String treeId,
                             String orderId,
                             int incFlg,
                             int recPosition,
                             int recNum,
                             String sortColName,
                             int sortFlg,
                             String condition,
                             int documentType)
階層・条件検索 取得情報はgetterから取得してください。

パラメータ:
userId - [必須] ユーザID
dbId - [必須] データベースID
treeId - [必須] 階層ID
orderId - [必須] 表示順ID
incFlg - [必須] サブ階層を含めるかどうかFLG(0:含まない 1:含む)
recPosition - [必須] 開始行No
recNum - [必須] 取得件数(0の場合、全件)
sortColName - ソートカラム名
sortFlg - [必須] ソート方法(0:昇順 1:降順)
condition - 条件(Where句に相当するもの)
documentType - [必須] 文書タイプ(1:未公開 0:公開中)
戻り値:
実行結果(true:正常 false:異常)