public class CnfmCplMatterList
extends jp.co.intra_mart.system.workflow.api.database.AbstractMatterListDaoBase
CnfmActvMatterList」を利用してください。CnfmActvMatterListCOMBINE_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| コンストラクタと説明 |
|---|
CnfmCplMatterList(String userCd)
コンストラクタ。
|
CnfmCplMatterList(String userCd,
String localeId)
コンストラクタ。
|
CnfmCplMatterList(String userCd,
String loginGroupId,
String localeId)
非推奨です。
CnfmCplMatterList(String, String) を使用してください。 |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
CplMatterCnfmModel[] |
getCnfmUserSetList(ListSearchCondition<CplMatterCnfmType> cond)
コンストラクタで指定したユーザが確認対象者として設定されている完了案件一覧を取得します。
|
int |
getCnfmUserSetListCount(ListSearchCondition<CplMatterCnfmType> cond)
コンストラクタで指定したユーザが確認対象者として設定されている完了案件の件数を取得します。
|
protected String |
getColumnNameWithTableName(String columnName)
WHERE句に指定するカラム名を取得します。
|
Map<String,Integer> |
getConfirmedCountForEachFlow()
確認済み完了案件件数をフロー毎に取得します。
|
CplMatterCnfmModel[] |
getLumpCnfmList(boolean noOrgzConditionFlag,
ListSearchCondition<CplMatterCnfmType> cond)
コンストラクタで指定したユーザが確認対象者として設定されていて、一括で確認できる完了案件一覧を取得します。
|
int |
getLumpCnfmListCount(boolean noOrgzConditionFlag,
ListSearchCondition<CplMatterCnfmType> 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()
確認済み完了案件件数をフロー毎に取得します。
|
appendSearchConditionInner, createPreSQL, executeCount, executeSearchappendOrderCondition, checkJoinFlowGrpQuery, checkJoinFlowGrpQueryNoMatterProp, executeCount, executeCount, executeCount, executeCountForEachFlow, executeSearch, executeSearch, executeSearch, isDistinctSearch, modifyFinalCompleteSQL, modifyFinalSearchSQLaddOptionClause, bindingPreStatement, checkField, checkWorkflowDaoMappingClass, closeConnection, closeResultSet, closeStatement, convertLimitSql, createResultObject, createResultObject, createResultObject, getColumnName, getConnection, getDbType, getEscapedValue, getFieldType, getSQLStringpublic CnfmCplMatterList(String userCd)
userCd - 実行者コード(実際に処理を行う利用者)public CnfmCplMatterList(String userCd, String localeId)
userCd - 実行者コード(実際に処理を行う利用者)localeId - ロケールID@Deprecated public CnfmCplMatterList(String userCd, String loginGroupId, String localeId)
CnfmCplMatterList(String, String) を使用してください。userCd - 実行者コード(実際に処理を行う利用者)loginGroupId - ログイングループIDlocaleId - ロケールIDpublic CplMatterCnfmModel[] getCnfmUserSetList(ListSearchCondition<CplMatterCnfmType> cond) throws WorkflowException
WorkflowException」が発生します。CplMatterCnfmTypeに定義されているEnumをキーで設定できます。ListSearchCondition」を参照してください。CnfmActvMatterList.getCnfmList(ListSearchCondition)」を利用してください。cond - 検索条件WorkflowException - ワークフロー例外の親クラスpublic int getCnfmUserSetListCount(ListSearchCondition<CplMatterCnfmType> cond) throws WorkflowException
WorkflowException」が発生します。CplMatterCnfmTypeに定義されているEnumをキーで設定できます。ListSearchCondition」を参照してください。CnfmActvMatterList.getCnfmListCount(ListSearchCondition)」を利用してください。cond - 検索条件WorkflowException - ワークフロー例外の親クラスpublic Map<String,Integer> getConfirmedCountForEachFlow() throws WorkflowException
キーがフローID、値がフローID毎の確認済み完了案件件数のマップを返却します。
WorkflowException - フロー毎の確認済み完了案件件数の取得中に例外が発生した場合スローされます。public CplMatterCnfmModel[] getLumpCnfmList(boolean noOrgzConditionFlag, ListSearchCondition<CplMatterCnfmType> cond) throws WorkflowException
WorkflowException」が発生します。CplMatterCnfmTypeに定義されているEnumをキーで設定できます。ListSearchCondition」を参照してください。CnfmActvMatterList.getLumpCnfmList(boolean, ListSearchCondition)」を利用してください。noOrgzConditionFlag - 組織なし条件フラグcond - 検索条件WorkflowException - ワークフロー例外の親クラスpublic int getLumpCnfmListCount(boolean noOrgzConditionFlag,
ListSearchCondition<CplMatterCnfmType> cond)
throws WorkflowException
WorkflowException」が発生します。ActvMatterCnfmTypeに定義されているEnumをキーで設定できます。ListSearchCondition」を参照してください。CnfmActvMatterList.getLumpCnfmListCount(boolean, ListSearchCondition)」を利用してください。noOrgzConditionFlag - 組織なし条件フラグcond - 検索条件WorkflowException - ワークフロー例外の親クラスpublic Map<String,Integer> getUnconfirmedCountForEachFlow() throws WorkflowException
キーがフローID、値がフローID毎の確認済み完了案件件数のマップを返却します。
WorkflowException - フロー毎の確認済み完了案件件数の取得中に例外が発生した場合スローされます。protected String getColumnNameWithTableName(String columnName)
getColumnNameWithTableName クラス内 jp.co.intra_mart.system.workflow.api.database.AbstractMatterListDaoBasecolumnName - カラム名protected jp.co.intra_mart.system.workflow.api.database.AbstractListDaoBase.SubSearchSql getPropertyTable()
getPropertyTable クラス内 jp.co.intra_mart.system.workflow.api.database.AbstractListDaoBaseprotected 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.AbstractListDaoBasejp.co.intra_mart.system.workflow.engine.database.WorkflowDAOException - DAO例外クラスCopyright © 2012 NTT DATA INTRAMART CORPORATION