public class DishonorChequeWorkflowAction
extends org.egov.infra.web.struts.actions.BaseFormAction
| Modifier and Type | Field and Description |
|---|---|
protected Long |
dishonourChqId |
org.egov.infstr.services.PersistenceService<org.egov.model.instrument.InstrumentHeader,Long> |
instrumentHeaderService |
| Constructor and Description |
|---|
DishonorChequeWorkflowAction() |
| Modifier and Type | Method and Description |
|---|---|
org.egov.commons.CVoucherHeader |
createBankReversalVoucher() |
String |
getActionName() |
String |
getApproverDepartment() |
List<org.egov.infra.admin.master.entity.Department> |
getApproverDepartmentList() |
String |
getApproverDesignation() |
Integer |
getApproverPositionId() |
org.egov.commons.CVoucherHeader |
getBankChargesReversalVoucher() |
org.egov.infstr.services.PersistenceService<org.egov.commons.CChartOfAccounts,Long> |
getChartOfAccountService() |
org.egov.model.instrument.DishonorCheque |
getDishonorChequeView() |
org.egov.infra.workflow.service.SimpleWorkflowService<org.egov.model.instrument.DishonorCheque> |
getDishonorChequeWorkflowService() |
Long |
getDishonourChqId() |
org.egov.eis.service.EisCommonService |
getEisCommonService() |
org.egov.pims.service.EisUtilService |
getEisService() |
org.egov.infstr.services.PersistenceService<org.egov.model.instrument.InstrumentHeader,Long> |
getInstrumentHeaderService() |
org.egov.services.instrument.InstrumentService |
getInstrumentService() |
String |
getMode() |
Object |
getModel() |
String |
getNextAction() |
org.egov.commons.CVoucherHeader |
getPaymentVoucher() |
org.egov.infstr.services.PersistenceService |
getPersistenceService() |
List<String> |
getValidActions() |
org.egov.utils.VoucherHelper |
getVoucherHelper() |
boolean |
isRestrictedtoOneFunctionCenter() |
void |
populateWorkflowEntities() |
void |
prepare() |
String |
save() |
void |
setActionName(String actionName) |
void |
setApproverDepartment(String approverDepartment) |
void |
setApproverDepartmentList(List<org.egov.infra.admin.master.entity.Department> approverDepartmentList) |
void |
setApproverDesignation(String approverDesignation) |
void |
setApproverPositionId(Integer approverPositionId) |
void |
setBankChargesReversalVoucher(org.egov.commons.CVoucherHeader bankChargesReversalVoucher) |
void |
setChartOfAccountService(org.egov.infstr.services.PersistenceService<org.egov.commons.CChartOfAccounts,Long> chartOfAccountService) |
void |
setDishonorChequeView(org.egov.model.instrument.DishonorCheque dishonorChequeView) |
void |
setDishonorChequeWorkflowService(org.egov.infra.workflow.service.SimpleWorkflowService<org.egov.model.instrument.DishonorCheque> dishonorChequeWorkflowService) |
void |
setDishonourChqId(Long dishonourChqId) |
void |
setEisCommonService(org.egov.eis.service.EisCommonService eisCommonService) |
void |
setEisService(org.egov.pims.service.EisUtilService eisService) |
void |
setFinDishonorChequeService(org.egov.services.instrument.DishonorChequeService finDishonorChequeService) |
void |
setInstrumentHeaderService(org.egov.infstr.services.PersistenceService<org.egov.model.instrument.InstrumentHeader,Long> instrumentHeaderService) |
void |
setInstrumentService(org.egov.services.instrument.InstrumentService instrumentService) |
void |
setMode(String mode) |
void |
setPaymentVoucher(org.egov.commons.CVoucherHeader paymentVoucher) |
void |
setRestrictedtoOneFunctionCenter(boolean isRestrictedtoOneFunctionCenter) |
void |
setVoucherHelper(org.egov.utils.VoucherHelper voucherHelper) |
void |
startChequeWorkflow(org.egov.model.instrument.DishonorCheque dishonorCheque,
String workFlowAction,
String approverComments) |
String |
view() |
acceptableParameterName, addDropdownData, addRelatedEntity, addRelatedEntity, getDropdownData, getOrdering, getRelationships, getSession, session, setParameters, setPersistenceService, setRequest, setSession, setupDropdownDataExcluding, setValue, tokenNameaddActionError, addActionMessage, addFieldError, clearActionErrors, clearErrors, clearErrorsAndMessages, clearFieldErrors, clearMessages, clone, execute, 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, setFieldErrors, validatepublic org.egov.infstr.services.PersistenceService<org.egov.model.instrument.InstrumentHeader,Long> instrumentHeaderService
protected Long dishonourChqId
public void prepare()
prepare in interface com.opensymphony.xwork2.Preparableprepare in class org.egov.infra.web.struts.actions.BaseFormActionpublic Object getModel()
public String view()
public String getNextAction()
public void populateWorkflowEntities()
public org.egov.commons.CVoucherHeader createBankReversalVoucher()
throws ParseException,
org.hibernate.HibernateException,
com.exilant.exility.common.TaskFailedException,
SQLException
ParseExceptionorg.hibernate.HibernateExceptioncom.exilant.exility.common.TaskFailedExceptionSQLExceptionpublic String save() throws ParseException
ParseExceptionpublic void startChequeWorkflow(org.egov.model.instrument.DishonorCheque dishonorCheque,
String workFlowAction,
String approverComments)
public boolean isRestrictedtoOneFunctionCenter()
public void setRestrictedtoOneFunctionCenter(boolean isRestrictedtoOneFunctionCenter)
public org.egov.infstr.services.PersistenceService<org.egov.model.instrument.InstrumentHeader,Long> getInstrumentHeaderService()
public org.egov.infstr.services.PersistenceService getPersistenceService()
getPersistenceService in class org.egov.infra.web.struts.actions.BaseFormActionpublic org.egov.pims.service.EisUtilService getEisService()
public org.egov.infstr.services.PersistenceService<org.egov.commons.CChartOfAccounts,Long> getChartOfAccountService()
public void setInstrumentHeaderService(org.egov.infstr.services.PersistenceService<org.egov.model.instrument.InstrumentHeader,Long> instrumentHeaderService)
public void setEisService(org.egov.pims.service.EisUtilService eisService)
public void setChartOfAccountService(org.egov.infstr.services.PersistenceService<org.egov.commons.CChartOfAccounts,Long> chartOfAccountService)
public void setFinDishonorChequeService(org.egov.services.instrument.DishonorChequeService finDishonorChequeService)
public org.egov.utils.VoucherHelper getVoucherHelper()
public void setVoucherHelper(org.egov.utils.VoucherHelper voucherHelper)
public Long getDishonourChqId()
public org.egov.model.instrument.DishonorCheque getDishonorChequeView()
public void setDishonourChqId(Long dishonourChqId)
public void setDishonorChequeView(org.egov.model.instrument.DishonorCheque dishonorChequeView)
public org.egov.eis.service.EisCommonService getEisCommonService()
public void setEisCommonService(org.egov.eis.service.EisCommonService eisCommonService)
public String getActionName()
public org.egov.services.instrument.InstrumentService getInstrumentService()
public void setInstrumentService(org.egov.services.instrument.InstrumentService instrumentService)
public org.egov.commons.CVoucherHeader getPaymentVoucher()
public void setPaymentVoucher(org.egov.commons.CVoucherHeader paymentVoucher)
public org.egov.commons.CVoucherHeader getBankChargesReversalVoucher()
public void setBankChargesReversalVoucher(org.egov.commons.CVoucherHeader bankChargesReversalVoucher)
public void setActionName(String actionName)
public String getApproverDepartment()
public List<org.egov.infra.admin.master.entity.Department> getApproverDepartmentList()
public void setApproverDepartmentList(List<org.egov.infra.admin.master.entity.Department> approverDepartmentList)
public void setApproverDepartment(String approverDepartment)
public Integer getApproverPositionId()
public void setApproverPositionId(Integer approverPositionId)
public String getApproverDesignation()
public void setApproverDesignation(String approverDesignation)
public org.egov.infra.workflow.service.SimpleWorkflowService<org.egov.model.instrument.DishonorCheque> getDishonorChequeWorkflowService()
public void setDishonorChequeWorkflowService(org.egov.infra.workflow.service.SimpleWorkflowService<org.egov.model.instrument.DishonorCheque> dishonorChequeWorkflowService)
public String getMode()
public void setMode(String mode)
Copyright © 2015–2017 eGovernments Foundation. All rights reserved.