@Service @Transactional(readOnly=true) public class EgBillRegisterService extends org.egov.infstr.services.PersistenceService<EgBillregister,Long>
| Constructor and Description |
|---|
EgBillRegisterService() |
EgBillRegisterService(Class<EgBillregister> type) |
| Modifier and Type | Method and Description |
|---|---|
EgBillregister |
createBill(EgBillregister bill,
WorkflowBean workflowBean,
List<CheckListHelper> checkListsTable) |
void |
createCheckList(EgBillregister bill,
List<CheckListHelper> checkListsTable) |
EgBillregister |
sendForApproval(EgBillregister bill,
WorkflowBean workflowBean) |
EgBillregister |
transitionWorkFlow(EgBillregister billregister,
WorkflowBean workflowBean) |
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 EgBillRegisterService()
public EgBillRegisterService(Class<EgBillregister> type)
@Transactional public EgBillregister createBill(EgBillregister bill, WorkflowBean workflowBean, List<CheckListHelper> checkListsTable)
@Transactional public void createCheckList(EgBillregister bill, List<CheckListHelper> checkListsTable)
@Transactional public EgBillregister sendForApproval(EgBillregister bill, WorkflowBean workflowBean)
@Transactional public EgBillregister transitionWorkFlow(EgBillregister billregister, WorkflowBean workflowBean)
Copyright © 2015–2017 eGovernments Foundation. All rights reserved.