@Service @Transactional(readOnly=true) public class SewerageConnectionFeeService extends Object
| Modifier and Type | Field and Description |
|---|---|
protected SewerageConnectionFeeRepository |
sewerageConnectionFeeRepository |
| Constructor and Description |
|---|
SewerageConnectionFeeService(SewerageConnectionFeeRepository sewerageConnectionFeeRepository) |
| Modifier and Type | Method and Description |
|---|---|
List<SewerageConnectionFee> |
findAllByApplicationDetailsAndFeesDetail(SewerageApplicationDetails sewerageApplicationDetails,
FeesDetailMaster feesDetailMaster) |
protected SewerageConnectionFeeRepository sewerageConnectionFeeRepository
@Autowired public SewerageConnectionFeeService(SewerageConnectionFeeRepository sewerageConnectionFeeRepository)
public List<SewerageConnectionFee> findAllByApplicationDetailsAndFeesDetail(SewerageApplicationDetails sewerageApplicationDetails, FeesDetailMaster feesDetailMaster)
Copyright © 2015–2017 eGovernments Foundation. All rights reserved.