org.kuali.rice.kew.rule.dao.impl
Class RuleDAOOjbImpl
java.lang.Object
org.springframework.dao.support.DaoSupport
org.springmodules.orm.ojb.support.PersistenceBrokerDaoSupport
org.kuali.rice.kew.rule.dao.impl.RuleDAOOjbImpl
- All Implemented Interfaces:
- RuleDAO, org.springframework.beans.factory.InitializingBean
public class RuleDAOOjbImpl
- extends org.springmodules.orm.ojb.support.PersistenceBrokerDaoSupport
- implements RuleDAO
Fields inherited from class org.springframework.dao.support.DaoSupport |
logger |
Method Summary |
void |
clearCache()
|
void |
delete(Long ruleBaseValuesId)
|
List |
fetchAllCurrentRulesForTemplateDocCombination(Long ruleTemplateId,
List documentTypes)
|
List |
fetchAllCurrentRulesForTemplateDocCombination(Long ruleTemplateId,
List documentTypes,
Timestamp effectiveDate)
|
List |
fetchAllRules(boolean currentRules)
|
List |
findByPreviousVersionId(Long previousVersionId)
|
List |
findByRouteHeaderId(Long routeHeaderId)
|
RuleBaseValues |
findDefaultRuleByRuleTemplateId(Long ruleTemplateId)
|
List |
findOldDelegations(RuleBaseValues oldRule,
RuleBaseValues newRule)
|
Long |
findResponsibilityIdForRule(String ruleName,
String ruleResponsibilityName,
String ruleResponsibilityType)
|
RuleBaseValues |
findRuleBaseValuesById(Long ruleBaseValuesId)
|
RuleBaseValues |
findRuleBaseValuesByName(String name)
|
List |
findRuleBaseValuesByObjectGraph(RuleBaseValues ruleBaseValues)
|
List |
findRuleBaseValuesByResponsibilityReviewer(String reviewerName,
String type)
|
List |
findRuleBaseValuesByResponsibilityReviewerTemplateDoc(String ruleTemplateName,
String documentType,
String reviewerName,
String type)
|
RuleResponsibility |
findRuleResponsibility(Long responsibilityId)
|
org.apache.ojb.broker.query.Criteria |
generateFromToDateCriteria(Date date)
|
RuleBaseValues |
getParentRule(Long ruleBaseValuesId)
|
void |
retrieveAllReferences(RuleBaseValues rule)
|
void |
save(RuleBaseValues ruleBaseValues)
|
List |
search(String docTypeName,
Long ruleId,
Long ruleTemplateId,
String ruleDescription,
String workgroupId,
String principalId,
Boolean delegateRule,
Boolean activeInd,
Map extensionValues,
String workflowIdDirective)
|
List |
search(String docTypeName,
Long ruleTemplateId,
String ruleDescription,
Collection<String> workgroupIds,
String workflowId,
Boolean delegateRule,
Boolean activeInd,
Map extensionValues,
Collection actionRequestCodes)
|
Methods inherited from class org.springmodules.orm.ojb.support.PersistenceBrokerDaoSupport |
checkDaoConfig, convertOjbAccessException, createPersistenceBrokerTemplate, getJcdAlias, getPersistenceBroker, getPersistenceBrokerTemplate, releasePersistenceBroker, setJcdAlias, setPersistenceBrokerTemplate |
Methods inherited from class org.springframework.dao.support.DaoSupport |
afterPropertiesSet, initDao |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RuleDAOOjbImpl
public RuleDAOOjbImpl()
save
public void save(RuleBaseValues ruleBaseValues)
- Specified by:
save
in interface RuleDAO
fetchAllCurrentRulesForTemplateDocCombination
public List fetchAllCurrentRulesForTemplateDocCombination(Long ruleTemplateId,
List documentTypes)
- Specified by:
fetchAllCurrentRulesForTemplateDocCombination
in interface RuleDAO
fetchAllCurrentRulesForTemplateDocCombination
public List fetchAllCurrentRulesForTemplateDocCombination(Long ruleTemplateId,
List documentTypes,
Timestamp effectiveDate)
- Specified by:
fetchAllCurrentRulesForTemplateDocCombination
in interface RuleDAO
generateFromToDateCriteria
public org.apache.ojb.broker.query.Criteria generateFromToDateCriteria(Date date)
fetchAllRules
public List fetchAllRules(boolean currentRules)
- Specified by:
fetchAllRules
in interface RuleDAO
delete
public void delete(Long ruleBaseValuesId)
- Specified by:
delete
in interface RuleDAO
findByRouteHeaderId
public List findByRouteHeaderId(Long routeHeaderId)
- Specified by:
findByRouteHeaderId
in interface RuleDAO
findRuleBaseValuesByName
public RuleBaseValues findRuleBaseValuesByName(String name)
- Specified by:
findRuleBaseValuesByName
in interface RuleDAO
findRuleBaseValuesById
public RuleBaseValues findRuleBaseValuesById(Long ruleBaseValuesId)
- Specified by:
findRuleBaseValuesById
in interface RuleDAO
findRuleBaseValuesByResponsibilityReviewer
public List findRuleBaseValuesByResponsibilityReviewer(String reviewerName,
String type)
- Specified by:
findRuleBaseValuesByResponsibilityReviewer
in interface RuleDAO
findRuleBaseValuesByResponsibilityReviewerTemplateDoc
public List findRuleBaseValuesByResponsibilityReviewerTemplateDoc(String ruleTemplateName,
String documentType,
String reviewerName,
String type)
- Specified by:
findRuleBaseValuesByResponsibilityReviewerTemplateDoc
in interface RuleDAO
findRuleBaseValuesByObjectGraph
public List findRuleBaseValuesByObjectGraph(RuleBaseValues ruleBaseValues)
findRuleResponsibility
public RuleResponsibility findRuleResponsibility(Long responsibilityId)
- Specified by:
findRuleResponsibility
in interface RuleDAO
search
public List search(String docTypeName,
Long ruleId,
Long ruleTemplateId,
String ruleDescription,
String workgroupId,
String principalId,
Boolean delegateRule,
Boolean activeInd,
Map extensionValues,
String workflowIdDirective)
- Specified by:
search
in interface RuleDAO
search
public List search(String docTypeName,
Long ruleTemplateId,
String ruleDescription,
Collection<String> workgroupIds,
String workflowId,
Boolean delegateRule,
Boolean activeInd,
Map extensionValues,
Collection actionRequestCodes)
- Specified by:
search
in interface RuleDAO
findByPreviousVersionId
public List findByPreviousVersionId(Long previousVersionId)
- Specified by:
findByPreviousVersionId
in interface RuleDAO
findDefaultRuleByRuleTemplateId
public RuleBaseValues findDefaultRuleByRuleTemplateId(Long ruleTemplateId)
- Specified by:
findDefaultRuleByRuleTemplateId
in interface RuleDAO
clearCache
public void clearCache()
- Specified by:
clearCache
in interface RuleDAO
retrieveAllReferences
public void retrieveAllReferences(RuleBaseValues rule)
- Specified by:
retrieveAllReferences
in interface RuleDAO
getParentRule
public RuleBaseValues getParentRule(Long ruleBaseValuesId)
- Specified by:
getParentRule
in interface RuleDAO
findOldDelegations
public List findOldDelegations(RuleBaseValues oldRule,
RuleBaseValues newRule)
- Specified by:
findOldDelegations
in interface RuleDAO
findResponsibilityIdForRule
public Long findResponsibilityIdForRule(String ruleName,
String ruleResponsibilityName,
String ruleResponsibilityType)
- Specified by:
findResponsibilityIdForRule
in interface RuleDAO
Copyright © 2007-2011 The Kuali Foundation. All Rights Reserved.