|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectjp.co.quickbinder.api.document.GetXSecurityList
public class GetXSecurityList
セキュリティ情報取得クラス
セキュリティ情報をqbs_x_securityより取得します。
フィールドの概要 | |
---|---|
QbsXSecurity[] |
listXSecurity
セキュリティ情報 |
コンストラクタの概要 | |
---|---|
GetXSecurityList()
コンストラクタ |
メソッドの概要 | |
---|---|
String |
getErrorCD()
エラーコードを取得します。 |
String |
getErrorMSG()
エラーメッセージを取得します。 |
QbsXSecurity[] |
getListXSecurity()
セキュリティ情報データを取得します。 |
int |
getlistXSecuritySize()
セキュリティ情報件数を取得します。 |
boolean |
getXSecurityList(String securityid,
int beforeFlg)
セキュリティ情報を取得します。 |
クラス java.lang.Object から継承されたメソッド |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
フィールドの詳細 |
---|
public QbsXSecurity[] listXSecurity
コンストラクタの詳細 |
---|
public GetXSecurityList()
メソッドの詳細 |
---|
public String getErrorMSG()
public String getErrorCD()
public int getlistXSecuritySize()
public boolean getXSecurityList(String securityid, int beforeFlg)
securityid
- セキュリティIDbeforeFlg
- [必須] 文書タイプ(1:未公開 0:公開中)
public QbsXSecurity[] getListXSecurity()
|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |