jp.co.quickbinder.api.document
クラス GetXSecurityList

java.lang.Object
  上位を拡張 jp.co.quickbinder.api.document.GetXSecurityList

public class GetXSecurityList
extends Object

セキュリティ情報取得クラス

 セキュリティ情報を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
 

フィールドの詳細

listXSecurity

public QbsXSecurity[] listXSecurity
セキュリティ情報

コンストラクタの詳細

GetXSecurityList

public GetXSecurityList()
コンストラクタ

メソッドの詳細

getErrorMSG

public String getErrorMSG()
エラーメッセージを取得します。

戻り値:
エラーメッセージ

getErrorCD

public String getErrorCD()
エラーコードを取得します。

戻り値:
エラーコード

getlistXSecuritySize

public int getlistXSecuritySize()
セキュリティ情報件数を取得します。

戻り値:
件数

getXSecurityList

public boolean getXSecurityList(String securityid,
                                int beforeFlg)
セキュリティ情報を取得します。

パラメータ:
securityid - セキュリティID
beforeFlg - [必須] 文書タイプ(1:未公開 0:公開中)
戻り値:
実行結果(true:正常 false:異常)

getListXSecurity

public QbsXSecurity[] getListXSecurity()
セキュリティ情報データを取得します。

戻り値:
セキュリティ情報データ