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

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

@Transactional
public class PriorYearAccountServiceImpl
extends Object
implements PriorYearAccountService

This class implements the PriorYearAccountService interface.


Constructor Summary
PriorYearAccountServiceImpl()
           
 
Method Summary
 PriorYearAccount getByPrimaryKey(String chartCode, String accountNumber)
           
 void populatePriorYearAccountsFromCurrent()
          This method populates the prior year account table in the database with all the values from the current year account table.
 void setPriorYearAccountDao(PriorYearAccountDao priorYearAccountDao)
          This method sets the local dao variable to the value provided.
 void setPriorYearAccountDaoJdbc(PriorYearAccountDaoJdbcImpl priorYearAccountDaoJdbc)
          This method sets the local dao jdbc 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

PriorYearAccountServiceImpl

public PriorYearAccountServiceImpl()
Method Detail

getByPrimaryKey

public PriorYearAccount getByPrimaryKey(String chartCode,
                                        String accountNumber)
Specified by:
getByPrimaryKey in interface PriorYearAccountService
Returns:
See Also:
PriorYearAccountService.getByPrimaryKey(java.lang.String, java.lang.String)

populatePriorYearAccountsFromCurrent

public void populatePriorYearAccountsFromCurrent()
Description copied from interface: PriorYearAccountService
This method populates the prior year account table in the database with all the values from the current year account table.

Specified by:
populatePriorYearAccountsFromCurrent in interface PriorYearAccountService
See Also:
PriorYearAccountService.populatePriorYearAccountsFromCurrent()

setPriorYearAccountDao

public void setPriorYearAccountDao(PriorYearAccountDao priorYearAccountDao)
This method sets the local dao variable to the value provided.

Parameters:
priorYearAccountDao - The priorYearAccountDao to set.

setPriorYearAccountDaoJdbc

public void setPriorYearAccountDaoJdbc(PriorYearAccountDaoJdbcImpl priorYearAccountDaoJdbc)
This method sets the local dao jdbc variable to the value provided.

Parameters:
priorYearAccountDaoJdbc - The priorYearAccountDaoJdbc to set.


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