Default method called to perform pre-rules checks. All subsequent rule checks performed by the pre-rules will be
initiated from this method. This method tracks the results of all the pre-rule checks and returns a boolean
identifying if the pre-rules successfully passed all the checks.
Parameters: document - The document being validated. True if all the pre-rule checks succeeded, false otherwise. See Also:org.kuali.core.rules.PreRulesContinuationBase.doRules(org.kuali.core.document.MaintenanceDocument)
Fields inherited from org.kuali.core.rules.PreRulesContinuationBase