| Package | Description |
|---|---|
| org.egov.works.models.tender | |
| org.egov.works.services | |
| org.egov.works.services.impl | |
| org.egov.works.workorder.service |
| Modifier and Type | Method and Description |
|---|---|
WorksPackage |
WorksPackageDetails.getWorksPackage() |
WorksPackage |
TenderEstimate.getWorksPackage() |
WorksPackage |
Retender.getWorksPackage() |
WorksPackage |
RetenderHistory.getWorksPackage() |
| Modifier and Type | Method and Description |
|---|---|
String |
NegotiationNumberGenerator.getTenderNegotiationNumber(WorksPackage worksPackage,
org.egov.commons.CFinancialYear financialYear) |
String |
WorksPackageNumberGenerator.getWorksPackageNumber(WorksPackage entity,
org.egov.commons.CFinancialYear finYear) |
void |
WorksPackageDetails.setWorksPackage(WorksPackage worksPackage) |
void |
TenderEstimate.setWorksPackage(WorksPackage worksPackage) |
void |
Retender.setWorksPackage(WorksPackage worksPackage) |
void |
RetenderHistory.setWorksPackage(WorksPackage worksPackage) |
| Modifier and Type | Method and Description |
|---|---|
WorksPackage |
WorksPackageService.getWorksPackageForAbstractEstimate(AbstractEstimate estimate) |
| Modifier and Type | Method and Description |
|---|---|
List<AbstractEstimate> |
WorksPackageService.getAbStractEstimateListByWorksPackage(WorksPackage entity) |
Collection<EstimateLineItemsForWP> |
WorksPackageService.getActivitiesForEstimate(WorksPackage wpObj) |
WorkOrder |
WorkOrderService.setWorkOrderNumber(AbstractEstimate entity,
WorkOrder workOrder,
WorksPackage worksPackage)
This method will set workorder number to the work order object
|
void |
WorksPackageService.setWorksPackageNumber(WorksPackage entity,
org.egov.commons.CFinancialYear finYear) |
| Constructor and Description |
|---|
WorkspackageWFService(Class<WorksPackage> type) |
| Modifier and Type | Method and Description |
|---|---|
WorksPackage |
WorksPackageServiceImpl.getWorksPackageForAbstractEstimate(AbstractEstimate estimate) |
| Modifier and Type | Method and Description |
|---|---|
List<AbstractEstimate> |
WorksPackageServiceImpl.getAbStractEstimateListByWorksPackage(WorksPackage entity) |
Collection<EstimateLineItemsForWP> |
WorksPackageServiceImpl.getActivitiesForEstimate(WorksPackage wpObj) |
WorkOrder |
WorkOrderServiceImpl.setWorkOrderNumber(AbstractEstimate abstractEstimate,
WorkOrder workOrder,
WorksPackage worksPackage)
This method will set workorder number to the work order object
|
void |
WorksPackageServiceImpl.setWorksPackageNumber(WorksPackage entity,
org.egov.commons.CFinancialYear finYear) |
| Constructor and Description |
|---|
WorksPackageServiceImpl(org.egov.infstr.services.PersistenceService<WorksPackage,Long> persistenceService) |
| Modifier and Type | Method and Description |
|---|---|
String |
WorkOrderNumberGenerator.getWorkOrderNumberGenerator(AbstractEstimate abstractEstimate,
org.egov.commons.CFinancialYear financialYear,
WorksPackage worksPackage,
WorkOrder workOrder,
org.egov.infstr.services.PersistenceService persistenceService) |
Copyright © 2015–2016 eGovernments Foundation. All rights reserved.