public interface CorrectionCriteriaDao
| Modifier and Type | Method and Description | 
|---|---|
| void | delete(CorrectionCriteria criterion)Deletes a correction criterion | 
| List | findByDocumentNumberAndCorrectionGroupNumber(String documentNumber,
                                                                                        Integer correctionGroupLineNumber)Returns a list of all the correction criteria associated with the given GLCP document and correction group | 
void delete(CorrectionCriteria criterion)
criterion - the criterion to deleteList findByDocumentNumberAndCorrectionGroupNumber(String documentNumber, Integer correctionGroupLineNumber)
documentNumber - the GLCP document number of correction criteria to findcorrectionGroupLineNumber - the correction group of correction criteria to findCopyright © 2004–2015 The Kuali Foundation. All rights reserved.