jp.co.quickbinder.api.xorder
クラス GetInputDataDisplay
java.lang.Object
jp.co.quickbinder.api.xorder.GetInputDataDisplay
public class GetInputDataDisplay
- extends Object
入力補助リストデータ取得クラス
入力補助リストデータを取得し、入力補助リスト取得クラス「 GetInputData 」に返却します。
GetInputDataDisplay
public GetInputDataDisplay()
getItemList
public GetListInputData[] getItemList(String orderId,
String col)
throws SQLException,
Exception
- 入力補助リストを取得します。
- パラメータ:
orderId
- 表示順IDcol
- カラム
- 戻り値:
- 入力補助リストデータの配列(GetListInputData[])
- 例外:
SQLException
Exception