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

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

public class GetOrderOfDisplay
extends Object

表示順情報取得クラス

 表示順を取得します。
 


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

コンストラクタの詳細

GetOrderOfDisplay

public GetOrderOfDisplay()
コンストラクタ

メソッドの詳細

getItemList

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

パラメータ:
orderId - [必須] 表示順ID
戻り値:
GetOrderOfDisplayDATA[] 表示順情報
例外:
SQLException
Exception