jp.co.quickbinder.webservice.search
クラス DocListService

java.lang.Object
  上位を拡張 jp.co.quickbinder.webservice.search.DocListService

public class DocListService
extends Object

条件検索(一覧取得)クラス


コンストラクタの概要
DocListService()
           
 
メソッドの概要
 DocListServiceRetValue get(jp.co.intra_mart.foundation.web_service.auth.WSUserInfo wsUserInfo, String dbId, String treeId, String orderId, int incFlg, int recPosition, int recNum, String sortColName, int sortFlg, String condition, int documentType)
          階層・条件検索を行い、その結果の一覧を取得します。
 
クラス java.lang.Object から継承されたメソッド
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

DocListService

public DocListService()
メソッドの詳細

get

public DocListServiceRetValue get(jp.co.intra_mart.foundation.web_service.auth.WSUserInfo wsUserInfo,
                                  String dbId,
                                  String treeId,
                                  String orderId,
                                  int incFlg,
                                  int recPosition,
                                  int recNum,
                                  String sortColName,
                                  int sortFlg,
                                  String condition,
                                  int documentType)
                           throws org.apache.axis2.AxisFault
階層・条件検索を行い、その結果の一覧を取得します。
 
 取得したデータが0件の場合もtrueを返します。
 結果は返却値クラスから取得してください。 
 

パラメータ:
wsUserInfo - [必須] ユーザ情報
dbId - [必須] データベースID
treeId - [必須] 階層ID
orderId - [必須] 表示順ID
incFlg - [必須] サブ階層を含めるかどうかFLG(0:含まない 1:含む)
recPosition - [必須] 開始行No.
recNum - [必須] 取得件数(0の場合全件)
sortColName - ソートカラム名
sortFlg - [必須] ソート方法(0:昇順 1:降順)
condition - 条件(Where句に相当するもの)
documentType - [必須] 文書タイプ(1:未公開 0:公開中)
戻り値:
返却値クラス
例外:
org.apache.axis2.AxisFault - 例外エラー