@Service public class LegalCaseUtil extends Object
| Constructor and Description |
|---|
LegalCaseUtil() |
| Modifier and Type | Method and Description |
|---|---|
Set<org.egov.infra.filestore.entity.FileStoreMapper> |
addToFileStore(org.springframework.web.multipart.MultipartFile[] files) |
List<BipartisanDetails> |
getBipartitionList(LegalCase legalcase) |
org.egov.infra.admin.master.entity.Department |
getDepartmentByName(String name) |
org.egov.eis.entity.Employee |
getEmployeeByUserName(String userName) |
List<JudgmentDocuments> |
getJudgmentDocumentList(Judgment judgment) |
List<LcInterimOrderDocuments> |
getLcInterimOrderDocumentList(LegalCaseInterimOrder legalCaseInterimOrder) |
List<LegalCaseDocuments> |
getLegalCaseDocumentList(LegalCase legalcase) |
org.egov.pims.commons.Position |
getPositionByName(String name) |
List<org.egov.commons.EgwStatus> |
getStatusForModule() |
org.egov.commons.EgwStatus |
getStatusForModuleAndCode(String moduleName,
String statusCode) |
@Transactional(propagation=REQUIRES_NEW,
readOnly=true)
public org.egov.commons.EgwStatus getStatusForModuleAndCode(String moduleName,
String statusCode)
@Transactional(propagation=REQUIRES_NEW,
readOnly=true)
public List<org.egov.commons.EgwStatus> getStatusForModule()
@Transactional(propagation=REQUIRES_NEW,
readOnly=true)
public org.egov.pims.commons.Position getPositionByName(String name)
@Transactional(propagation=REQUIRES_NEW,
readOnly=true)
public org.egov.infra.admin.master.entity.Department getDepartmentByName(String name)
@Transactional(propagation=REQUIRES_NEW,
readOnly=true)
public List<BipartisanDetails> getBipartitionList(LegalCase legalcase)
@Transactional(propagation=REQUIRES_NEW,
readOnly=true)
public List<LegalCaseDocuments> getLegalCaseDocumentList(LegalCase legalcase)
@Transactional(propagation=REQUIRES_NEW,
readOnly=true)
public List<JudgmentDocuments> getJudgmentDocumentList(Judgment judgment)
@Transactional(propagation=REQUIRES_NEW,
readOnly=true)
public List<LcInterimOrderDocuments> getLcInterimOrderDocumentList(LegalCaseInterimOrder legalCaseInterimOrder)
@Transactional(propagation=REQUIRES_NEW,
readOnly=true)
public org.egov.eis.entity.Employee getEmployeeByUserName(String userName)
@Transactional public Set<org.egov.infra.filestore.entity.FileStoreMapper> addToFileStore(org.springframework.web.multipart.MultipartFile[] files)
Copyright © 2015–2016 eGovernments Foundation. All rights reserved.