IM-Workflow

jp.co.intra_mart.foundation.workflow.application.model.condition
クラス OrgzAuthCondition

java.lang.Object
  上位を拡張 jp.co.intra_mart.foundation.workflow.application.model.condition.OrgzAuthCondition

public class OrgzAuthCondition
extends Object

組織権限条件 クラス。

あるユーザが申請可能な申請一覧を取得する際に、ユーザの所属組織情報を絞り込む追加条件として利用します。
詳細については、使用されている各箇所を参照してください。

導入されたバージョン:
7.2
関連項目:
ApplyFlowList.getActApplyFlowList(String, String, OrgzAuthCondition, jp.co.intra_mart.foundation.workflow.application.general.condition.ListSearchConditionNoMatterProperty), ApplyFlowList.getActApplyFlowListCount(String, String, OrgzAuthCondition, jp.co.intra_mart.foundation.workflow.application.general.condition.ListSearchConditionNoMatterProperty), ApplyFlowList.getApplyFlowList(String, OrgzAuthCondition, jp.co.intra_mart.foundation.workflow.application.general.condition.ListSearchConditionNoMatterProperty), ApplyFlowList.getApplyFlowListCount(String, OrgzAuthCondition, jp.co.intra_mart.foundation.workflow.application.general.condition.ListSearchConditionNoMatterProperty)

コンストラクタの概要
OrgzAuthCondition()
          コンストラクタ。
 
メソッドの概要
 String getAuthCompanyCode()
          権限者会社コードを取得します。
 String getAuthOragnizationCode()
          権限者組織コードを取得します。
 String getAuthOragnizationSetCode()
          権限者組織セットコードを取得します。
 void setAuthCompanyCode(String authCompanyCode)
          権限者会社コードを設定します。
 void setAuthOragnizationCode(String authOragnizationCode)
          権限者組織コードを設定します。
 void setAuthOragnizationSetCode(String authOragnizationSetCode)
          権限者組織セットコードを設定します。
 
クラス java.lang.Object から継承されたメソッド
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

OrgzAuthCondition

public OrgzAuthCondition()
コンストラクタ。 組織権限条件クラスを新しく生成します。

メソッドの詳細

getAuthCompanyCode

public String getAuthCompanyCode()
権限者会社コードを取得します。

戻り値:
String 権限者会社コード

setAuthCompanyCode

public void setAuthCompanyCode(String authCompanyCode)
権限者会社コードを設定します。

パラメータ:
authCompanyCode - 権限者会社コード

getAuthOragnizationSetCode

public String getAuthOragnizationSetCode()
権限者組織セットコードを取得します。

戻り値:
String 権限者組織セットコード

setAuthOragnizationSetCode

public void setAuthOragnizationSetCode(String authOragnizationSetCode)
権限者組織セットコードを設定します。

パラメータ:
authOragnizationSetCode - 権限者組織セットコード

getAuthOragnizationCode

public String getAuthOragnizationCode()
権限者組織コードを取得します。

戻り値:
String 権限者組織コード

setAuthOragnizationCode

public void setAuthOragnizationCode(String authOragnizationCode)
権限者組織コードを設定します。

パラメータ:
authOragnizationCode - 権限者組織コード

IM-Workflow

Copyright © 2000-2015 NTT DATA INTRAMART CO.,LTD.. All Rights Reserved.