| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.kuali.rice.krms.impl.repository.RuleRepositoryServiceImpl
public class RuleRepositoryServiceImpl
| Field Summary | |
|---|---|
| protected  BusinessObjectService | businessObjectService | 
| Constructor Summary | |
|---|---|
| RuleRepositoryServiceImpl() | |
| Method Summary | |
|---|---|
|  AgendaTreeDefinition | getAgendaTree(String agendaId)Retrieves the agenda tree for the given agendaId. | 
|  List<AgendaTreeDefinition> | getAgendaTrees(List<String> agendaIds)Retrieves all of the agendas trees for the given list of agendaIds. | 
| protected  BusinessObjectService | getBusinessObjectService() | 
| protected  CriteriaLookupService | getCriteriaLookupService() | 
|  RuleDefinition | getRule(String ruleId)Retrieves the rule for the given ruleId. | 
|  List<RuleDefinition> | getRules(List<String> ruleIds)Retrieves all of the rules for the given list of ruleIds. | 
|  ContextDefinition | selectContext(ContextSelectionCriteria contextSelectionCriteria)This overridden method ... | 
|  void | setBusinessObjectService(BusinessObjectService businessObjectService)Sets the businessObjectService property. | 
|  void | setCriteriaLookupService(CriteriaLookupService criteriaLookupService)Sets the criteriaLookupService attribute value. | 
| Methods inherited from class java.lang.Object | 
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Field Detail | 
|---|
protected BusinessObjectService businessObjectService
| Constructor Detail | 
|---|
public RuleRepositoryServiceImpl()
| Method Detail | 
|---|
public ContextDefinition selectContext(ContextSelectionCriteria contextSelectionCriteria)
selectContext in interface RuleRepositoryServiceRuleRepositoryService.selectContext(org.kuali.rice.krms.api.repository.context.ContextSelectionCriteria)public AgendaTreeDefinition getAgendaTree(String agendaId)
RuleRepositoryService
getAgendaTree in interface RuleRepositoryServiceagendaId - the id of the agenda for which to retrieve the agenda tree
public List<AgendaTreeDefinition> getAgendaTrees(List<String> agendaIds)
RuleRepositoryServiceThe list which is returned from this operation may not be the same size as the list which is passed to this method. If an agenda doesn't exist for a given agenda id then no result for that id will be returned in the list. As a result of this, the returned list can be empty, but it will never be null.
getAgendaTrees in interface RuleRepositoryServiceagendaIds - the list of agenda ids for which to retrieve the agenda trees
public RuleDefinition getRule(String ruleId)
RuleRepositoryService
getRule in interface RuleRepositoryServiceruleId - the id of the rule to retrieve
public List<RuleDefinition> getRules(List<String> ruleIds)
RuleRepositoryServiceThe list which is returned from this operation may not be the same size as the list which is passed to this method. If a rule doesn't exist for a given rule id then no result for that id will be returned in the list. As a result of this, the returned list can be empty, but it will never be null.
getRules in interface RuleRepositoryServiceruleIds - the list of rule ids for which to retrieve the rules
public void setBusinessObjectService(BusinessObjectService businessObjectService)
businessObjectService - The businessObjectService to set.protected BusinessObjectService getBusinessObjectService()
public void setCriteriaLookupService(CriteriaLookupService criteriaLookupService)
criteriaLookupService - The criteriaLookupService to set.protected CriteriaLookupService getCriteriaLookupService()
| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||