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

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

public class GetInputDataDisplay
extends Object

入力補助リストデータ取得クラス

 入力補助リストデータを取得し、入力補助リスト取得クラス「 GetInputData 」に返却します。
 


コンストラクタの概要
GetInputDataDisplay()
           
 
メソッドの概要
 GetListInputData[] getItemList(String orderId, String col)
          入力補助リストを取得します。
 
クラス java.lang.Object から継承されたメソッド
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

GetInputDataDisplay

public GetInputDataDisplay()
メソッドの詳細

getItemList

public GetListInputData[] getItemList(String orderId,
                                      String col)
                               throws SQLException,
                                      Exception
入力補助リストを取得します。
 
 

パラメータ:
orderId - 表示順ID
col - カラム
戻り値:
入力補助リストデータの配列(GetListInputData[])
例外:
SQLException
Exception