|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.kuali.kfs.coa.service.impl.PriorYearAccountServiceImpl
@Transactional public class PriorYearAccountServiceImpl
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 |
---|
public PriorYearAccountServiceImpl()
Method Detail |
---|
public PriorYearAccount getByPrimaryKey(String chartCode, String accountNumber)
getByPrimaryKey
in interface PriorYearAccountService
PriorYearAccountService.getByPrimaryKey(java.lang.String, java.lang.String)
public void populatePriorYearAccountsFromCurrent()
PriorYearAccountService
populatePriorYearAccountsFromCurrent
in interface PriorYearAccountService
PriorYearAccountService.populatePriorYearAccountsFromCurrent()
public void setPriorYearAccountDao(PriorYearAccountDao priorYearAccountDao)
priorYearAccountDao
- The priorYearAccountDao to set.public void setPriorYearAccountDaoJdbc(PriorYearAccountDaoJdbcImpl priorYearAccountDaoJdbc)
priorYearAccountDaoJdbc
- The priorYearAccountDaoJdbc to set.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |