| Package | Description |
|---|---|
| org.egov.works.milestone.entity | |
| org.egov.works.milestone.repository | |
| org.egov.works.milestone.service | |
| org.egov.works.services |
| Modifier and Type | Method and Description |
|---|---|
TrackMilestone |
TrackMilestoneActivity.getTrackMilestone() |
| Modifier and Type | Method and Description |
|---|---|
List<TrackMilestone> |
Milestone.getTrackMilestone() |
| Modifier and Type | Method and Description |
|---|---|
void |
TrackMilestoneActivity.setTrackMilestone(TrackMilestone trackMilestone) |
| Modifier and Type | Method and Description |
|---|---|
void |
Milestone.setTrackMilestone(List<TrackMilestone> trackMilestone) |
| Modifier and Type | Method and Description |
|---|---|
TrackMilestone |
TrackMilestoneRepository.findByMilestone_Id(Long id) |
TrackMilestone |
TrackMilestoneRepository.findCompletionPercentageForTrackMileStone(Long workOrderEstimateId,
String workOrderStatus,
String trackMilestoneStatus,
String milestoneStatus) |
TrackMilestone |
TrackMilestoneRepository.findMinimunPercentageForTrackMileStone(Long workOrderEstimateId,
String workOrderStatus,
String trackMilestoneStatus,
String milestoneStatus) |
TrackMilestone |
TrackMilestoneRepository.findTrackMilestoneTotalPercentage(Long workOrderEstimateId,
String workOrderStatus,
String trackMilestoneStatus,
String milestoneStatus) |
| Modifier and Type | Method and Description |
|---|---|
TrackMilestone |
TrackMilestoneService.getCompletionPercentageToCreateContractorFinalBill(Long workOrderEstimateId) |
TrackMilestone |
TrackMilestoneService.getMinimumPercentageToCreateContractorBill(Long workOrderEstimateId) |
TrackMilestone |
TrackMilestoneService.getTrackMilestoneByMilestoneId(Long id) |
TrackMilestone |
TrackMilestoneService.getTrackMilestoneTotalPercentage(Long workOrderEstimateId) |
TrackMilestone |
TrackMilestoneService.save(TrackMilestone trackMilestone) |
| Modifier and Type | Method and Description |
|---|---|
List<TrackMilestone> |
TrackMilestoneService.searchTrackMilestone(SearchRequestMilestone searchRequestMilestone) |
| Modifier and Type | Method and Description |
|---|---|
TrackMilestone |
TrackMilestoneService.save(TrackMilestone trackMilestone) |
| Constructor and Description |
|---|
TrackMilestoneWFService(Class<TrackMilestone> type) |
Copyright © 2015–2016 eGovernments Foundation. All rights reserved.