@Service @Transactional(readOnly=true) public class ReIssueService extends Object
| Modifier and Type | Field and Description |
|---|---|
protected org.egov.infra.admin.master.service.AppConfigValueService |
appConfigValuesService |
| Constructor and Description |
|---|
ReIssueService(ReIssueRepository reIssueRepository) |
| Modifier and Type | Method and Description |
|---|---|
ReIssue |
approveReIssue(ReIssue reissue,
org.egov.eis.web.contract.WorkflowContainer workflowContainer) |
boolean |
checkAnyWorkFlowInProgressForRegistration(MarriageRegistration registration) |
void |
create(ReIssue reIssue) |
String |
createReIssueApplication(ReIssue reIssue,
org.egov.eis.web.contract.WorkflowContainer workflowContainer) |
ReIssue |
digiSignCertificate(ReIssue reIssue,
org.egov.eis.web.contract.WorkflowContainer workflowContainer,
javax.servlet.http.HttpServletRequest request) |
ReIssue |
findByApplicationNo(String applicationNo) |
ReIssue |
forwardReIssue(Long id,
ReIssue reissue,
org.egov.eis.web.contract.WorkflowContainer workflowContainer) |
MarriageCertificate |
generateReIssueCertificate(ReIssue reIssue,
org.egov.eis.web.contract.WorkflowContainer workflowContainer,
javax.servlet.http.HttpServletRequest request) |
ReIssue |
get(Long id) |
List<Map<String,Object>> |
getHistory(ReIssue reIssue) |
ReIssue |
printCertificate(ReIssue reIssue,
org.egov.eis.web.contract.WorkflowContainer workflowContainer,
javax.servlet.http.HttpServletRequest request) |
ReIssue |
rejectReIssue(ReIssue reissue,
org.egov.eis.web.contract.WorkflowContainer workflowContainer,
javax.servlet.http.HttpServletRequest request) |
ReIssue |
update(ReIssue reIssue) |
@Autowired protected org.egov.infra.admin.master.service.AppConfigValueService appConfigValuesService
@Autowired public ReIssueService(ReIssueRepository reIssueRepository)
@Transactional public void create(ReIssue reIssue)
@Transactional public String createReIssueApplication(ReIssue reIssue, org.egov.eis.web.contract.WorkflowContainer workflowContainer)
@Transactional public ReIssue forwardReIssue(Long id, ReIssue reissue, org.egov.eis.web.contract.WorkflowContainer workflowContainer)
@Transactional public ReIssue approveReIssue(ReIssue reissue, org.egov.eis.web.contract.WorkflowContainer workflowContainer)
@Transactional public ReIssue rejectReIssue(ReIssue reissue, org.egov.eis.web.contract.WorkflowContainer workflowContainer, javax.servlet.http.HttpServletRequest request) throws IOException
IOException@Transactional public MarriageCertificate generateReIssueCertificate(ReIssue reIssue, org.egov.eis.web.contract.WorkflowContainer workflowContainer, javax.servlet.http.HttpServletRequest request) throws IOException
IOException@Transactional public ReIssue digiSignCertificate(ReIssue reIssue, org.egov.eis.web.contract.WorkflowContainer workflowContainer, javax.servlet.http.HttpServletRequest request) throws IOException
IOException@Transactional public ReIssue printCertificate(ReIssue reIssue, org.egov.eis.web.contract.WorkflowContainer workflowContainer, javax.servlet.http.HttpServletRequest request) throws IOException
IOExceptionpublic List<Map<String,Object>> getHistory(ReIssue reIssue)
registration - public boolean checkAnyWorkFlowInProgressForRegistration(MarriageRegistration registration)
Copyright © 2015–2017 eGovernments Foundation. All rights reserved.