@Service @Transactional(readOnly=true) public class DemandGenerationLogService extends Object
| Constructor and Description |
|---|
DemandGenerationLogService() |
| Modifier and Type | Method and Description |
|---|---|
DemandGenerationLog |
completeDemandGenerationLog(DemandGenerationLog demandGenerationLog) |
DemandGenerationLog |
completeDemandGenerationLog(DemandGenerationLog demandGenerationLog,
DemandGenerationLogDetail demandGenerationLogDetail) |
DemandGenerationLog |
createDemandGenerationLog(String installmentYearRange) |
DemandGenerationLogDetail |
createOrGetDemandGenerationLogDetail(DemandGenerationLog demandGenerationLog,
License license) |
DemandGenerationLog |
getDemandGenerationLogByInstallmentYear(String installmentYearRange) |
DemandGenerationLog |
getPreviousInstallmentDemandGenerationLog(String installmentYearRange) |
void |
updateDemandGenerationLogDetailOnException(DemandGenerationLog demandGenerationLog,
DemandGenerationLogDetail logDetail,
RuntimeException exception) |
public DemandGenerationLog getDemandGenerationLogByInstallmentYear(String installmentYearRange)
public DemandGenerationLog getPreviousInstallmentDemandGenerationLog(String installmentYearRange)
@Transactional public DemandGenerationLog createDemandGenerationLog(String installmentYearRange)
@Transactional public DemandGenerationLog completeDemandGenerationLog(DemandGenerationLog demandGenerationLog)
@Transactional public DemandGenerationLogDetail createOrGetDemandGenerationLogDetail(DemandGenerationLog demandGenerationLog, License license)
@Transactional public void updateDemandGenerationLogDetailOnException(DemandGenerationLog demandGenerationLog, DemandGenerationLogDetail logDetail, RuntimeException exception)
@Transactional public DemandGenerationLog completeDemandGenerationLog(DemandGenerationLog demandGenerationLog, DemandGenerationLogDetail demandGenerationLogDetail)
Copyright © 2015–2017 eGovernments Foundation. All rights reserved.