| Package | Description |
|---|---|
| org.egov.works.contractorbill.entity | |
| org.egov.works.services | |
| org.egov.works.services.impl |
| Modifier and Type | Method and Description |
|---|---|
List<DeductionTypeForBill> |
ContractorBillRegister.getDeductionTypeList() |
| Modifier and Type | Method and Description |
|---|---|
void |
ContractorBillRegister.addDeductionType(DeductionTypeForBill deductionTypeForBill) |
| Modifier and Type | Method and Description |
|---|---|
void |
ContractorBillRegister.setDeductionTypeList(List<DeductionTypeForBill> deductionTypeList) |
| Modifier and Type | Method and Description |
|---|---|
List<DeductionTypeForBill> |
ContractorBillService.getStandardDeductionForBill(Long billId)
API will returns the standard deduction list for a given bill Id
|
List<DeductionTypeForBill> |
ContractorBillService.getStandardDeductionSortedOrder(List<String> requiredOrder,
List<DeductionTypeForBill> givenStandardList)
API will returns the sorted Deduction list for a given bill Id
|
Collection<DeductionTypeForBill> |
ContractorBillService.getStandardDeductionTypes(List<DeductionTypeForBill> standardDeductions) |
| Modifier and Type | Method and Description |
|---|---|
BigDecimal |
ContractorBillService.getTotAmtForStandard(Date billDate,
Long workOrderId,
DeductionTypeForBill deductionTypeForBill,
Long workOrderEstimateId)
API will returns the Total Amount for custom deduction for workorder upto billdate
|
| 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
|
List<DeductionTypeForBill> |
ContractorBillService.getStandardDeductionSortedOrder(List<String> requiredOrder,
List<DeductionTypeForBill> givenStandardList)
API will returns the sorted Deduction list for a given bill Id
|
Collection<DeductionTypeForBill> |
ContractorBillService.getStandardDeductionTypes(List<DeductionTypeForBill> standardDeductions) |
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 |
|---|---|
List<DeductionTypeForBill> |
ContractorBillServiceImpl.getStandardDeductionForBill(Long billId) |
List<DeductionTypeForBill> |
ContractorBillServiceImpl.getStandardDeductionSortedOrder(List<String> requiredOrder,
List<DeductionTypeForBill> givenStandardList) |
Collection<DeductionTypeForBill> |
ContractorBillServiceImpl.getStandardDeductionTypes(List<DeductionTypeForBill> standardDeductions) |
| Modifier and Type | Method and Description |
|---|---|
BigDecimal |
ContractorBillServiceImpl.getTotAmtForStandard(Date billDate,
Long workOrderId,
DeductionTypeForBill deductionTypeForBill1,
Long workOrderEstimateId)
API will returns the Total Amount for custom deduction for workorder upto billdate
|
| Modifier and Type | Method and Description |
|---|---|
void |
ContractorBillServiceImpl.addStandardDeductionGlcode(List<BigDecimal> glcodeIdList,
List<DeductionTypeForBill> sortedStandardDeductionList) |
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) |
List<DeductionTypeForBill> |
ContractorBillServiceImpl.getStandardDeductionSortedOrder(List<String> requiredOrder,
List<DeductionTypeForBill> givenStandardList) |
Collection<DeductionTypeForBill> |
ContractorBillServiceImpl.getStandardDeductionTypes(List<DeductionTypeForBill> standardDeductions) |
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.