public class DepositWorksUsageServiceImpl extends BaseServiceImpl<DepositWorksUsage,Long> implements DepositWorksUsageService
| Modifier and Type | Field and Description |
|---|---|
static String |
dateFormat |
genericService, persistenceService| Constructor and Description |
|---|
DepositWorksUsageServiceImpl(org.egov.infstr.services.PersistenceService<DepositWorksUsage,Long> persistenceService) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,List> |
addApprovedEstimateResultList(List<BudgetFolioDetail> depositFolioResultList,
List<DepositWorksUsage> depositWorksUsageList,
Date appropriationDate) |
Map<String,List> |
getDepositFolioDetails(AbstractEstimate abstractEstimate,
org.egov.commons.Fund fund,
org.egov.commons.CChartOfAccounts coa,
org.egov.commons.Accountdetailtype accountdetailtype,
Long depositCode,
Date appropriationDate) |
DepositWorksUsage |
getDepositWorksUsage(AbstractEstimate estimate,
String appropriationNumber) |
BigDecimal |
getTotalDepositWorksAmount(org.egov.commons.Fund fund,
org.egov.commons.CChartOfAccounts coa,
org.egov.commons.Accountdetailtype accountdetailtype,
Long depositCode,
Date appropriationDate) |
BigDecimal |
getTotalUtilizedAmountForDepositWorks(FinancialDetail financialDetail) |
BigDecimal |
getTotalUtilizedAmountForDepositWorks(FinancialDetail financialDetail,
Date appDate) |
void |
setContractorBillService(ContractorBillService contractorBillService) |
void |
setEgovCommon(org.egov.egf.commons.EgovCommon egovCommon) |
create, delete, find, find, findAll, findAllBy, findAllByNamedQuery, findByExample, findById, findByNamedQuery, getCurrentFinancialYear, merge, persist, setGenericService, updateclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcreate, delete, find, find, findAll, findAllBy, findAllByNamedQuery, findByExample, findById, findByNamedQuery, getCurrentFinancialYear, merge, persist, updatepublic static final String dateFormat
public DepositWorksUsageServiceImpl(org.egov.infstr.services.PersistenceService<DepositWorksUsage,Long> persistenceService)
public BigDecimal getTotalDepositWorksAmount(org.egov.commons.Fund fund, org.egov.commons.CChartOfAccounts coa, org.egov.commons.Accountdetailtype accountdetailtype, Long depositCode, Date appropriationDate)
getTotalDepositWorksAmount in interface DepositWorksUsageServicepublic Map<String,List> getDepositFolioDetails(AbstractEstimate abstractEstimate, org.egov.commons.Fund fund, org.egov.commons.CChartOfAccounts coa, org.egov.commons.Accountdetailtype accountdetailtype, Long depositCode, Date appropriationDate)
getDepositFolioDetails in interface DepositWorksUsageServicepublic Map<String,List> addApprovedEstimateResultList(List<BudgetFolioDetail> depositFolioResultList, List<DepositWorksUsage> depositWorksUsageList, Date appropriationDate)
public BigDecimal getTotalUtilizedAmountForDepositWorks(FinancialDetail financialDetail)
getTotalUtilizedAmountForDepositWorks in interface DepositWorksUsageServicepublic BigDecimal getTotalUtilizedAmountForDepositWorks(FinancialDetail financialDetail, Date appDate)
getTotalUtilizedAmountForDepositWorks in interface DepositWorksUsageServicepublic void setEgovCommon(org.egov.egf.commons.EgovCommon egovCommon)
public DepositWorksUsage getDepositWorksUsage(AbstractEstimate estimate, String appropriationNumber)
getDepositWorksUsage in interface DepositWorksUsageServicepublic void setContractorBillService(ContractorBillService contractorBillService)
Copyright © 2015–2016 eGovernments Foundation. All rights reserved.