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

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

public class GetDocStatus
extends Object

文書状態取得取得クラス

 文書状態(未公開、公開中)を取得します。
 


コンストラクタの概要
GetDocStatus()
           コンストラクタ 特になにもしません。
 
メソッドの概要
 boolean getDocStatus(String dataId)
           文書状態(公開前・公開中)を取得します。
 int getDocStatusRetVal()
          文書状態(公開前・公開中)を取得します。
 String getErrorCD()
          エラーコードを取得します。
 String getErrorMSG()
           エラーメッセージを取得します。
 void setErrorMSG(String errorMSG)
           エラーメッセージを設定します。
 
クラス java.lang.Object から継承されたメソッド
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

GetDocStatus

public GetDocStatus()
 コンストラクタ
 特になにもしません。
 

メソッドの詳細

getDocStatusRetVal

public int getDocStatusRetVal()
文書状態(公開前・公開中)を取得します。

戻り値:
data 文書状態(-1:公開前 0:公開中 9:公開中と公開前が混在 NULL:該当なし)

getDocStatus

public boolean getDocStatus(String dataId)
 文書状態(公開前・公開中)を取得します。
 

パラメータ:
dataId - [必須] データID
戻り値:
実行結果(true:正常 false:異常)

getErrorMSG

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

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

getErrorCD

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

戻り値:
エラーコード

setErrorMSG

public void setErrorMSG(String errorMSG)
 エラーメッセージを設定します。
 

パラメータ:
errorMSG - エラーメッセージ