@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()
PriorYearOrganizationService
populatePriorYearOrganizationsFromCurrent
in interface PriorYearOrganizationService
org.kuali.ole.coa.service.PriorYearOrganizationService#populatePriorYearOrganizationFromCurrent()
public void setPriorYearOrganizationDao(PriorYearOrganizationDao priorYearOrganizationDao)
priorYearOrganizationDao
- The PriorYearOrganizationDao to set.Copyright © 2004–2015 The Kuali Foundation. All rights reserved.