public class CorrectionChangeDaoOjb extends org.kuali.rice.core.framework.persistence.ojb.dao.PlatformAwareDaoBaseOjb implements CorrectionChangeDao
| Constructor and Description |
|---|
CorrectionChangeDaoOjb() |
| Modifier and Type | Method and Description |
|---|---|
void |
delete(CorrectionChange spec)
Delete a CorrectionChange from the database
|
List |
findByDocumentHeaderIdAndCorrectionGroupNumber(String documentNumber,
Integer correctionGroupLineNumber)
Query the database to find qualifying CorrectionChange records
|
getDbPlatform, setDbPlatformpublic CorrectionChangeDaoOjb()
public void delete(CorrectionChange spec)
delete in interface CorrectionChangeDaospec - the CorrectionChange to deleteCorrectionChangeDao.delete(org.kuali.ole.gl.businessobject.CorrectionChange)public List findByDocumentHeaderIdAndCorrectionGroupNumber(String documentNumber, Integer correctionGroupLineNumber)
findByDocumentHeaderIdAndCorrectionGroupNumber in interface CorrectionChangeDaodocumentHeaderId - the document number of a GLCP documentcorrectionGroupLineNumber - the line number of the group within the GLCP document to find correction chagnes forCorrectionChangeDao.findByDocumentHeaderIdAndCorrectionGroupNumber(java.lang.String,
java.lang.Integer)Copyright © 2004–2015 The Kuali Foundation. All rights reserved.