public class BatchCorrespondenceDetailServiceImpl extends Object implements BatchCorrespondenceDetailService
| Constructor and Description |
|---|
BatchCorrespondenceDetailServiceImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
addBatchCorrespondenceDetail(BatchCorrespondence batchCorrespondence,
BatchCorrespondenceDetail newBatchCorrespondenceDetail)
This method add a BatchCorrespondenceDetail to the BatchCorrespondence.
|
void |
saveBatchCorrespondenceDetails(BatchCorrespondence batchCorrespondence,
List<BatchCorrespondenceDetail> deletedBos)
This method saves the BatchCorrespondenceDetais of the BatchCorrespondence.
|
void |
setBusinessObjectService(org.kuali.rice.krad.service.BusinessObjectService businessObjectService) |
public BatchCorrespondenceDetailServiceImpl()
public void addBatchCorrespondenceDetail(BatchCorrespondence batchCorrespondence, BatchCorrespondenceDetail newBatchCorrespondenceDetail)
BatchCorrespondenceDetailServicepublic void saveBatchCorrespondenceDetails(BatchCorrespondence batchCorrespondence, List<BatchCorrespondenceDetail> deletedBos)
BatchCorrespondenceDetailServicepublic void setBusinessObjectService(org.kuali.rice.krad.service.BusinessObjectService businessObjectService)
Copyright © 2013 The Kuali Foundation. All Rights Reserved.