public class CorrectionChangeGroupDaoOjb extends org.kuali.rice.core.framework.persistence.ojb.dao.PlatformAwareDaoBaseOjb implements CorrectionChangeGroupDao
| Constructor and Description |
|---|
CorrectionChangeGroupDaoOjb() |
| Modifier and Type | Method and Description |
|---|---|
void |
delete(CorrectionChangeGroup group)
Deletes an unlucky correction change group
|
Collection |
findByDocumentNumber(String documentNumber)
Finds all of the correction change groups associated with a document.
|
CorrectionChangeGroup |
findByDocumentNumberAndCorrectionChangeGroupNumber(String documentNumber,
Integer CorrectionChangeGroupNumber)
Finds the specific group associated with the given document with the given group number
|
getDbPlatform, setDbPlatformpublic CorrectionChangeGroupDaoOjb()
public void delete(CorrectionChangeGroup group)
delete in interface CorrectionChangeGroupDaogroup - the group to deleteCorrectionChangeGroupDao.delete(org.kuali.ole.gl.businessobject.CorrectionChangeGroup)public Collection findByDocumentNumber(String documentNumber)
findByDocumentNumber in interface CorrectionChangeGroupDaodocumentNumber - the document number of a GLCP documentCorrectionChangeGroupDao.findByDocumentNumber(java.lang.String)public CorrectionChangeGroup findByDocumentNumberAndCorrectionChangeGroupNumber(String documentNumber, Integer CorrectionChangeGroupNumber)
findByDocumentNumberAndCorrectionChangeGroupNumber in interface CorrectionChangeGroupDaodocumentNumber - the document number of the correction change group to retrieveCorrectionChangeGroupNumber - the number of the group to retrieveCorrectionChangeGroupDao.findByDocumentNumberAndCorrectionChangeGroupNumber(java.lang.String,
java.lang.Integer)Copyright © 2004–2015 The Kuali Foundation. All rights reserved.