|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectjp.co.quickbinder.api.document.GetXFile
public class GetXFile
登録ファイル情報取得クラス
登録ファイル情報をqbs_x_fileより取得します。
フィールドの概要 | |
---|---|
QbsXFile[] |
listXFile
登録ファイル情報 |
コンストラクタの概要 | |
---|---|
GetXFile()
|
メソッドの概要 | |
---|---|
String |
getErrorCD()
エラーコードを取得します。 |
String |
getErrorMSG()
エラーメッセージを取得します。 |
QbsXFile[] |
getListXFile()
登録データを取得します。 |
int |
getlistXFileSize()
登録ファイル情報件数を取得します。 |
boolean |
getXFileArray(String dataId,
String dbId,
int beforeFlg)
登録ファイル情報を取得します。 |
ArrayList<QbsXFile> |
getXFileList(String condition,
String orderBy,
int beforeFlg)
QBS_X_FILEのデータを取得する |
クラス java.lang.Object から継承されたメソッド |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
フィールドの詳細 |
---|
public QbsXFile[] listXFile
コンストラクタの詳細 |
---|
public GetXFile()
メソッドの詳細 |
---|
public String getErrorMSG()
public String getErrorCD()
public int getlistXFileSize()
public boolean getXFileArray(String dataId, String dbId, int beforeFlg)
dataId
- [必須] データIDdbId
- [必須] データベースIDbeforeFlg
- [必須] 更新テーブル・フラグ(1:未公開テーブル 0:公開中テーブル)
public QbsXFile[] getListXFile()
public ArrayList<QbsXFile> getXFileList(String condition, String orderBy, int beforeFlg) throws Exception
condition
- 検索条件(WHERE句を指定する)。指定しない場合は空文字""。orderBy
- 取得するデータの並び順。指定しない場合は空文字""。デフォルトはveridの昇順beforeFlg
- [必須] 更新テーブル・フラグ(1:未公開テーブル 0:公開中テーブル)
Exception
|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |