jp.co.quickbinder.api.xorder
クラス GetOrderListDisplay
java.lang.Object
jp.co.quickbinder.api.xorder.GetOrderListDisplay
public class GetOrderListDisplay
- extends Object
表示順情報データ取得クラス
表示順情報データを取得し、表示順情報取得クラス「 GetOrderList 」に返却します。
GetOrderListDisplay
public GetOrderListDisplay()
getItemList
public GetOrderOfDisplayDATA[] getItemList(String orderId,
String dbId,
int orderflg)
throws SQLException,
Exception
- 表示順情報を取得します。
- パラメータ:
dbId
- [必須] データベースIDorderId
- [必須] 表示順IDorderflg
- [必須] 表示順フラグ(1:登録画面用 2:条件検索用 3:検索結果用)
- 戻り値:
- 表示順データの配列(GetOrderOfDisplayDATA[])
- 例外:
SQLException
Exception