public class CnfmActvMatterList
extends jp.co.intra_mart.system.workflow.api.database.AbstractListDaoBase
CnfmCplMatterList
」を利用してください。CnfmCplMatterList
COMBINE_AND, COMMA, INVALID_FIELD, LEFT_PARENTHESIS, loginGroupId, manager, PREPARESTMT_BIND_LIST_KEY, PREPARESTMT_SQL_KEY, QUESTION, RIGHT_PARENTHESIS, SINGLE_QUOTE, SPACE, VALID_FIELD_NOT_REQUIRED, VALID_FIELD_REQUIRED, VALID_PRIMARY_FIELD
コンストラクタと説明 |
---|
CnfmActvMatterList(String userCd)
コンストラクタ。
|
CnfmActvMatterList(String userCd,
String localeId)
コンストラクタ。
|
CnfmActvMatterList(String userCd,
String loginGroupId,
String localeId)
非推奨です。
CnfmActvMatterList(String, String) を使用してください。 |
修飾子とタイプ | メソッドと説明 |
---|---|
ActvMatterCnfmModel[] |
getCnfmList(ListSearchCondition<ActvMatterCnfmType> cond)
ユーザが確認できる未完了案件一覧を取得します。
|
ActvMatterCnfmModel[] |
getCnfmListAsync(ListSearchCondition<ActvMatterCnfmType> cond)
ユーザが確認できる未完了案件一覧を取得します。
|
int |
getCnfmListCount(ListSearchCondition<ActvMatterCnfmType> cond)
ユーザが確認できる未完了案件件数を取得します。
|
int |
getCnfmListCountAsync(ListSearchCondition<ActvMatterCnfmType> cond)
ユーザが確認できる未完了案件件数を取得します。
|
Map<String,Integer> |
getConfirmedCountForEachFlow()
確認済み未完了案件件数をフロー毎に取得します。
|
Map<String,Integer> |
getConfirmedCountForEachFlowAsync()
確認済み未完了案件件数をフロー毎に取得します。
|
ActvMatterCnfmModel[] |
getLumpCnfmList(boolean noOrgzConditionFlag,
ListSearchCondition<ActvMatterCnfmType> cond)
ユーザが一括確認できる未完了案件一覧を取得します。
|
ActvMatterCnfmModel[] |
getLumpCnfmListAsync(boolean noOrgzConditionFlag,
ListSearchCondition<ActvMatterCnfmType> cond)
ユーザが一括確認できる未完了案件一覧を取得します。
|
int |
getLumpCnfmListCount(boolean noOrgzConditionFlag,
ListSearchCondition<ActvMatterCnfmType> cond)
ユーザが一括確認できる未完了案件件数を取得します。
|
int |
getLumpCnfmListCountAsync(boolean noOrgzConditionFlag,
ListSearchCondition<ActvMatterCnfmType> cond)
ユーザが一括確認できる未完了案件件数を取得します。
|
protected jp.co.intra_mart.system.workflow.api.database.AbstractListDaoBase.SubSearchSql |
getPropertyTable()
案件プロパティ(ユーザデータ)テーブル名を取得します。
|
protected jp.co.intra_mart.system.workflow.api.database.AbstractListDaoBase.SubSearchSql |
getSearchMainTable()
テーブル名を取得します。
|
Map<String,Integer> |
getUnconfirmedCountForEachFlow()
未確認未完了案件件数をフロー毎に取得します。
|
Map<String,Integer> |
getUnconfirmedCountForEachFlowAsync()
未確認未完了案件件数をフロー毎に取得します。
|
appendOrderCondition, checkJoinFlowGrpQuery, checkJoinFlowGrpQueryNoMatterProp, createPreSQL, executeCount, executeCount, executeCount, executeCount, executeCountForEachFlow, executeSearch, executeSearch, executeSearch, executeSearch, isDistinctSearch, modifyFinalCompleteSQL, modifyFinalSearchSQL
addOptionClause, bindingPreStatement, checkField, checkWorkflowDaoMappingClass, closeConnection, closeResultSet, closeStatement, convertLimitSql, createResultObject, createResultObject, createResultObject, getColumnName, getConnection, getDbType, getEscapedValue, getFieldType, getSQLString
public CnfmActvMatterList(String userCd)
userCd
- 実行者コード(実際に処理を行う利用者)public CnfmActvMatterList(String userCd, String localeId)
userCd
- 実行者コード(実際に処理を行う利用者)localeId
- ロケールID@Deprecated public CnfmActvMatterList(String userCd, String loginGroupId, String localeId)
CnfmActvMatterList(String, String)
を使用してください。userCd
- 実行者コード(実際に処理を行う利用者)loginGroupId
- ログイングループIDlocaleId
- ロケールIDpublic ActvMatterCnfmModel[] getCnfmList(ListSearchCondition<ActvMatterCnfmType> cond) throws WorkflowException
WorkflowException
」が発生します。ActvMatterCnfmType
に定義されているEnumをキーで設定できます。ListSearchCondition
」を参照してください。CnfmCplMatterList.getCnfmUserSetList(ListSearchCondition)
」を利用してください。cond
- 検索条件WorkflowException
- ワークフロー例外の親クラスpublic ActvMatterCnfmModel[] getCnfmListAsync(ListSearchCondition<ActvMatterCnfmType> cond) throws WorkflowException
WorkflowException
」が発生します。ActvMatterCnfmType
に定義されているEnumをキーで設定できます。ListSearchCondition
」を参照してください。CnfmCplMatterList.getCnfmUserSetList(ListSearchCondition)
」を利用してください。cond
- 検索条件WorkflowException
- ワークフロー例外の親クラスpublic int getCnfmListCount(ListSearchCondition<ActvMatterCnfmType> cond) throws WorkflowException
WorkflowException
」が発生します。ActvMatterCnfmType
に定義されているEnumをキーで設定できます。ListSearchCondition
」を参照してください。CnfmCplMatterList.getCnfmUserSetListCount(ListSearchCondition)
」を利用してください。cond
- 検索条件WorkflowException
- ワークフロー例外の親クラスpublic int getCnfmListCountAsync(ListSearchCondition<ActvMatterCnfmType> cond) throws WorkflowException
WorkflowException
」が発生します。ActvMatterCnfmType
に定義されているEnumをキーで設定できます。ListSearchCondition
」を参照してください。CnfmCplMatterList.getCnfmUserSetListCount(ListSearchCondition)
」を利用してください。cond
- 検索条件WorkflowException
- ワークフロー例外の親クラスpublic Map<String,Integer> getConfirmedCountForEachFlow() throws WorkflowException
キーがフローID、値がフローID毎の確認済み未完了案件件数のマップを返却します。
WorkflowException
- フロー毎の確認済み未完了案件件数の取得中に例外が発生した場合スローされます。public Map<String,Integer> getConfirmedCountForEachFlowAsync() throws WorkflowException
キーがフローID、値がフローID毎の確認済み未完了案件件数のマップを返却します。
WorkflowException
- フロー毎の確認済み未完了案件件数の取得中に例外が発生した場合スローされます。public ActvMatterCnfmModel[] getLumpCnfmList(boolean noOrgzConditionFlag, ListSearchCondition<ActvMatterCnfmType> cond) throws WorkflowException
WorkflowException
」が発生します。ActvMatterCnfmType
に定義されているEnumをキーで設定できます。ListSearchCondition
」を参照してください。CnfmCplMatterList.getLumpCnfmList(boolean, ListSearchCondition)
」を利用してください。noOrgzConditionFlag
- 組織なし条件フラグcond
- 検索条件WorkflowException
- ワークフロー例外の親クラスpublic ActvMatterCnfmModel[] getLumpCnfmListAsync(boolean noOrgzConditionFlag, ListSearchCondition<ActvMatterCnfmType> cond) throws WorkflowException
WorkflowException
」が発生します。ActvMatterCnfmType
に定義されているEnumをキーで設定できます。ListSearchCondition
」を参照してください。CnfmCplMatterList.getLumpCnfmList(boolean, ListSearchCondition)
」を利用してください。noOrgzConditionFlag
- 組織なし条件フラグcond
- 検索条件WorkflowException
- ワークフロー例外の親クラスpublic int getLumpCnfmListCount(boolean noOrgzConditionFlag, ListSearchCondition<ActvMatterCnfmType> cond) throws WorkflowException
WorkflowException
」が発生します。ActvMatterCnfmType
に定義されているEnumをキーで設定できます。ListSearchCondition
」を参照してください。CnfmCplMatterList.getLumpCnfmListCount(boolean, ListSearchCondition)
」を利用してください。noOrgzConditionFlag
- 組織なし条件フラグcond
- 検索条件WorkflowException
- ワークフロー例外の親クラスpublic int getLumpCnfmListCountAsync(boolean noOrgzConditionFlag, ListSearchCondition<ActvMatterCnfmType> cond) throws WorkflowException
WorkflowException
」が発生します。ActvMatterCnfmType
に定義されているEnumをキーで設定できます。ListSearchCondition
」を参照してください。CnfmCplMatterList.getLumpCnfmListCount(boolean, ListSearchCondition)
」を利用してください。noOrgzConditionFlag
- 組織なし条件フラグcond
- 検索条件WorkflowException
- ワークフロー例外の親クラスpublic Map<String,Integer> getUnconfirmedCountForEachFlow() throws WorkflowException
キーがフローID、値がフローID毎の未確認未完了案件件数のマップを返却します。
WorkflowException
- フロー毎の未確認未完了案件件数の取得中に例外が発生した場合スローされます。public Map<String,Integer> getUnconfirmedCountForEachFlowAsync() throws WorkflowException
キーがフローID、値がフローID毎の未確認未完了案件件数のマップを返却します。
WorkflowException
- フロー毎の未確認未完了案件件数の取得中に例外が発生した場合スローされます。protected jp.co.intra_mart.system.workflow.api.database.AbstractListDaoBase.SubSearchSql getPropertyTable()
getPropertyTable
クラス内 jp.co.intra_mart.system.workflow.api.database.AbstractListDaoBase
protected jp.co.intra_mart.system.workflow.api.database.AbstractListDaoBase.SubSearchSql getSearchMainTable() throws jp.co.intra_mart.system.workflow.engine.database.WorkflowDAOException
getSearchMainTable
クラス内 jp.co.intra_mart.system.workflow.api.database.AbstractListDaoBase
jp.co.intra_mart.system.workflow.engine.database.WorkflowDAOException
- DAO例外クラスCopyright © 2012 NTT DATA INTRAMART CORPORATION