@Service @Transactional(readOnly=true) public class SewerageDemandGenerationLogService extends Object
| Constructor and Description |
|---|
SewerageDemandGenerationLogService() |
| Modifier and Type | Method and Description |
|---|---|
SewerageDemandGenerationLog |
completeDemandGenerationLog(SewerageDemandGenerationLog demandGenerationLog) |
SewerageDemandGenerationLogDetail |
completeDemandGenerationLogDetail(SewerageDemandGenerationLogDetail demandGenerationLogDetail) |
SewerageDemandGenerationLog |
createDemandGenerationLog(String installmentYearRange) |
SewerageDemandGenerationLogDetail |
createOrGetDemandGenerationLogDetail(SewerageDemandGenerationLog demandGenerationLog,
SewerageApplicationDetails applicationDetails,
SewerageProcessStatus status,
String detailMsg)
Note:Do not add @Transactional
|
SewerageDemandGenerationLog |
getDemandGenerationLogByInstallmentYear(String installmentYearRange) |
public SewerageDemandGenerationLog getDemandGenerationLogByInstallmentYear(String installmentYearRange)
public SewerageDemandGenerationLog createDemandGenerationLog(String installmentYearRange)
@Transactional public SewerageDemandGenerationLog completeDemandGenerationLog(SewerageDemandGenerationLog demandGenerationLog)
public SewerageDemandGenerationLogDetail createOrGetDemandGenerationLogDetail(SewerageDemandGenerationLog demandGenerationLog, SewerageApplicationDetails applicationDetails, SewerageProcessStatus status, String detailMsg)
demandGenerationLog - applicationDetails - status - detailMsg - @Transactional public SewerageDemandGenerationLogDetail completeDemandGenerationLogDetail(SewerageDemandGenerationLogDetail demandGenerationLogDetail)
Copyright © 2015–2017 eGovernments Foundation. All rights reserved.