@Service @Transactional(readOnly=true) public class DemandGenerationService extends Object
| Modifier and Type | Field and Description |
|---|---|
DemandGenerationLogService |
demandGenerationLogService |
javax.persistence.EntityManager |
entityManager |
| Constructor and Description |
|---|
DemandGenerationService(org.egov.infra.config.properties.ApplicationProperties applicationProperties) |
| Modifier and Type | Method and Description |
|---|---|
DemandGenerationLog |
generateDemand(String installmentYearRange) |
DemandGenerationLogDetail |
generateLicenseDemand(License license) |
org.egov.commons.CFinancialYear |
getLatestFinancialYear() |
DemandGenerationLog |
retryFailedDemandGeneration(String installmentYearRange) |
@Autowired public DemandGenerationLogService demandGenerationLogService
public javax.persistence.EntityManager entityManager
@Autowired public DemandGenerationService(org.egov.infra.config.properties.ApplicationProperties applicationProperties)
@Transactional(propagation=REQUIRES_NEW,
timeout=7200)
public DemandGenerationLog generateDemand(String installmentYearRange)
@Transactional(propagation=REQUIRES_NEW,
timeout=7200)
public DemandGenerationLog retryFailedDemandGeneration(String installmentYearRange)
@Transactional public DemandGenerationLogDetail generateLicenseDemand(License license)
public org.egov.commons.CFinancialYear getLatestFinancialYear()
Copyright © 2015–2017 eGovernments Foundation. All rights reserved.