public class ContraBTBAction extends BaseVoucherAction
| Modifier and Type | Field and Description |
|---|---|
org.egov.model.contra.ContraBean |
contraBean |
Map<String,String> |
fromBankBranchMap |
Map<String,String> |
ModeOfCollectionMap |
Map<String,String> |
toBankBranchMap |
assignmentService, eisService, headerFields, INVALIDPAGE, mandatoryFields, reversalVoucherDate, reversalVoucherNumber, securityUtils, userMngr, voucherHeader, voucherNumManual, workflowBean, ZEROadditionalRule, amountRule, approverComments, approverDepartment, approverDesignation, approverName, approverPositionId, currentDesignation, currentState, customizedWorkFlowService, pendingActions, workFlowAction, workFlowDepartment| Constructor and Description |
|---|
ContraBTBAction() |
| Modifier and Type | Method and Description |
|---|---|
String |
beforeEdit() |
String |
beforeReverse() |
String |
beforeView() |
boolean |
checkIfInterFund() |
String |
create() |
String |
edit() |
String |
execute() |
String |
getAmount() |
String |
getButton() |
com.exilant.GLEngine.ChartOfAccounts |
getChartOfAccounts() |
org.egov.model.contra.ContraJournalVoucher |
getContraVoucher() |
String |
getDestinationGlcode() |
org.egov.egf.commons.EgovCommon |
getEgovCommon() |
String |
getFromAccnumnar() |
Map<String,String> |
getFromBankBranchMap() |
String |
getMode() |
org.egov.infra.workflow.entity.StateAware |
getModel() |
Map<String,String> |
getModeOfCollectionMap() |
String |
getSourceGlcode() |
String |
getToAccnumnar() |
Map<String,String> |
getToBankBranchMap() |
Integer |
getUserDepartment() |
Long |
getVhId() |
Date |
getVoucherDate() |
org.egov.services.voucher.VoucherService |
getVoucherService() |
org.egov.model.voucher.VoucherTypeBean |
getVoucherTypeBean() |
String |
newform() |
void |
prepare() |
String |
reset() |
String |
reverse() |
void |
setAmount(String amount) |
void |
setButton(String button) |
void |
setChartOfAccounts(com.exilant.GLEngine.ChartOfAccounts chartOfAccounts) |
void |
setChequeService(org.egov.services.cheque.ChequeService chequeService) |
void |
setContraBean(org.egov.model.contra.ContraBean contraBean) |
void |
setContraVoucher(org.egov.model.contra.ContraJournalVoucher cjv) |
void |
setDestinationGlcode(String destinationGlcode) |
void |
setEgovCommon(org.egov.egf.commons.EgovCommon egovCommon) |
void |
setFromAccnumnar(String fromAccnumnar) |
void |
setFromBankBranchMap(Map<String,String> fromBankBranchMap) |
void |
setFundFlowService(org.egov.services.report.FundFlowService fundFlowService) |
void |
setInstrumentService(org.egov.services.instrument.InstrumentService instrumentService) |
void |
setMode(String mode) |
void |
setModeOfCollectionMap(Map<String,String> modeOfCollectionMap) |
void |
setPaymentheader(org.egov.model.payment.Paymentheader paymentheader) |
void |
setPaymentService(org.egov.services.payment.PaymentService paymentService) |
void |
setSourceGlcode(String sourceGlcode) |
void |
setToAccnumnar(String toAccnumnar) |
void |
setToBankBranchMap(Map<String,String> toBankBranchMap) |
void |
setVhId(Long vhId) |
void |
setVoucherDate(Date voucherDate) |
void |
setVoucherService(org.egov.services.voucher.VoucherService voucherService) |
void |
setVoucherTypeBean(org.egov.model.voucher.VoucherTypeBean voucherTypeBean) |
void |
validate() |
checkMandatoryField, createHeaderAndMisDetails, createVoucherAndledger, getAssignmentService, getEisService, getFinancingSourceService, getHeaderFields, getHeaderMandateFields, getMandatoryFields, getReversalVoucherDate, getReversalVoucherNumber, getTransactionType, getVoucherHeader, getVoucherNames, getVoucherNumberPrefixLength, getVoucherNumManual, getVoucherTypes, isBankBalanceMandatory, isFieldMandatory, isOneFunctionCenter, loadBankAccountNumber, loadBankAccountNumber, loadBankBranchForFund, loadDefalutDates, loadFundSource, loadSchemeSubscheme, populateWorkflowBean, removeEmptyRowsAccoutDetail, removeEmptyRowsSubledger, resetVoucherHeader, saveReverse, setAssignmentService, setEisService, setFinancingSourceService, setHeaderFields, setMandatoryFields, setOneFunctionCenterValue, setReversalVoucherDate, setReversalVoucherNumber, setVoucherHeader, setVoucherNames, setVoucherNumberPrefixLength, setVoucherNumManual, setVoucherTypes, shouldShowHeaderField, validateData, validateFields, validateOwner, validateSubledgerDetailsgetAdditionalRule, getAmountRule, getApproverComments, getApproverDepartment, getApproverDesignation, getApproverName, getApproverPositionId, getCurrentDesignation, getCurrentState, getNextAction, getPendingActions, getValidActions, getWorkFlowAction, getWorkFlowDepartment, setAdditionalRule, setAmountRule, setApproverComments, setApproverDepartment, setApproverDesignation, setApproverName, setApproverPositionId, setCurrentDesignation, setCurrentState, setCustomizedWorkFlowService, setPendingActions, setWorkFlowAction, setWorkFlowDepartmentacceptableParameterName, addDropdownData, addRelatedEntity, addRelatedEntity, getDropdownData, getOrdering, getPersistenceService, getRelationships, getSession, session, setParameters, setPersistenceService, setRequest, setSession, setupDropdownDataExcluding, setValue, tokenNameaddActionError, addActionMessage, addFieldError, clearActionErrors, clearErrors, clearErrorsAndMessages, clearFieldErrors, clearMessages, clone, getActionErrors, getActionMessages, getFieldErrors, getFormatted, getLocale, getText, getText, getText, getText, getText, getText, getText, getText, getText, getTexts, getTexts, hasActionErrors, hasActionMessages, hasErrors, hasFieldErrors, hasKey, input, isValidLocale, isValidLocaleString, pause, setActionErrors, setActionMessages, setContainer, setFieldErrorspublic void prepare()
prepare in interface com.opensymphony.xwork2.Preparableprepare in class BaseVoucherActionpublic String beforeEdit()
public String beforeReverse()
public String beforeView()
public void setChequeService(org.egov.services.cheque.ChequeService chequeService)
chequeService - the chequeService to setpublic String create() throws org.egov.infra.validation.exception.ValidationException
org.egov.infra.validation.exception.ValidationException - public String edit()
public String execute()
execute in interface com.opensymphony.xwork2.Actionexecute in class com.opensymphony.xwork2.ActionSupportpublic String getAmount()
public String getButton()
public org.egov.model.contra.ContraJournalVoucher getContraVoucher()
public String getMode()
public org.egov.infra.workflow.entity.StateAware getModel()
getModel in interface com.opensymphony.xwork2.ModelDriven<Object>getModel in class BaseVoucherActionpublic Long getVhId()
public org.egov.model.voucher.VoucherTypeBean getVoucherTypeBean()
public String newform()
newform in class BaseVoucherActionpublic String reset()
public String reverse()
public void setAmount(String amount)
public void setButton(String button)
public void setContraBean(org.egov.model.contra.ContraBean contraBean)
public void setContraVoucher(org.egov.model.contra.ContraJournalVoucher cjv)
public boolean checkIfInterFund()
public void setInstrumentService(org.egov.services.instrument.InstrumentService instrumentService)
public void setMode(String mode)
public void setVhId(Long vhId)
vhId - the vhId to setpublic void setVoucherService(org.egov.services.voucher.VoucherService voucherService)
public void setVoucherTypeBean(org.egov.model.voucher.VoucherTypeBean voucherTypeBean)
public void validate()
validate in interface com.opensymphony.xwork2.Validateablevalidate in class com.opensymphony.xwork2.ActionSupportpublic void setEgovCommon(org.egov.egf.commons.EgovCommon egovCommon)
fromFund - toFund - Checks whether inter fund transfer account code is mapped for fundspublic String getToAccnumnar()
public org.egov.egf.commons.EgovCommon getEgovCommon()
public void setToAccnumnar(String toAccnumnar)
public String getSourceGlcode()
public void setSourceGlcode(String sourceGlcode)
public String getDestinationGlcode()
public void setDestinationGlcode(String destinationGlcode)
public org.egov.services.voucher.VoucherService getVoucherService()
public void setPaymentheader(org.egov.model.payment.Paymentheader paymentheader)
public void setPaymentService(org.egov.services.payment.PaymentService paymentService)
public Integer getUserDepartment() throws ParseException
ParseExceptionpublic void setFundFlowService(org.egov.services.report.FundFlowService fundFlowService)
public String getFromAccnumnar()
public Date getVoucherDate()
public void setVoucherDate(Date voucherDate)
public void setFromAccnumnar(String fromAccnumnar)
public com.exilant.GLEngine.ChartOfAccounts getChartOfAccounts()
public void setChartOfAccounts(com.exilant.GLEngine.ChartOfAccounts chartOfAccounts)
Copyright © 2015–2017 eGovernments Foundation. All rights reserved.