@Transactional public class PriorYearOrganizationServiceImpl extends Object implements PriorYearOrganizationService
| Constructor and Description |
|---|
PriorYearOrganizationServiceImpl()
Constructs a PriorYearOrganizationServiceImpl.java.
|
| Modifier and Type | Method and Description |
|---|---|
void |
populatePriorYearOrganizationsFromCurrent()
This method populates the prior year organization table in the database with all the values from the current year org table.
|
void |
setPriorYearOrganizationDao(PriorYearOrganizationDao priorYearOrganizationDao)
This method sets the local dao variable to the value provided.
|
public PriorYearOrganizationServiceImpl()
public void populatePriorYearOrganizationsFromCurrent()
PriorYearOrganizationServicepopulatePriorYearOrganizationsFromCurrent in interface PriorYearOrganizationServiceorg.kuali.ole.coa.service.PriorYearOrganizationService#populatePriorYearOrganizationFromCurrent()public void setPriorYearOrganizationDao(PriorYearOrganizationDao priorYearOrganizationDao)
priorYearOrganizationDao - The PriorYearOrganizationDao to set.Copyright © 2004–2014 The Kuali Foundation. All rights reserved.