| Modifier and Type | Method and Description |
|---|---|
List<FeesDetailMaster> |
FeesMaster.getFeesDetail() |
| Modifier and Type | Method and Description |
|---|---|
void |
FeesMaster.setFeesDetail(List<FeesDetailMaster> feesDetail) |
| Modifier and Type | Method and Description |
|---|---|
FeesDetailMaster |
FeesDetailMasterRepository.findByCodeAndIsActive(String code,
boolean active) |
| Modifier and Type | Method and Description |
|---|---|
List<FeesDetailMaster> |
FeesDetailMasterRepository.findAllActiveFeesDetailByFeesCode(String code) |
List<FeesDetailMaster> |
FeesDetailMasterRepository.findAllByFeesCode(String code) |
| Modifier and Type | Method and Description |
|---|---|
FeesDetailMaster |
FeesDetailMasterService.findByCodeAndIsActive(String code,
boolean active) |
| Modifier and Type | Method and Description |
|---|---|
List<FeesDetailMaster> |
FeesDetailMasterService.findAllActiveFeesDetailByFeesCode(String code) |
List<FeesDetailMaster> |
FeesDetailMasterService.findAllFeesDetailByFeesCode(String code) |
| Modifier and Type | Method and Description |
|---|---|
FeesDetailMaster |
SewerageConnectionFee.getFeesDetail() |
| Modifier and Type | Method and Description |
|---|---|
void |
SewerageConnectionFee.setFeesDetail(FeesDetailMaster feesDetail) |
| 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) |
Copyright © 2015–2017 eGovernments Foundation. All rights reserved.