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

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

public class GetOrderListDisplay
extends Object

表示順情報データ取得クラス

 表示順情報データを取得し、表示順情報取得クラス「 GetOrderList 」に返却します。
 


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

コンストラクタの詳細

GetOrderListDisplay

public GetOrderListDisplay()
メソッドの詳細

getItemList

public GetOrderOfDisplayDATA[] getItemList(String orderId,
                                           String dbId,
                                           int orderflg)
                                    throws SQLException,
                                           Exception
表示順情報を取得します。
 
 

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