org.kuali.kfs.coa.service.impl
Class PriorYearOrganizationServiceImpl

java.lang.Object
  extended by org.kuali.kfs.coa.service.impl.PriorYearOrganizationServiceImpl
All Implemented Interfaces:
PriorYearOrganizationService

@Transactional
public class PriorYearOrganizationServiceImpl
extends Object
implements PriorYearOrganizationService

This is the default implementation of the PriorYearOrganizationService


Constructor Summary
PriorYearOrganizationServiceImpl()
          Constructs a PriorYearOrganizationServiceImpl.java.
 
Method Summary
 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.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PriorYearOrganizationServiceImpl

public PriorYearOrganizationServiceImpl()
Constructs a PriorYearOrganizationServiceImpl.java.

Method Detail

populatePriorYearOrganizationsFromCurrent

public void populatePriorYearOrganizationsFromCurrent()
Description copied from interface: PriorYearOrganizationService
This method populates the prior year organization table in the database with all the values from the current year org table.

Specified by:
populatePriorYearOrganizationsFromCurrent in interface PriorYearOrganizationService
See Also:
org.kuali.kfs.coa.service.PriorYearOrganizationService#populatePriorYearOrganizationFromCurrent()

setPriorYearOrganizationDao

public void setPriorYearOrganizationDao(PriorYearOrganizationDao priorYearOrganizationDao)
This method sets the local dao variable to the value provided.

Parameters:
priorYearOrganizationDao - The PriorYearOrganizationDao to set.


Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.