jp.co.quickbinder.api.xorder
クラス GetOrderOfDisplay
java.lang.Object
jp.co.quickbinder.api.xorder.GetOrderOfDisplay
推奨されていません。 Ver7.1から非推奨となりました。
public class GetOrderOfDisplay
- extends Object
GetOrderOfDisplay
public GetOrderOfDisplay()
- 推奨されていません。
- データ取得クラス
getItemList
public GetOrderOfDisplayDATA[] getItemList(String orderId,
String dbId,
int orderflg)
throws SQLException,
Exception
- 推奨されていません。
- 表示順を取得します。
- パラメータ:
orderId
- 表示順IDdbId
- データベースIDorderflg
- 表示順フラグ(1:登録画面用 2:条件検索用 3:検索結果用)
- 戻り値:
- 表示順データの配列(GetOrderOfDisplayDATA[])
- 例外:
SQLException
Exception