| Package | Description |
|---|---|
| org.egov.works.abstractestimate.entity | |
| org.egov.works.master.repository | |
| org.egov.works.master.service | |
| org.egov.works.models.masters | |
| org.egov.works.uploadsor |
| Modifier and Type | Method and Description |
|---|---|
ScheduleOfRate |
Activity.getSchedule() |
| Modifier and Type | Method and Description |
|---|---|
void |
Activity.setSchedule(ScheduleOfRate schedule) |
| Modifier and Type | Method and Description |
|---|---|
ScheduleOfRate |
ScheduleOfRateRepository.findByCode(String sorCode) |
ScheduleOfRate |
ScheduleOfRateRepository.findByCodeAndScheduleCategory_id(String sorCode,
Long categoryId) |
| Modifier and Type | Method and Description |
|---|---|
List<ScheduleOfRate> |
ScheduleOfRateRepository.findByCodeAndScheduleOfCategoriesAndEstimateId(String code,
List<Long> ids,
Date estimateDate,
List<Long> estimateIds) |
List<ScheduleOfRate> |
ScheduleOfRateRepository.findByCodeContainingIgnoreCaseAndScheduleCategory_IdInOrderByCode(String code,
List<Long> ids,
Date estimateDate) |
| Modifier and Type | Method and Description |
|---|---|
ScheduleOfRate |
ScheduleOfRateService.findById(Long id,
boolean b) |
ScheduleOfRate |
ScheduleOfRateService.getByCode(String code) |
ScheduleOfRate |
ScheduleOfRateService.getByCodeAndScheduleCategoryId(String code,
Long id) |
ScheduleOfRate |
ScheduleOfRateService.getScheduleOfRateById(Long scheduleOfRateId) |
ScheduleOfRate |
ScheduleOfRateService.save(ScheduleOfRate scheduleOfRate) |
ScheduleOfRate |
ScheduleOfRateService.setPrimaryDetails(ScheduleOfRate scheduleOfRate) |
| Modifier and Type | Method and Description |
|---|---|
List<ScheduleOfRate> |
ScheduleOfRateService.getAllScheduleOfRates() |
List<ScheduleOfRate> |
ScheduleOfRateService.getScheduleOfRatesByCodeAndScheduleOfCategories(String code,
String ids,
Date estimateDate) |
List<ScheduleOfRate> |
ScheduleOfRateService.getScheduleOfRatesByCodeAndScheduleOfCategoriesAndEstimateId(String code,
String ids,
Date estimateDate,
Long estimateId) |
| Modifier and Type | Method and Description |
|---|---|
ScheduleOfRate |
ScheduleOfRateService.save(ScheduleOfRate scheduleOfRate) |
ScheduleOfRate |
ScheduleOfRateService.setPrimaryDetails(ScheduleOfRate scheduleOfRate) |
| Modifier and Type | Method and Description |
|---|---|
ScheduleOfRate |
EstimateTemplateActivity.getSchedule() |
ScheduleOfRate |
MarketRate.getScheduleOfRate() |
ScheduleOfRate |
SORRate.getScheduleOfRate() |
| Modifier and Type | Method and Description |
|---|---|
void |
EstimateTemplateActivity.setSchedule(ScheduleOfRate schedule) |
void |
MarketRate.setScheduleOfRate(ScheduleOfRate scheduleOfRate) |
void |
SORRate.setScheduleOfRate(ScheduleOfRate scheduleOfRate) |
| Modifier and Type | Method and Description |
|---|---|
ScheduleOfRate |
UploadScheduleOfRate.getScheduleOfRate() |
| Modifier and Type | Method and Description |
|---|---|
void |
UploadScheduleOfRate.setScheduleOfRate(ScheduleOfRate scheduleOfRate) |
Copyright © 2015–2016 eGovernments Foundation. All rights reserved.