| Package | Description |
|---|---|
| org.egov.works.contractorbill.entity | |
| org.egov.works.services | |
| org.egov.works.services.impl |
| Modifier and Type | Method and Description |
|---|---|
List<StatutoryDeductionsForBill> |
ContractorBillRegister.getStatutoryDeductionsList() |
| Modifier and Type | Method and Description |
|---|---|
void |
ContractorBillRegister.addStatutoryDeductions(StatutoryDeductionsForBill statutoryDeductionsForBill) |
| Modifier and Type | Method and Description |
|---|---|
void |
ContractorBillRegister.setStatutoryDeductionsList(List<StatutoryDeductionsForBill> statutoryDeductionsList) |
| Modifier and Type | Method and Description |
|---|---|
Collection<StatutoryDeductionsForBill> |
ContractorBillService.getStatutoryDeductions(List<StatutoryDeductionsForBill> actionStatutorydetails) |
List<StatutoryDeductionsForBill> |
ContractorBillService.getStatutoryDeductionSortedOrder(List<String> requiredOrder,
List<StatutoryDeductionsForBill> givenStatutoryList)
API will returns the type of Deduction list for a given bill Id and type
|
List<StatutoryDeductionsForBill> |
ContractorBillService.getStatutoryListForBill(Long billId)
API will returns the type of Deduction list for a given bill Id and type
|
| Modifier and Type | Method and Description |
|---|---|
BigDecimal |
ContractorBillService.getTotAmtForStatutory(Date billDate,
Long workOrderId,
StatutoryDeductionsForBill statDeductionBilldetail,
Long workOrderEstimateId)
API will returns the Total Amount for Statutory deduction for workorder upto billdate for that dedcution
|
| Modifier and Type | Method and Description |
|---|---|
List<org.egov.model.bills.EgBilldetails> |
ContractorBillService.getAccountDetailsList(Long billId,
Long workOrderEstimateId,
List<StatutoryDeductionsForBill> statutoryList,
List<DeductionTypeForBill> standardDeductionList,
List<org.egov.model.bills.EgBilldetails> customDeductionList,
List<org.egov.model.bills.EgBilldetails> retentionMoneyDeductionList)
Get the accountDetails
|
List<org.egov.model.bills.EgBilldetails> |
ContractorBillService.getCustomDeductionList(Long billId,
Long workOrderEstimateId,
List<StatutoryDeductionsForBill> statutoryList,
List<DeductionTypeForBill> standardDeductionList,
List<org.egov.model.bills.EgBilldetails> retentionMoneyDeductionList)
Get the list of custom dedcution based on glcodes of custom deduction
|
List<org.egov.model.bills.EgBilldetails> |
ContractorBillService.getRetentionMoneyDeductionList(Long billId,
List<StatutoryDeductionsForBill> statutoryList,
List<DeductionTypeForBill> standardDeductionList)
Get the list of retention money dedcution based on glcodes of retention deduction
|
Collection<StatutoryDeductionsForBill> |
ContractorBillService.getStatutoryDeductions(List<StatutoryDeductionsForBill> actionStatutorydetails) |
List<StatutoryDeductionsForBill> |
ContractorBillService.getStatutoryDeductionSortedOrder(List<String> requiredOrder,
List<StatutoryDeductionsForBill> givenStatutoryList)
API will returns the type of Deduction list for a given bill Id and type
|
void |
ContractorBillService.setAllViewLists(Long id,
Long workOrderId,
Long workOrderEstimateId,
List<StatutoryDeductionsForBill> actionStatutorydetails,
List<DeductionTypeForBill> standardDeductions,
List<org.egov.model.bills.EgBilldetails> customDeductions,
List<org.egov.model.bills.EgBilldetails> retentionMoneyDeductions,
List<AssetForBill> accountDetailsForBill) |
| Modifier and Type | Method and Description |
|---|---|
Collection<StatutoryDeductionsForBill> |
ContractorBillServiceImpl.getStatutoryDeductions(List<StatutoryDeductionsForBill> actionStatutorydetails) |
List<StatutoryDeductionsForBill> |
ContractorBillServiceImpl.getStatutoryDeductionSortedOrder(List<String> requiredOrder,
List<StatutoryDeductionsForBill> givenEgBillPayeedetails)
API will returns the sorted list for a given list values
|
List<StatutoryDeductionsForBill> |
ContractorBillServiceImpl.getStatutoryListForBill(Long billId)
API will returns the statutory list for a given bill Id and type
|
| Modifier and Type | Method and Description |
|---|---|
BigDecimal |
ContractorBillServiceImpl.getTotAmtForStatutory(Date billDate,
Long workOrderId,
StatutoryDeductionsForBill statDeductionBilldetail,
Long workOrderEstimateId)
API will returns the Total Amount for Statutory deduction for workorder upto billdate for that dedcution
|
| Modifier and Type | Method and Description |
|---|---|
void |
ContractorBillServiceImpl.addStatutoryDeductionGlcode(List<BigDecimal> glcodeIdList,
List<StatutoryDeductionsForBill> sortedStatutorySortedList) |
List<org.egov.model.bills.EgBilldetails> |
ContractorBillServiceImpl.getAccountDetailsList(Long billId,
Long workOrderEstimateId,
List<StatutoryDeductionsForBill> statutoryList,
List<DeductionTypeForBill> standardDeductionList,
List<org.egov.model.bills.EgBilldetails> customDeductionList,
List<org.egov.model.bills.EgBilldetails> retentionMoneyDeductionList) |
List<org.egov.model.bills.EgBilldetails> |
ContractorBillServiceImpl.getCustomDeductionList(Long billId,
Long workOrderEstimateId,
List<StatutoryDeductionsForBill> statutoryList,
List<DeductionTypeForBill> standardDeductionList,
List<org.egov.model.bills.EgBilldetails> retentionMoneyDeductionList)
Get the list of custom dedcution based on glcodes of custom deduction
|
List<org.egov.model.bills.EgBilldetails> |
ContractorBillServiceImpl.getRetentionMoneyDeductionList(Long billId,
List<StatutoryDeductionsForBill> statutoryList,
List<DeductionTypeForBill> standardDeductionList) |
Collection<StatutoryDeductionsForBill> |
ContractorBillServiceImpl.getStatutoryDeductions(List<StatutoryDeductionsForBill> actionStatutorydetails) |
List<StatutoryDeductionsForBill> |
ContractorBillServiceImpl.getStatutoryDeductionSortedOrder(List<String> requiredOrder,
List<StatutoryDeductionsForBill> givenEgBillPayeedetails)
API will returns the sorted list for a given list values
|
void |
ContractorBillServiceImpl.setAllViewLists(Long id,
Long workOrderId,
Long workOrderEstimateId,
List<StatutoryDeductionsForBill> actionStatutorydetails,
List<DeductionTypeForBill> standardDeductions,
List<org.egov.model.bills.EgBilldetails> customDeductions,
List<org.egov.model.bills.EgBilldetails> retentionMoneyDeductions,
List<AssetForBill> accountDetailsForBill) |
Copyright © 2015–2016 eGovernments Foundation. All rights reserved.