|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectjp.co.quickbinder.api.xorder.GetOrderList
public class GetOrderList
表示順情報取得クラス
データベースに設定されている表示順の情報を取得します。 取得する表示順は、「 登録画面用 」 「 条件検索用 」「 検索結果用 」をパラメータで指定します。
コンストラクタの概要 | |
---|---|
GetOrderList()
|
メソッドの概要 | |
---|---|
String |
getErrorCD()
エラーコードを取得します。 |
String |
getErrorMSG()
エラーメッセージを取得します。 |
boolean |
getOdrList(String dbId,
String orderId,
int orderFlg)
呼出用パラメータ |
int |
getRowCount()
取得件数を取得します。 |
String |
getRowItemcol(int index)
カラムを取得します。 |
String |
getRowItemcollength(int index)
属性長を取得します。 |
String |
getRowItemcoltype(int index)
属性タイプを取得します。 |
String |
getRowItemdispformat(int index)
表示フォーマットを取得します。 |
String |
getRowItemdispname(int index)
表示名を取得します。 |
String |
getRowIteminitdata(int index)
初期値を取得します。 |
String |
getRowIteminputcomment(int index)
入力用コメントを取得します。 |
int |
getRowIteminputtype(int index)
入力タイプを取得します。 |
int |
getRowItemmustentflg(int index)
必須フラグを取得します。 |
クラス java.lang.Object から継承されたメソッド |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
コンストラクタの詳細 |
---|
public GetOrderList()
メソッドの詳細 |
---|
public String getErrorMSG()
public String getErrorCD()
public String getRowItemcol(int index)
index
- インデックス
public String getRowItemcoltype(int index)
index
- インデックス
public String getRowItemcollength(int index)
index
- インデックス
public String getRowItemdispname(int index)
index
- インデックス
public String getRowItemdispformat(int index)
index
- インデックス
public String getRowIteminitdata(int index)
index
- インデックス
public int getRowIteminputtype(int index)
index
- インデックス
public String getRowIteminputcomment(int index)
index
- インデックス
public int getRowItemmustentflg(int index)
index
- インデックス
public int getRowCount()
public boolean getOdrList(String dbId, String orderId, int orderFlg)
dbId
- [必須] データベースIDorderId
- [必須] 表示順IDorderFlg
- [必須] 表示順フラグ(1:登録画面用 2:条件検索用 3:検索結果用)
|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |