| Package | Description |
|---|---|
| org.kuali.kra.irb.correspondence |
| Modifier and Type | Method and Description |
|---|---|
BatchCorrespondenceDetail |
BatchCorrespondenceDetailForm.getNewBatchCorrespondenceDetail() |
| Modifier and Type | Method and Description |
|---|---|
List<BatchCorrespondenceDetail> |
BatchCorrespondenceDetailForm.getDeletedBatchCorrespondenceDetail() |
| Modifier and Type | Method and Description |
|---|---|
void |
BatchCorrespondenceDetailServiceImpl.addBatchCorrespondenceDetail(BatchCorrespondence batchCorrespondence,
BatchCorrespondenceDetail newBatchCorrespondenceDetail) |
void |
BatchCorrespondenceDetailService.addBatchCorrespondenceDetail(BatchCorrespondence batchCorrespondence,
BatchCorrespondenceDetail newBatchCorrespondenceDetail)
This method add a BatchCorrespondenceDetail to the BatchCorrespondence.
|
void |
BatchCorrespondenceDetailForm.setNewBatchCorrespondenceDetail(BatchCorrespondenceDetail newBatchCorrespondenceDetail) |
| Modifier and Type | Method and Description |
|---|---|
void |
BatchCorrespondenceDetailServiceImpl.saveBatchCorrespondenceDetails(BatchCorrespondence batchCorrespondence,
List<BatchCorrespondenceDetail> deletedBos) |
void |
BatchCorrespondenceDetailService.saveBatchCorrespondenceDetails(BatchCorrespondence batchCorrespondence,
List<BatchCorrespondenceDetail> deletedBos)
This method saves the BatchCorrespondenceDetais of the BatchCorrespondence.
|
void |
BatchCorrespondenceDetailForm.setDeletedBatchCorrespondenceDetail(List<BatchCorrespondenceDetail> deletedBatchCorrespondenceDetail) |
Copyright © 2013 The Kuali Foundation. All Rights Reserved.