| Package | Description |
|---|---|
| org.egov.ptis.domain.repository.master.mutationfee | |
| org.egov.ptis.master.service |
| Modifier and Type | Method and Description |
|---|---|
MutationFeeDetails |
MutationFeeRepository.getAllDetailsById(Long id) |
| Modifier and Type | Method and Description |
|---|---|
List<MutationFeeDetails> |
MutationFeeRepository.findBySlabNames(String slabName) |
List<MutationFeeDetails> |
MutationFeeRepository.getDistinctSlabNamesList() |
List<MutationFeeDetails> |
MutationFeeRepository.selectAllOrderBySlabName() |
| Modifier and Type | Method and Description |
|---|---|
MutationFeeDetails |
MutationFeeService.getDetailsById(Long id) |
MutationFeeDetails |
MutationFeeService.getMutationFeeById(Long id) |
| Modifier and Type | Method and Description |
|---|---|
List<MutationFeeDetails> |
MutationFeeService.findDuplicateSlabName(String slabname) |
List<MutationFeeDetails> |
MutationFeeService.findSlabName() |
List<MutationFeeDetails> |
MutationFeeService.getAllMutationFee() |
| Modifier and Type | Method and Description |
|---|---|
void |
MutationFeeService.createMutationFee(MutationFeeDetails mutation) |
void |
MutationFeeService.generateSlabName(MutationFeeDetails mutationFeeDetails) |
Copyright © 2015–2017 eGovernments Foundation. All rights reserved.