org.kuali.rice.krms.service
Interface RuleViewHelperService

All Known Implementing Classes:
AORuleViewHelperServiceImpl, CORuleViewHelperServiceImpl, EnrolRuleViewHelperServiceImpl, RuleViewHelperServiceImpl

public interface RuleViewHelperService

Created with IntelliJ IDEA. User: SW Date: 2012/12/04 Time: 11:51 AM To change this template use File | Settings | File Templates.


Method Summary
 Tree<CompareTreeNode,String> buildCompareTree(RuleDefinitionContract original, String compareToRefObjectId)
           
 PropositionEditor copyProposition(PropositionEditor proposition)
           
 PropositionEditor createCompoundPropositionBoStub(PropositionEditor existing, boolean addNewChild)
           
 PropositionEditor createSimplePropositionBoStub(PropositionEditor sibling)
           
 TemplateInfo getTemplateForType(String type)
           
 String getViewTypeName()
           
 void refreshInitTrees(RuleEditor rule)
           
 void refreshViewTree(RuleEditor rule)
           
 String resetDescription(PropositionEditor prop)
           
 boolean validateProposition(PropositionEditor proposition, String namespace)
           
 

Method Detail

resetDescription

String resetDescription(PropositionEditor prop)

getTemplateForType

TemplateInfo getTemplateForType(String type)

getViewTypeName

String getViewTypeName()

validateProposition

boolean validateProposition(PropositionEditor proposition,
                            String namespace)

refreshInitTrees

void refreshInitTrees(RuleEditor rule)

refreshViewTree

void refreshViewTree(RuleEditor rule)

buildCompareTree

Tree<CompareTreeNode,String> buildCompareTree(RuleDefinitionContract original,
                                              String compareToRefObjectId)
                                              throws Exception
Throws:
Exception

copyProposition

PropositionEditor copyProposition(PropositionEditor proposition)

createCompoundPropositionBoStub

PropositionEditor createCompoundPropositionBoStub(PropositionEditor existing,
                                                  boolean addNewChild)

createSimplePropositionBoStub

PropositionEditor createSimplePropositionBoStub(PropositionEditor sibling)


Copyright © 2004-2013 The Kuali Foundation. All Rights Reserved.