| Package | Description |
|---|---|
| org.egov.stms.transactions.entity | |
| org.egov.stms.transactions.repository | |
| org.egov.stms.transactions.service |
| Modifier and Type | Method and Description |
|---|---|
List<SewerageConnectionFee> |
SewerageApplicationDetails.getConnectionFees() |
| Modifier and Type | Method and Description |
|---|---|
void |
SewerageApplicationDetails.addConnectionFees(SewerageConnectionFee connectionFees) |
| Modifier and Type | Method and Description |
|---|---|
void |
SewerageApplicationDetails.setConnectionFees(List<SewerageConnectionFee> connectionFees) |
| Modifier and Type | Method and Description |
|---|---|
List<SewerageConnectionFee> |
SewerageConnectionFeeRepository.findAllByApplicationDetailsAndFeesDetail(SewerageApplicationDetails sewerageApplicationDetails,
FeesDetailMaster feesDetailMaster) |
| Modifier and Type | Method and Description |
|---|---|
List<SewerageConnectionFee> |
SewerageConnectionFeeService.findAllByApplicationDetailsAndFeesDetail(SewerageApplicationDetails sewerageApplicationDetails,
FeesDetailMaster feesDetailMaster) |
| Modifier and Type | Method and Description |
|---|---|
org.egov.demand.model.EgDemand |
SewerageDemandService.createDemandOnNewConnection(List<SewerageConnectionFee> connectionFees,
SewerageApplicationDetails sewerageApplicationDetail) |
org.egov.demand.model.EgDemand |
SewerageDemandService.updateDemand(List<SewerageConnectionFee> connectionFees,
org.egov.demand.model.EgDemand demand) |
org.egov.demand.model.EgDemand |
SewerageDemandService.updateDemandOnChangeInClosets(SewerageApplicationDetails oldSewerageApplicationDetails,
List<SewerageConnectionFee> connectionFees,
org.egov.demand.model.EgDemand demand,
Boolean updateOldSewerageApplicationAdvance) |
Copyright © 2015–2016 eGovernments Foundation. All rights reserved.