@Transactional(readOnly=true) @Service public class JournalVoucherActionHelper extends Object
| Constructor and Description |
|---|
JournalVoucherActionHelper() |
| Modifier and Type | Method and Description |
|---|---|
org.egov.commons.CVoucherHeader |
createVoucher(List<VoucherDetails> billDetailslist,
List<VoucherDetails> subLedgerlist,
org.egov.commons.CVoucherHeader voucherHeader,
VoucherTypeBean voucherTypeBean,
WorkflowBean workflowBean) |
org.egov.commons.CVoucherHeader |
createVoucherAndledger(List<VoucherDetails> billDetailslist,
List<VoucherDetails> subLedgerlist,
org.egov.commons.CVoucherHeader voucherHeader) |
org.egov.commons.CVoucherHeader |
editVoucher(List<VoucherDetails> billDetailslist,
List<VoucherDetails> subLedgerlist,
org.egov.commons.CVoucherHeader voucherHeader,
VoucherTypeBean voucherTypeBean,
WorkflowBean workflowBean,
String totaldbamount) |
org.egov.commons.CVoucherHeader |
transitionWorkFlow(org.egov.commons.CVoucherHeader voucherHeader,
WorkflowBean workflowBean) |
@Transactional public org.egov.commons.CVoucherHeader createVoucher(List<VoucherDetails> billDetailslist, List<VoucherDetails> subLedgerlist, org.egov.commons.CVoucherHeader voucherHeader, VoucherTypeBean voucherTypeBean, WorkflowBean workflowBean) throws Exception
Exception@Transactional public org.egov.commons.CVoucherHeader editVoucher(List<VoucherDetails> billDetailslist, List<VoucherDetails> subLedgerlist, org.egov.commons.CVoucherHeader voucherHeader, VoucherTypeBean voucherTypeBean, WorkflowBean workflowBean, String totaldbamount) throws Exception
Exception@Transactional
public org.egov.commons.CVoucherHeader transitionWorkFlow(org.egov.commons.CVoucherHeader voucherHeader,
WorkflowBean workflowBean)
@Transactional public org.egov.commons.CVoucherHeader createVoucherAndledger(List<VoucherDetails> billDetailslist, List<VoucherDetails> subLedgerlist, org.egov.commons.CVoucherHeader voucherHeader)
Copyright © 2015–2017 eGovernments Foundation. All rights reserved.