public class S2SProposalValidatorServiceImpl extends Object implements S2SProposalValidatorService
| Constructor and Description |
|---|
S2SProposalValidatorServiceImpl() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
validate(ProposalDevelopmentDocument pdDoc,
List<String> errors)
This method receives a ProposalDevelopmentDocument and applies all Proposal validation rules on it, and returns back the
validation result.
|
public boolean validate(ProposalDevelopmentDocument pdDoc, List<String> errors)
pdDoc - ProposalDevelopmentDocumenterrors - List of validation error messages.org.kuali.kra.s2s.service.S2SProposalValidatorService#validate(org.kuali.kra.proposaldevelopment.document.ProposalDevelopmentDocument, java.util.List)Copyright © 2013 The Kuali Foundation. All Rights Reserved.