|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface CorrectionCriteriaDao
A DAO interface that
Method Summary | |
---|---|
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 |
save(CorrectionCriteria criterion)
Saves a GLCP criterion |
Method Detail |
---|
void save(CorrectionCriteria criterion)
criterion
- the criterion to savevoid 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 find
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |