org.kuali.rice.kew.rule.dao.impl
Class RuleDAOJpaImpl
java.lang.Object
org.kuali.rice.kew.rule.dao.impl.RuleDAOJpaImpl
- All Implemented Interfaces:
- RuleDAO
public class RuleDAOJpaImpl
- extends Object
- implements RuleDAO
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 |
findRuleBaseValuesByResponsibilityReviewer(String reviewerName,
String type)
|
List |
findRuleBaseValuesByResponsibilityReviewerTemplateDoc(String ruleTemplateName,
String documentType,
String reviewerName,
String type)
|
RuleResponsibility |
findRuleResponsibility(Long responsibilityId)
|
org.kuali.rice.core.framework.persistence.jpa.criteria.Criteria |
generateFromToDateCriteria(Date date)
|
javax.persistence.EntityManager |
getEntityManager()
|
RuleBaseValues |
getParentRule(Long ruleBaseValuesId)
|
void |
retrieveAllReferences(RuleBaseValues rule)
|
void |
save(RuleBaseValues ruleBaseValues)
|
List |
search(String docTypeName,
Long ruleId,
Long ruleTemplateId,
String ruleDescription,
String groupId,
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)
|
void |
setEntityManager(javax.persistence.EntityManager entityManager)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RuleDAOJpaImpl
public RuleDAOJpaImpl()
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.kuali.rice.core.framework.persistence.jpa.criteria.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
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 groupId,
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
getEntityManager
public javax.persistence.EntityManager getEntityManager()
setEntityManager
public void setEntityManager(javax.persistence.EntityManager entityManager)
Copyright © 2007-2011 The Kuali Foundation. All Rights Reserved.