@Transactional public class PriorYearAccountServiceImpl extends Object implements PriorYearAccountService
Modifier and Type | Field and Description |
---|---|
protected AccountService |
accountService |
protected org.kuali.rice.krad.service.BusinessObjectService |
businessObjectService |
protected org.kuali.rice.coreservice.framework.parameter.ParameterService |
parameterService |
protected org.kuali.rice.krad.service.PersistenceService |
persistenceServiceOjb |
protected org.kuali.rice.krad.service.PersistenceStructureService |
persistenceStructureService |
protected PriorYearAccountDao |
priorYearAccountDao |
protected ReportWriterService |
reportWriterService |
Constructor and Description |
---|
PriorYearAccountServiceImpl() |
Modifier and Type | Method and Description |
---|---|
void |
addPriorYearAccountsFromParameter()
This method adds to the prior year account table the list of accounts defined in a parameter with all newly created accounts to be used for prior year,
and creates a report on the accounts that are added successfully, as well as those failed to be added.
|
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 |
setAccountService(AccountService accountService) |
void |
setBusinessObjectService(org.kuali.rice.krad.service.BusinessObjectService businessObjectService) |
void |
setParameterService(org.kuali.rice.coreservice.framework.parameter.ParameterService parameterService) |
void |
setPersistenceServiceOjb(org.kuali.rice.krad.service.PersistenceService persistenceServiceOjb) |
void |
setPersistenceStructureService(org.kuali.rice.krad.service.PersistenceStructureService persistenceStructureService) |
void |
setPriorYearAccountDao(PriorYearAccountDao priorYearAccountDao) |
void |
setReportWriterService(ReportWriterService reportWriterService) |
protected PriorYearAccountDao priorYearAccountDao
protected AccountService accountService
protected ReportWriterService reportWriterService
protected org.kuali.rice.krad.service.PersistenceStructureService persistenceStructureService
protected org.kuali.rice.krad.service.PersistenceService persistenceServiceOjb
protected org.kuali.rice.krad.service.BusinessObjectService businessObjectService
protected org.kuali.rice.coreservice.framework.parameter.ParameterService parameterService
public PriorYearAccountServiceImpl()
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 addPriorYearAccountsFromParameter()
PriorYearAccountService
addPriorYearAccountsFromParameter
in interface PriorYearAccountService
PriorYearAccountService.addPriorYearAccountsFromParameter()
public void setPriorYearAccountDao(PriorYearAccountDao priorYearAccountDao)
public void setAccountService(AccountService accountService)
public void setReportWriterService(ReportWriterService reportWriterService)
public void setPersistenceStructureService(org.kuali.rice.krad.service.PersistenceStructureService persistenceStructureService)
public void setPersistenceServiceOjb(org.kuali.rice.krad.service.PersistenceService persistenceServiceOjb)
public void setBusinessObjectService(org.kuali.rice.krad.service.BusinessObjectService businessObjectService)
public void setParameterService(org.kuali.rice.coreservice.framework.parameter.ParameterService parameterService)
Copyright © 2004–2014 The Kuali Foundation. All rights reserved.