public interface CorrectionChangeDao
| Modifier and Type | Method and Description | 
|---|---|
| void | delete(CorrectionChange spec)Surprisingly, this method deletes a GLCP correction | 
| List | findByDocumentHeaderIdAndCorrectionGroupNumber(String documentHeaderId,
                                                                                            Integer correctionGroupLineNumber)Finds CorrectionChanges associated with the given document and group | 
void delete(CorrectionChange spec)
spec - the GLCP correction to deleteList findByDocumentHeaderIdAndCorrectionGroupNumber(String documentHeaderId, Integer correctionGroupLineNumber)
documentHeaderId - the document number of a GLCP documentcorrectionGroupLineNumber - the line number of the group within the GLCP document to find correction chagnes forCopyright © 2004–2014 The Kuali Foundation. All rights reserved.