@Transactional(readOnly=true) public class DishonorChequeService extends org.egov.infstr.services.PersistenceService<DishonorCheque,Long>
| Constructor and Description |
|---|
DishonorChequeService() |
DishonorChequeService(Class<DishonorCheque> type) |
| Modifier and Type | Method and Description |
|---|---|
DishonorCheque |
approve(DishonorCheque dishonorChq,
String workFlowAction,
String approverComments) |
org.egov.infra.workflow.service.SimpleWorkflowService<DishonorCheque> |
getDishonorChqWorkflowService() |
org.egov.pims.service.EisUtilService |
getEisService() |
FinancialIntegrationService |
getFinancialIntegrationService() |
void |
setDishonorChqWorkflowService(org.egov.infra.workflow.service.SimpleWorkflowService<DishonorCheque> dishonorChqWorkflowService) |
void |
setEisService(org.egov.pims.service.EisUtilService eisService) |
void |
setFinancialIntegrationService(FinancialIntegrationService financialIntegrationService) |
void |
startWorkflow(DishonorCheque dishonorCheque,
String workFlowAction,
String approverComments) |
addFilterCriteriaForObject, addIndexparams, applyAuditing, applyAuditing, create, delete, find, find, findAll, findAll, findAllBy, findAllByNamedQuery, findByExample, findById, findById, findByIdWithJoinFetch, findByNamedQuery, findPageBy, findPageByNamedQuery, getNamedQuery, getSession, getType, load, merge, persist, update, validate, validateModelpublic DishonorChequeService()
public DishonorChequeService(Class<DishonorCheque> type)
public DishonorCheque approve(DishonorCheque dishonorChq, String workFlowAction, String approverComments)
public void startWorkflow(DishonorCheque dishonorCheque, String workFlowAction, String approverComments)
public org.egov.infra.workflow.service.SimpleWorkflowService<DishonorCheque> getDishonorChqWorkflowService()
public void setDishonorChqWorkflowService(org.egov.infra.workflow.service.SimpleWorkflowService<DishonorCheque> dishonorChqWorkflowService)
public org.egov.pims.service.EisUtilService getEisService()
public void setEisService(org.egov.pims.service.EisUtilService eisService)
public FinancialIntegrationService getFinancialIntegrationService()
public void setFinancialIntegrationService(FinancialIntegrationService financialIntegrationService)
Copyright © 2015–2017 eGovernments Foundation. All rights reserved.