| Package | Description |
|---|---|
| org.egov.works.milestone.entity | |
| org.egov.works.milestone.repository | |
| org.egov.works.milestone.service | |
| org.egov.works.workorder.entity |
| Modifier and Type | Method and Description |
|---|---|
Milestone |
TrackMilestone.getMilestone() |
Milestone |
MilestoneActivity.getMilestone() |
| Modifier and Type | Method and Description |
|---|---|
void |
TrackMilestone.setMilestone(Milestone milestone) |
void |
MilestoneActivity.setMilestone(Milestone milestone) |
| Modifier and Type | Method and Description |
|---|---|
Milestone |
MilestoneRepository.findById(Long id) |
| Modifier and Type | Method and Description |
|---|---|
List<Milestone> |
MilestoneRepository.findByWorkOrderEstimate_Id(Long id) |
| Modifier and Type | Method and Description |
|---|---|
Milestone |
MilestoneService.cancel(Milestone milestone) |
Milestone |
MilestoneService.create(Milestone milestone) |
Milestone |
MilestoneService.getMilestoneById(Long id) |
Milestone |
MilestoneService.save(Milestone milestone) |
Milestone |
MilestoneService.update(Milestone milestone) |
| Modifier and Type | Method and Description |
|---|---|
List<Milestone> |
MilestoneService.getMilestoneByWorkOrderEstimateId(Long id) |
List<Milestone> |
MilestoneService.searchMilestone(SearchRequestMilestone searchRequestMilestone) |
List<Milestone> |
MilestoneService.searchMilestoneForView(SearchRequestMilestone searchRequestMilestone) |
List<Milestone> |
MilestoneService.searchMilestonesToCancel(SearchRequestMilestone searchRequestMilestone) |
| Modifier and Type | Method and Description |
|---|---|
Milestone |
MilestoneService.cancel(Milestone milestone) |
Milestone |
MilestoneService.create(Milestone milestone) |
Milestone |
MilestoneService.save(Milestone milestone) |
Milestone |
MilestoneService.update(Milestone milestone) |
| Modifier and Type | Method and Description |
|---|---|
Milestone |
WorkOrderEstimate.getLatestMilestone() |
| Modifier and Type | Method and Description |
|---|---|
List<Milestone> |
WorkOrderEstimate.getMilestone() |
| Modifier and Type | Method and Description |
|---|---|
void |
WorkOrderEstimate.setLatestMilestone(Milestone latestMilestone) |
| Modifier and Type | Method and Description |
|---|---|
void |
WorkOrderEstimate.setMilestone(List<Milestone> milestone) |
Copyright © 2015–2017 eGovernments Foundation. All rights reserved.