|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface CorrectionChangeDao
A DAO interface for CorrectionChange business objects to interact with the databse
| Method Summary | |
|---|---|
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 |
save(CorrectionChange spec)
This method saves a GLCP correction |
| Method Detail |
|---|
void save(CorrectionChange spec)
spec - the GLCP correction to save in the databasevoid delete(CorrectionChange spec)
spec - the GLCP correction to delete
List 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 for
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||