| Modifier and Type | Method and Description |
|---|---|
RevisionType |
Activity.getRevisionType() |
| Modifier and Type | Method and Description |
|---|---|
void |
Activity.setRevisionType(RevisionType revisionType) |
| Modifier and Type | Method and Description |
|---|---|
List<Activity> |
ActivityRepository.findByAbstractEstimate_IdAndRevisionType(Long abstractEstimateId,
RevisionType nonTenderderRevisionType,
RevisionType lumpSumRevisionType) |
| Modifier and Type | Method and Description |
|---|---|
List<Activity> |
ActivityService.findByRevisionType(Long estimateId,
RevisionType nonTenderderRevisionType,
RevisionType lumpSumRevisionType) |
| Modifier and Type | Method and Description |
|---|---|
List<WorkOrderActivity> |
WorkOrderActivityRepository.findChangedQuantityActivitiesForEstimate(Long revisionEstimateId,
Long revisionWorkOrderEstimateId,
RevisionType changedQuantityRevisionType) |
| Modifier and Type | Method and Description |
|---|---|
List<MBHeader> |
MBHeaderRepository.findMBHeadersForRevisionEstimate(Long abstractEstimateId,
Long revisionEstimateId,
Long workOrderEstimateId,
RevisionType nonTenderderRevisionType,
RevisionType lumpSumRevisionType,
String mbStatus) |
| Modifier and Type | Method and Description |
|---|---|
static RevisionType |
RevisionType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RevisionType[] |
RevisionType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2015–2016 eGovernments Foundation. All rights reserved.