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

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

推奨されていません。 Ver7.1から非推奨となりました。

public class GetOrderOfDisplay
extends Object


コンストラクタの概要
GetOrderOfDisplay()
          推奨されていません。 データ取得クラス
 
メソッドの概要
 GetOrderOfDisplayDATA[] getItemList(String orderId, String dbId, int orderflg)
          推奨されていません。 表示順を取得します。
 
クラス java.lang.Object から継承されたメソッド
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

GetOrderOfDisplay

public GetOrderOfDisplay()
推奨されていません。 
データ取得クラス

メソッドの詳細

getItemList

public GetOrderOfDisplayDATA[] getItemList(String orderId,
                                           String dbId,
                                           int orderflg)
                                    throws SQLException,
                                           Exception
推奨されていません。 
表示順を取得します。
 
 

パラメータ:
orderId - 表示順ID
dbId - データベースID
orderflg - 表示順フラグ(1:登録画面用 2:条件検索用 3:検索結果用)
戻り値:
表示順データの配列(GetOrderOfDisplayDATA[])
例外:
SQLException
Exception