public interface CommitteeBatchCorrespondenceDao<CBC extends CommitteeBatchCorrespondenceBase>
List<CBC> getCommitteeBatchCorrespondence(String batchCorrespondenceTypeCode, Date startDate, Date endDate)
batchCorrespondenceTypeCode - startDate - - optional, if specified the CommitteeBatchCorrespondenceBase must be created on or after this date.endDate - - optional, if specified the CommitteeBatchCorrespondenceBase must be created on or before this date.Copyright © 2013 The Kuali Foundation. All Rights Reserved.