jp.co.quickbinder.api.xorder
クラス GetInputData

java.lang.Object
  上位を拡張 jp.co.quickbinder.api.xorder.GetInputData

public class GetInputData
extends Object

入力補助リスト取得クラス

 入力補助リストを取得します。
 


コンストラクタの概要
GetInputData()
           
 
メソッドの概要
 String getErrorCD()
          エラーコードを取得します。
 String getErrorMSG()
          エラーメッセージを取得します。
 boolean getInpDatList(String orderId, String col)
          呼出用パラメータ
 int getRowCount()
          取得件数を取得します。
 String getRowItemcol(int index)
          カラムを取得します。
 String getRowIteminputdata(int index)
          表示名を取得します。
 String getRowItemorderid(int index)
          表示順IDを取得します。
 int getRowItemvieworder(int index)
          表示順番を取得します。
 
クラス java.lang.Object から継承されたメソッド
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

GetInputData

public GetInputData()
メソッドの詳細

getErrorMSG

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

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

getErrorCD

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

戻り値:
エラーコード

getRowItemorderid

public String getRowItemorderid(int index)
表示順IDを取得します。

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

getRowItemcol

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

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

getRowIteminputdata

public String getRowIteminputdata(int index)
表示名を取得します。

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

getRowItemvieworder

public int getRowItemvieworder(int index)
表示順番を取得します。

パラメータ:
index - インデックス
戻り値:
表示順番

getRowCount

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

戻り値:
取得件数

getInpDatList

public boolean getInpDatList(String orderId,
                             String col)
呼出用パラメータ

パラメータ:
orderId - [必須] 表示順ID
col - [必須] カラムキー
戻り値:
実行結果(true:正常 false:異常)