| Modifier and Type | Method and Description |
|---|---|
String |
ContractorBillNumberGenerator.getNextNumber(ContractorBillRegister contractorBillRegister) |
| Modifier and Type | Method and Description |
|---|---|
String |
ContractorBillNumberGeneratorImpl.getNextNumber(ContractorBillRegister contractorBillRegister) |
| Modifier and Type | Method and Description |
|---|---|
ContractorBillRegister |
ContractorBillRegisterRepository.findByBillnumber(String billNumber) |
ContractorBillRegister |
ContractorBillRegisterRepository.findByWorkOrderAndBillTypeAndStatus(WorkOrderEstimate workOrderEstimate,
String status,
String billtype) |
| Modifier and Type | Method and Description |
|---|---|
List<ContractorBillRegister> |
ContractorBillRegisterRepository.findByBillnumberContainingIgnoreCase(String billNumber) |
List<ContractorBillRegister> |
ContractorBillRegisterRepository.findByWorkOrderAndBillstatusNot(WorkOrder workOrder,
String billstatus) |
| Modifier and Type | Method and Description |
|---|---|
ContractorBillRegister |
ContractorBillRegisterService.cancel(ContractorBillRegister contractorBillRegister) |
ContractorBillRegister |
ContractorBillRegisterService.checkBudgetAndGenerateBANumber(ContractorBillRegister contractorBill) |
ContractorBillRegister |
ContractorBillRegisterService.create(ContractorBillRegister contractorBillRegister,
org.springframework.web.multipart.MultipartFile[] files,
Long approvalPosition,
String approvalComent,
String additionalRule,
String workFlowAction) |
ContractorBillRegister |
ContractorBillRegisterService.getContractorBillByBillNumber(String billNumber) |
ContractorBillRegister |
ContractorBillRegisterService.getContractorBillById(Long id) |
ContractorBillRegister |
ContractorBillRegisterService.getContratorBillForWorkOrder(WorkOrderEstimate workOrderEstimate,
String status,
String billtype) |
ContractorBillRegister |
ContractorBillRegisterService.updateContractorBillRegister(ContractorBillRegister contractorBillRegister,
Long approvalPosition,
String approvalComent,
String additionalRule,
String workFlowAction,
String mode,
org.springframework.web.multipart.MultipartFile[] files) |
| Modifier and Type | Method and Description |
|---|---|
List<ContractorBillRegister> |
ContractorBillRegisterService.searchContractorBill(SearchRequestContractorBill searchRequestContractorBill) |
List<ContractorBillRegister> |
ContractorBillRegisterService.searchContractorBillsToCancel(SearchRequestContractorBill searchRequestContractorBill) |
| Modifier and Type | Method and Description |
|---|---|
ContractorBillRegister |
ContractorBillRegisterService.cancel(ContractorBillRegister contractorBillRegister) |
ContractorBillRegister |
ContractorBillRegisterService.checkBudgetAndGenerateBANumber(ContractorBillRegister contractorBill) |
boolean |
ContractorBillRegisterService.checkForDuplicateAccountCodes(ContractorBillRegister contractorBillRegister) |
void |
ContractorBillRegisterService.contractorBillRegisterStatusChange(ContractorBillRegister contractorBillRegister,
String workFlowAction,
String mode) |
ContractorBillRegister |
ContractorBillRegisterService.create(ContractorBillRegister contractorBillRegister,
org.springframework.web.multipart.MultipartFile[] files,
Long approvalPosition,
String approvalComent,
String additionalRule,
String workFlowAction) |
void |
ContractorBillRegisterService.createContractorBillRegisterWorkflowTransition(ContractorBillRegister contractorBillRegister,
Long approvalPosition,
String approvalComent,
String additionalRule,
String workFlowAction) |
Long |
ContractorBillRegisterService.getApprovalPositionByMatrixDesignation(ContractorBillRegister contractorBillRegister,
Long approvalPosition,
String additionalRule,
String mode,
String workFlowAction) |
org.egov.model.bills.EgBilldetails |
ContractorBillRegisterService.getBillDetails(ContractorBillRegister billregister,
org.egov.model.bills.EgBilldetails egBilldetails,
WorkOrderEstimate workOrderEstimate,
org.springframework.validation.BindingResult resultBinder,
javax.servlet.http.HttpServletRequest request) |
List<Map<String,Object>> |
ContractorBillRegisterService.getBillDetailsMap(ContractorBillRegister contractorBillRegister,
org.springframework.ui.Model model) |
List<ContractorBillCertificateInfo> |
ContractorBillRegisterService.getContractCertificateDetails(ContractorBillRegister contractorBillRegister,
Map<String,Object> reportParams) |
void |
ContractorBillRegisterService.mergeDeductionDetails(ContractorBillRegister contractorBillRegister) |
ContractorBillRegister |
ContractorBillRegisterService.updateContractorBillRegister(ContractorBillRegister contractorBillRegister,
Long approvalPosition,
String approvalComent,
String additionalRule,
String workFlowAction,
String mode,
org.springframework.web.multipart.MultipartFile[] files) |
boolean |
ContractorBillRegisterService.validateDuplicateRefundAccountCodes(ContractorBillRegister contractorBillRegister) |
void |
ContractorBillRegisterService.validateMileStonePercentage(ContractorBillRegister contractorBillRegister,
org.springframework.validation.BindingResult resultBinder) |
void |
ContractorBillRegisterService.validateRefundAmount(ContractorBillRegister contractorBillRegister,
org.springframework.validation.BindingResult resultBinder) |
void |
ContractorBillRegisterService.validateTotalDebitAndCreditAmount(ContractorBillRegister contractorBillRegister,
org.springframework.validation.BindingResult resultBinder) |
void |
ContractorBillRegisterService.validateZeroCreditAndDebitAmount(ContractorBillRegister contractorBillRegister,
org.springframework.validation.BindingResult resultBinder) |
| Modifier and Type | Method and Description |
|---|---|
ContractorBillRegister |
MBForCancelledBill.getContractorBillRegister() |
ContractorBillRegister |
MBHeader.getEgBillregister() |
| Modifier and Type | Method and Description |
|---|---|
void |
MBForCancelledBill.setContractorBillRegister(ContractorBillRegister contractorBillRegister) |
void |
MBHeader.setEgBillregister(ContractorBillRegister egBillregister) |
| Modifier and Type | Method and Description |
|---|---|
List<MBForCancelledBill> |
MBForCancelledBillRepository.findByContractorBillRegister(ContractorBillRegister contractorBillRegister) |
List<MBHeader> |
MBHeaderRepository.findByEgBillregister(ContractorBillRegister contractorBillRegister) |
List<MBHeader> |
MBHeaderRepository.findByEgBillregisterAndEgwStatus_codeEquals(ContractorBillRegister contractorBillRegister,
String statusCode) |
List<MBHeader> |
MBForCancelledBillRepository.findMBHeadersByContractorBillRegister(ContractorBillRegister contractorBillRegister) |
| Modifier and Type | Method and Description |
|---|---|
List<MBHeader> |
MBHeaderService.getApprovedMBHeadersByContractorBill(ContractorBillRegister contractorBillRegister) |
List<MBForCancelledBill> |
MBForCancelledBillService.getMBForCancelledBillListByContractorBillRegister(ContractorBillRegister contractorBillRegister) |
List<MBHeader> |
MBHeaderService.getMBHeadersByContractorBill(ContractorBillRegister contractorBillRegister) |
List<MBHeader> |
MBForCancelledBillService.getMBHeadersForCancelledBillListByContractorBillRegister(ContractorBillRegister contractorBillRegister) |
| Modifier and Type | Method and Description |
|---|---|
ContractorBillRegister |
AssetForBill.getEgbill() |
ContractorBillRegister |
DeductionTypeForBill.getEgbill() |
ContractorBillRegister |
StatutoryDeductionsForBill.getEgBillReg() |
| Modifier and Type | Method and Description |
|---|---|
void |
AssetForBill.setEgbill(ContractorBillRegister egbill) |
void |
DeductionTypeForBill.setEgbill(ContractorBillRegister egbill) |
void |
StatutoryDeductionsForBill.setEgBillReg(ContractorBillRegister egBillReg) |
| Modifier and Type | Method and Description |
|---|---|
ContractorBillRegister |
BillDetails.getContractorBillRegister() |
| Modifier and Type | Method and Description |
|---|---|
void |
BillDetails.setContractorBillRegister(ContractorBillRegister contractorBillRegister) |
| Modifier and Type | Method and Description |
|---|---|
String |
ContractorBillService.generateContractorBillNumber(ContractorBillRegister contractorBillRegister)
The method return number if the bill number has to be generated
|
BigDecimal |
ContractorBillService.getApprovedMBAmountforBill(ContractorBillRegister contractorBillRegister)
This method will return Bill amount for a given BIll
|
BigDecimal |
ContractorBillService.getApprovedMBAmountOfTenderedItemsForBill(ContractorBillRegister contractorBillRegister)
This method will return Bill amount for a given BIll considering only tendered items
|
WorkCompletionInfo |
ContractorBillService.setWorkCompletionInfoFromBill(ContractorBillRegister contractorBillRegister,
WorkOrderEstimate workOrderEstimate)
Get the WorkCompletionInfo for completion certificate
|
| Constructor and Description |
|---|
ContractorBillWFService(Class<ContractorBillRegister> type) |
| Modifier and Type | Method and Description |
|---|---|
String |
ContractorBillServiceImpl.generateContractorBillNumber(ContractorBillRegister ContractorBillRegister)
The method return number if the bill number has to be generated
|
BigDecimal |
ContractorBillServiceImpl.getApprovedMBAmountforBill(ContractorBillRegister contractorBillRegister)
This method will return Bill amount for a given Bill
|
BigDecimal |
ContractorBillServiceImpl.getApprovedMBAmountOfTenderedItemsForBill(ContractorBillRegister contractorBillRegister)
This method will return Bill amount for a given Bill
|
WorkCompletionInfo |
ContractorBillServiceImpl.setWorkCompletionInfoFromBill(ContractorBillRegister contractorBillRegister,
WorkOrderEstimate workOrderEstimate) |
| Constructor and Description |
|---|
ContractorBillServiceImpl(org.egov.infstr.services.PersistenceService<ContractorBillRegister,Long> persistenceService) |
Copyright © 2015–2016 eGovernments Foundation. All rights reserved.