|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.kuali.kfs.module.endow.batch.service.impl.CreateAutomatedCashInvestmentTransactionsServiceImpl
@Transactional public class CreateAutomatedCashInvestmentTransactionsServiceImpl
Constructor Summary | |
---|---|
CreateAutomatedCashInvestmentTransactionsServiceImpl()
|
Method Summary | |
---|---|
boolean |
createAciTransactions()
|
protected boolean |
performCleanUpForAssetDecrease(boolean isIncome,
AssetDecreaseDocument assetDecreaseDoc)
Verify that we don't need to do any clean-up. |
protected boolean |
performCleanUpForAssetIncrease(boolean isIncome,
AssetIncreaseDocument assetIncreaseDoc)
Verify that we don't need to do any clean-up. |
protected void |
processAssetDecreaseDocs(List<KEMID> kemids,
AutomatedCashInvestmentModel aciModel,
boolean isIncome)
Process all the asset decrease documents for income and principle types. |
protected void |
processAssetIncreaseDocs(List<KEMID> kemids,
AutomatedCashInvestmentModel aciModel,
boolean isIncome)
Process all the asset increase documents for income and principle types. |
protected boolean |
routeAssetDecreaseDocument(AssetDecreaseDocument assetDecreaseDoc,
boolean isIncome)
Validates the asset decrease document and routes it. |
protected boolean |
routeAssetIncreaseDocument(AssetIncreaseDocument assetIncreaseDoc,
boolean isIncome)
Validates the asset increase document and routes it. |
void |
setAutomatedCashInvestmentModelDao(AutomatedCashInvestmentModelDao automatedCashInvestmentModelDao)
Sets the automatedCashInvestmentModelDao attribute value. |
void |
setBusinessObjectService(org.kuali.rice.kns.service.BusinessObjectService businessObjectService)
Sets the businessObjectService attribute value. |
void |
setConfigService(org.kuali.rice.kns.service.KualiConfigurationService configService)
Sets the configService attribute value. |
void |
setCreateAutomatedCashInvestmentExceptionReportWriterService(ReportWriterService createAutomatedCashInvestmentExceptionReportWriterService)
Sets the createAutomatedCashInvestmentExceptionReportWriterService attribute value. |
void |
setCreateAutomatedCashInvestmentProcessedReportWriterService(ReportWriterService createAutomatedCashInvestmentProcessedReportWriterService)
Sets the createAutomatedCashInvestmentProcessedReportWriterService attribute value. |
void |
setDataDictionaryService(org.kuali.rice.kns.service.DataDictionaryService dataDictionaryService)
Sets the dataDictionaryService attribute value. |
void |
setDocumentService(org.kuali.rice.kns.service.DocumentService documentService)
Sets the documentService attribute value. |
void |
setKemidService(KEMIDService kemidService)
Sets the kemidService attribute value. |
void |
setKemService(KEMService kemService)
Sets the kemService attribute value. |
void |
setKualiRuleService(org.kuali.rice.kns.service.KualiRuleService kualiRuleService)
Sets the kualiRuleService attribute value. |
void |
setParameterService(org.kuali.rice.kns.service.ParameterService parameterService)
Sets the parameterService attribute value. |
void |
setSecurityService(SecurityService securityService)
Sets the securityService attribute value. |
void |
setUpdateEadTaxLotService(UpdateAssetDecreaseDocumentTaxLotsService updateEadTaxLotService)
Sets the updateEadTaxLotService attribute value. |
void |
setUpdateEaiTaxLotService(UpdateAssetIncreaseDocumentTaxLotsService updateEaiTaxLotService)
Sets the updateEaiTaxLotService attribute value. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CreateAutomatedCashInvestmentTransactionsServiceImpl()
Method Detail |
---|
public boolean createAciTransactions()
createAciTransactions
in interface CreateAutomatedCashInvestmentTransactionsService
org.kuali.kfs.module.endow.batch.service.CreateAutomatedCashInvestmentTransactionsService#createACITransactions()
protected void processAssetIncreaseDocs(List<KEMID> kemids, AutomatedCashInvestmentModel aciModel, boolean isIncome)
kemid
- aciModel
- protected void processAssetDecreaseDocs(List<KEMID> kemids, AutomatedCashInvestmentModel aciModel, boolean isIncome)
kemids
- aciModel
- isIncome
- protected boolean performCleanUpForAssetDecrease(boolean isIncome, AssetDecreaseDocument assetDecreaseDoc)
isIncome
- assetIncreaseDoc
- protected boolean performCleanUpForAssetIncrease(boolean isIncome, AssetIncreaseDocument assetIncreaseDoc)
isIncome
- assetIncreaseDoc
- protected boolean routeAssetDecreaseDocument(AssetDecreaseDocument assetDecreaseDoc, boolean isIncome)
assetDecreaseDoc
- isIncome
-
protected boolean routeAssetIncreaseDocument(AssetIncreaseDocument assetIncreaseDoc, boolean isIncome)
assetIncreaseDoc
- isIncome
-
public void setCreateAutomatedCashInvestmentExceptionReportWriterService(ReportWriterService createAutomatedCashInvestmentExceptionReportWriterService)
createAutomatedCashInvestmentExceptionReportWriterService
- The
createAutomatedCashInvestmentExceptionReportWriterService to set.public void setCreateAutomatedCashInvestmentProcessedReportWriterService(ReportWriterService createAutomatedCashInvestmentProcessedReportWriterService)
createAutomatedCashInvestmentProcessedReportWriterService
- The
createAutomatedCashInvestmentProcessedReportWriterService to set.public void setBusinessObjectService(org.kuali.rice.kns.service.BusinessObjectService businessObjectService)
businessObjectService
- The businessObjectService to set.public void setKualiRuleService(org.kuali.rice.kns.service.KualiRuleService kualiRuleService)
kualiRuleService
- The kualiRuleService to set.public void setParameterService(org.kuali.rice.kns.service.ParameterService parameterService)
parameterService
- The parameterService to set.public void setDocumentService(org.kuali.rice.kns.service.DocumentService documentService)
documentService
- The documentService to set.public void setKemidService(KEMIDService kemidService)
kemidService
- The kemidService to set.public void setKemService(KEMService kemService)
kemService
- The kemService to set.public void setSecurityService(SecurityService securityService)
securityService
- The securityService to set.public void setConfigService(org.kuali.rice.kns.service.KualiConfigurationService configService)
configService
- The configService to set.public void setAutomatedCashInvestmentModelDao(AutomatedCashInvestmentModelDao automatedCashInvestmentModelDao)
automatedCashInvestmentModelDao
- The automatedCashInvestmentModelDao to set.public void setDataDictionaryService(org.kuali.rice.kns.service.DataDictionaryService dataDictionaryService)
dataDictionaryService
- The dataDictionaryService to set.public void setUpdateEaiTaxLotService(UpdateAssetIncreaseDocumentTaxLotsService updateEaiTaxLotService)
updateEaiTaxLotService
- The updateEaiTaxLotService to set.public void setUpdateEadTaxLotService(UpdateAssetDecreaseDocumentTaxLotsService updateEadTaxLotService)
updateEadTaxLotService
- The updateEadTaxLotService to set.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |