@Transactional(readOnly=true) @Service public class PaymentActionHelper extends Object
| Modifier and Type | Field and Description |
|---|---|
protected org.egov.eis.service.AssignmentService |
assignmentService |
static String |
ZERO |
| Constructor and Description |
|---|
PaymentActionHelper() |
| Modifier and Type | Method and Description |
|---|---|
Paymentheader |
createDirectBankPayment(Paymentheader paymentheader,
org.egov.commons.CVoucherHeader voucherHeader,
org.egov.commons.CVoucherHeader billVhId,
CommonBean commonBean,
List<VoucherDetails> billDetailslist,
List<VoucherDetails> subLedgerlist,
WorkflowBean workflowBean) |
protected HashMap<String,Object> |
createHeaderAndMisDetails(org.egov.commons.CVoucherHeader voucherHeader) |
Paymentheader |
createRemittancePayment(Paymentheader paymentheader,
org.egov.commons.CVoucherHeader voucherHeader,
Integer accountNumberId,
String modeOfPayment,
BigDecimal totalAmount,
List<RemittanceBean> listRemitBean,
Recovery recovery,
RemittanceBean remittanceBean,
String remittedTo,
WorkflowBean workflowBean,
HashMap<String,Object> headerDetails,
CommonBean commonBean) |
List<EgAdvanceRequisition> |
getAdvanceRequisitionDetails(Paymentheader paymentheader) |
List<Miscbilldetail> |
getPaymentBills(Paymentheader paymentheader) |
protected org.egov.eis.entity.Assignment |
getWorkflowInitiator(Paymentheader paymentheader) |
Paymentheader |
sendForApproval(Paymentheader paymentheader,
WorkflowBean workflowBean) |
EgBillregister |
setbillRegisterFunction(EgBillregister bill,
org.egov.commons.CFunction function) |
void |
transitionWorkFlow(Paymentheader paymentheader,
WorkflowBean workflowBean) |
public static final String ZERO
@Autowired protected org.egov.eis.service.AssignmentService assignmentService
@Transactional public Paymentheader createDirectBankPayment(Paymentheader paymentheader, org.egov.commons.CVoucherHeader voucherHeader, org.egov.commons.CVoucherHeader billVhId, CommonBean commonBean, List<VoucherDetails> billDetailslist, List<VoucherDetails> subLedgerlist, WorkflowBean workflowBean)
@Transactional public Paymentheader createRemittancePayment(Paymentheader paymentheader, org.egov.commons.CVoucherHeader voucherHeader, Integer accountNumberId, String modeOfPayment, BigDecimal totalAmount, List<RemittanceBean> listRemitBean, Recovery recovery, RemittanceBean remittanceBean, String remittedTo, WorkflowBean workflowBean, HashMap<String,Object> headerDetails, CommonBean commonBean)
@Transactional public Paymentheader sendForApproval(Paymentheader paymentheader, WorkflowBean workflowBean)
@Transactional public EgBillregister setbillRegisterFunction(EgBillregister bill, org.egov.commons.CFunction function)
@Transactional public List<Miscbilldetail> getPaymentBills(Paymentheader paymentheader)
protected org.egov.eis.entity.Assignment getWorkflowInitiator(Paymentheader paymentheader)
@Transactional public void transitionWorkFlow(Paymentheader paymentheader, WorkflowBean workflowBean)
@Transactional public List<EgAdvanceRequisition> getAdvanceRequisitionDetails(Paymentheader paymentheader)
Copyright © 2015–2017 eGovernments Foundation. All rights reserved.