| Package | Description |
|---|---|
| org.egov.stms.masters.entity | |
| org.egov.stms.masters.pojo | |
| org.egov.stms.masters.repository | |
| org.egov.stms.masters.service |
| Modifier and Type | Method and Description |
|---|---|
List<DonationDetailMaster> |
DonationMaster.getDonationDetail() |
| Modifier and Type | Method and Description |
|---|---|
void |
DonationMaster.addDonationDetail(DonationDetailMaster donationDetail) |
void |
DonationMaster.deleteDonationDetail(DonationDetailMaster donationDetail) |
| Modifier and Type | Method and Description |
|---|---|
void |
DonationMaster.setDonationDetail(List<DonationDetailMaster> donationDetail) |
| Modifier and Type | Method and Description |
|---|---|
int |
DonationRateComparatorOrderById.compare(DonationDetailMaster dtl1,
DonationDetailMaster dtl2) |
| Modifier and Type | Method and Description |
|---|---|
DonationDetailMaster |
DonationMasterRepository.getDonationDetailMasterByNoOfClosetsAndPropertytypeForCurrentDate(PropertyType propertyType,
Integer noofclosets) |
| Modifier and Type | Method and Description |
|---|---|
List<DonationDetailMaster> |
DonationDetailMasterRepository.findByDonation_Id(Long donation) |
List<DonationDetailMaster> |
DonationDetailMasterRepository.findDonationDetailsOrderByNumberOfClosets(Long donation) |
| Modifier and Type | Method and Description |
|---|---|
List<DonationDetailMaster> |
DonationDetailMasterService.findDonationDetailsByDonationId(Long donation) |
List<DonationDetailMaster> |
DonationDetailMasterService.findDonationDetailsOrderByNumberOfClosets(Long donation) |
Copyright © 2015–2017 eGovernments Foundation. All rights reserved.