| Package | Description |
|---|---|
| org.egov.stms.masters.entity | |
| org.egov.stms.masters.repository | |
| org.egov.stms.masters.service |
| Modifier and Type | Method and Description |
|---|---|
DonationMaster |
DonationDetailMaster.getDonation() |
| Modifier and Type | Method and Description |
|---|---|
void |
DonationDetailMaster.setDonation(DonationMaster donation) |
| Modifier and Type | Method and Description |
|---|---|
DonationMaster |
DonationMasterRepository.findByPropertyTypeAndActive(PropertyType propertyType,
boolean active) |
DonationMaster |
DonationMasterRepository.findByPropertyTypeAndFromDateAndActive(PropertyType propertyType,
Date fromDate,
boolean active) |
| Modifier and Type | Method and Description |
|---|---|
List<DonationMaster> |
DonationMasterRepository.findAllByPropertyType(PropertyType propertyType) |
List<DonationMaster> |
DonationMasterRepository.getLatestActiveRecordByPropertyTypeAndActive(PropertyType propertyType,
boolean active,
Date date) |
| Modifier and Type | Method and Description |
|---|---|
DonationMaster |
DonationMasterService.create(DonationMaster donationMaster) |
DonationMaster |
DonationMasterService.createDonationRate(DonationMaster donationMaster) |
DonationMaster |
DonationMasterService.findById(Long id) |
DonationMaster |
DonationMasterService.findByPropertyTypeAndActive(PropertyType propertyType,
boolean active) |
DonationMaster |
DonationMasterService.findByPropertyTypeAndFromDateAndActive(PropertyType propertyType,
Date fromDate,
boolean active) |
DonationMaster |
DonationMasterService.load(Long id) |
| Modifier and Type | Method and Description |
|---|---|
List<DonationMaster> |
DonationMasterService.findAll() |
List<DonationMaster> |
DonationMasterService.findAllByPropertyType(PropertyType propertyType) |
List<DonationMaster> |
DonationMasterService.getLatestActiveRecordByPropertyTypeAndActive(PropertyType propertyType,
boolean active) |
List<DonationMaster> |
DonationMasterService.searchConnectionRecordsBySearchParams(PropertyType propertyType,
String date,
String status) |
| Modifier and Type | Method and Description |
|---|---|
DonationMaster |
DonationMasterService.create(DonationMaster donationMaster) |
DonationMaster |
DonationMasterService.createDonationRate(DonationMaster donationMaster) |
void |
DonationMasterService.delete(DonationMaster donationMaster) |
void |
DonationMasterService.update(DonationMaster donationMaster) |
Copyright © 2015–2016 eGovernments Foundation. All rights reserved.