| Package | Description |
|---|---|
| org.egov.works.abstractestimate.entity | |
| org.egov.works.abstractestimate.repository | |
| org.egov.works.abstractestimate.service |
| Modifier and Type | Method and Description |
|---|---|
EstimatePhotographs.WorkProgress |
EstimatePhotographs.getWorkProgress() |
static EstimatePhotographs.WorkProgress |
EstimatePhotographs.WorkProgress.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EstimatePhotographs.WorkProgress[] |
EstimatePhotographs.WorkProgress.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
EstimatePhotographs.setWorkProgress(EstimatePhotographs.WorkProgress workProgress) |
| Modifier and Type | Method and Description |
|---|---|
List<EstimatePhotographs> |
EstimatePhotographRepository.findByEstimatePhotographAndLineEstimateDetails(EstimatePhotographs.WorkProgress workProgress,
Long lineEstimateDetailId) |
| Modifier and Type | Method and Description |
|---|---|
List<EstimatePhotographs> |
EstimatePhotographService.getEstimatePhotographsByEstimatePhotographStageAndLineEstimateDetails(EstimatePhotographs.WorkProgress estimatePhotographtrackStage,
Long lineEstimateDetailId) |
Copyright © 2015–2016 eGovernments Foundation. All rights reserved.