| org.kuali.module.kra.budget.rules.ResearchDocumentRuleBase org.kuali.module.kra.routingform.rules.RoutingFormDocumentRule
RoutingFormDocumentRule | public RoutingFormDocumentRule()(Code) | | |
processBudgetRoutingFormLink | public boolean processBudgetRoutingFormLink(RoutingFormDocument routingFormDocument, String[] selectedBudgetPeriods, boolean allPeriods, boolean checkPeriods)(Code) | | This method validates that a Budget can be lined to a RF. It checks the following:
Parameters: routingFormDocument - The routingFormDocument that is being validated Parameters: budgetDocumentHeaderId - The doc header ID of the budget to be linked to this RF Parameters: selectedBudgetPeriods - An array containing the Parameters: allPeriods - valid Does the validation pass |
processCustomSaveDocumentBusinessRules | public boolean processCustomSaveDocumentBusinessRules(ResearchDocument researchDocument)(Code) | | Checks business rules related to saving a ResearchDocument.
Parameters: ResearchDocument - researchDocument boolean True if the researchDocument is valid, false otherwise. |
processRunAuditBusinessRules | public boolean processRunAuditBusinessRules(Document document)(Code) | | Runs audit mode business rule checks on a ResearchDocument.
Parameters: Document - document boolean True if the researchDocument is valid, false otherwise. |
|
|