public class SubcontractingExpenditureCategoryServiceImpl extends Object implements SubcontractingExpenditureCategoryService
| Constructor and Description |
|---|
SubcontractingExpenditureCategoryServiceImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
deleteAllExistingExpenditureCategoryAmountsBOs() |
void |
deleteAllExistingExpenditureCategoryAmountsDateRangeBOs() |
org.kuali.rice.krad.service.BusinessObjectService |
getBusinessObjectService() |
SubcontractingExpenditureCategoryDetailsDao |
getDetailsDao() |
void |
populateAllAvailableCategoryExpenses() |
void |
populateCategoryExpensesInDateRange(Date rangeStartDate,
Date rangeEndDate) |
void |
setBusinessObjectService(org.kuali.rice.krad.service.BusinessObjectService businessObjectService) |
void |
setDetailsDao(SubcontractingExpenditureCategoryDetailsDao detailsDao) |
public SubcontractingExpenditureCategoryServiceImpl()
public void populateAllAvailableCategoryExpenses()
populateAllAvailableCategoryExpenses in interface SubcontractingExpenditureCategoryServicepublic void deleteAllExistingExpenditureCategoryAmountsBOs()
public void populateCategoryExpensesInDateRange(Date rangeStartDate, Date rangeEndDate)
populateCategoryExpensesInDateRange in interface SubcontractingExpenditureCategoryServicepublic void deleteAllExistingExpenditureCategoryAmountsDateRangeBOs()
public void setBusinessObjectService(org.kuali.rice.krad.service.BusinessObjectService businessObjectService)
public org.kuali.rice.krad.service.BusinessObjectService getBusinessObjectService()
public void setDetailsDao(SubcontractingExpenditureCategoryDetailsDao detailsDao)
public SubcontractingExpenditureCategoryDetailsDao getDetailsDao()
Copyright © 2013 The Kuali Foundation. All Rights Reserved.