Java Doc for WebRuleUtils.java in » ERP-CRM-Financial » Kuali-Financial-System » edu » iu » uis » eden » routetemplate » web » Java Source Code / Java DocumentationJava Source Code and Java Documentation
copyToNewRule(WebRuleBaseValues webRuleBaseValues) Makes a copy of the rule and clears the document id on the rule and any of its delegates.
This method is used for making a copy of a rule for a new document.
Copies the existing rule onto the current document. This is used within the web-based rule GUI to make a
copy of a rule on the existing document. Essentially, this method makes a copy of the rule and all
delegates but preserves the document ID of the original rule.
Makes a copy of the rule and clears the document id on the rule and any of its delegates.
This method is used for making a copy of a rule for a new document. It essentially calls
the copyRuleOntoExistingDocument method and then clears out the document IDs.
Parameters: webRuleBaseValues -