org.kuali.kfs.gl.dataaccess
Interface CorrectionCriteriaDao

All Known Implementing Classes:
CorrectionCriteriaDaoOjb

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

save

void save(CorrectionCriteria criterion)
Saves a GLCP criterion

Parameters:
criterion - the criterion to save

delete

void delete(CorrectionCriteria criterion)
Deletes a correction criterion

Parameters:
criterion - the criterion to delete

findByDocumentNumberAndCorrectionGroupNumber

List findByDocumentNumberAndCorrectionGroupNumber(String documentNumber,
                                                  Integer correctionGroupLineNumber)
Returns a list of all the correction criteria associated with the given GLCP document and correction group

Parameters:
documentNumber - the GLCP document number of correction criteria to find
correctionGroupLineNumber - the correction group of correction criteria to find
Returns:
a List of collection criteria


Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.