public class CheckListServiceImpl extends Object implements CheckListService
| Constructor and Description |
|---|
CheckListServiceImpl() |
| Modifier and Type | Method and Description |
|---|---|
List<ExemptStudiesCheckListItem> |
getExemptStudiesCheckList()
Get the check list for an exempt study.
|
List<ExpeditedReviewCheckListItem> |
getExpeditedReviewCheckList()
Get the check list for an expedited review.
|
void |
setBusinessObjectService(org.kuali.rice.krad.service.BusinessObjectService businessObjectService)
Inject the Business Object Service.
|
public void setBusinessObjectService(org.kuali.rice.krad.service.BusinessObjectService businessObjectService)
businessObjectService - the Business Object Servicepublic List<ExpeditedReviewCheckListItem> getExpeditedReviewCheckList()
CheckListServicegetExpeditedReviewCheckList in interface CheckListServiceCheckListService.getExpeditedReviewCheckList()public List<ExemptStudiesCheckListItem> getExemptStudiesCheckList()
CheckListServicegetExemptStudiesCheckList in interface CheckListServiceCheckListService.getExemptStudiesCheckList()Copyright © 2013 The Kuali Foundation. All Rights Reserved.