| Modifier and Type | Method and Description |
|---|---|
String |
LineEstimateNumberGenerator.getNextNumber(LineEstimate lineEstimate) |
String |
EstimateNumberGenerator.getNextNumber(LineEstimate lineEstimate,
org.egov.commons.CFinancialYear financialYear) |
| Modifier and Type | Method and Description |
|---|---|
String |
LineEstimateNumberGeneratorImpl.getNextNumber(LineEstimate lineEstimate) |
String |
EstimateNumberGeneratorImpl.getNextNumber(LineEstimate lineEstimate,
org.egov.commons.CFinancialYear financialYear) |
| Modifier and Type | Method and Description |
|---|---|
LineEstimate |
LineEstimateDetails.getLineEstimate() |
| Modifier and Type | Method and Description |
|---|---|
void |
LineEstimateDetails.setLineEstimate(LineEstimate lineEstimate) |
| Modifier and Type | Method and Description |
|---|---|
List<LineEstimate> |
LineEstimateRepository.findByLineEstimateNumberContainingIgnoreCase(String lineEstimateNumber) |
| Modifier and Type | Method and Description |
|---|---|
LineEstimate |
LineEstimateService.cancel(LineEstimate lineEstimate) |
LineEstimate |
LineEstimateService.create(LineEstimate lineEstimate,
org.springframework.web.multipart.MultipartFile[] files,
Long approvalPosition,
String approvalComent,
String additionalRule,
String workFlowAction) |
LineEstimate |
LineEstimateService.createSpillOver(LineEstimate lineEstimate,
org.springframework.web.multipart.MultipartFile[] files) |
LineEstimate |
LineEstimateService.getLineEstimateByAdminSanctionNumber(String adminSanctionNumber) |
LineEstimate |
LineEstimateService.getLineEstimateByContractCommitteeApprovalNumber(String contractCommitteeApprovalNumber) |
LineEstimate |
LineEstimateService.getLineEstimateByCouncilResolutionNumber(String councilResolutionNumber) |
LineEstimate |
LineEstimateService.getLineEstimateByGovernmentApprovalNumber(String governmentApprovalNumber) |
LineEstimate |
LineEstimateService.getLineEstimateById(Long id) |
LineEstimate |
LineEstimateService.getLineEstimateByLineEstimateNumber(String lineEstimateNumber) |
LineEstimate |
LineEstimateService.getLineEstimateByStandingCommitteeApprovalNumber(String standingCommitteeApprovalNumber) |
LineEstimate |
LineEstimateService.getLineEstimateByTechnicalSanctionNumber(String technicalSanctionNumber) |
LineEstimate |
LineEstimateService.updateLineEstimateDetails(LineEstimate lineEstimate,
Long approvalPosition,
String approvalComent,
String additionalRule,
String workFlowAction,
String mode,
org.egov.infra.reporting.engine.ReportOutput reportOutput,
String removedLineEstimateDetailsIds,
org.springframework.web.multipart.MultipartFile[] files,
org.egov.commons.CFinancialYear financialYear) |
| Modifier and Type | Method and Description |
|---|---|
List<LineEstimate> |
LineEstimateService.searchLineEstimates(LineEstimateSearchRequest lineEstimateSearchRequest) |
List<LineEstimate> |
LineEstimateService.searchLineEstimatesToCancel(LineEstimateSearchRequest lineEstimateSearchRequest) |
| Modifier and Type | Method and Description |
|---|---|
LineEstimate |
LineEstimateService.cancel(LineEstimate lineEstimate) |
LineEstimate |
LineEstimateService.create(LineEstimate lineEstimate,
org.springframework.web.multipart.MultipartFile[] files,
Long approvalPosition,
String approvalComent,
String additionalRule,
String workFlowAction) |
void |
LineEstimateService.createLineEstimateWorkflowTransition(LineEstimate lineEstimate,
Long approvalPosition,
String approvalComent,
String additionalRule,
String workFlowAction) |
LineEstimate |
LineEstimateService.createSpillOver(LineEstimate lineEstimate,
org.springframework.web.multipart.MultipartFile[] files) |
Long |
LineEstimateService.getApprovalPositionByMatrixDesignation(LineEstimate lineEstimate,
Long approvalPosition,
String additionalRule,
String mode,
String workFlowAction) |
Map<String,Object> |
LineEstimateService.getWorkFlowLevelFields(LineEstimate lineEstimate) |
void |
LineEstimateService.lineEstimateStatusChange(LineEstimate lineEstimate,
String workFlowAction,
String mode) |
void |
LineEstimateService.loadModelValues(LineEstimate lineEstimate,
org.springframework.ui.Model model) |
LineEstimate |
LineEstimateService.updateLineEstimateDetails(LineEstimate lineEstimate,
Long approvalPosition,
String approvalComent,
String additionalRule,
String workFlowAction,
String mode,
org.egov.infra.reporting.engine.ReportOutput reportOutput,
String removedLineEstimateDetailsIds,
org.springframework.web.multipart.MultipartFile[] files,
org.egov.commons.CFinancialYear financialYear) |
void |
LineEstimateService.validateAdminSanctionFields(LineEstimate lineEstimate,
org.springframework.validation.BindingResult errors) |
void |
LineEstimateService.validateLineEstimateDetails(LineEstimate lineEstimate,
org.springframework.validation.BindingResult errors) |
| Modifier and Type | Method and Description |
|---|---|
LineEstimate |
WorkProgressRegister.getLineEstimate() |
| Modifier and Type | Method and Description |
|---|---|
void |
WorkProgressRegister.setLineEstimate(LineEstimate lineEstimate) |
Copyright © 2015–2017 eGovernments Foundation. All rights reserved.