@Service @Transactional(readOnly=true) public class ApplicationSearchService extends Object
| Constructor and Description |
|---|
ApplicationSearchService(ApplicationSearchRepository applicationSearchRepository) |
| Modifier and Type | Method and Description |
|---|---|
List<org.egov.infra.search.elastic.entity.ApplicationIndex> |
findApplicationIndexApplicationTypes(String moduleName) |
List<org.egov.infra.search.elastic.entity.ApplicationIndex> |
findApplicationIndexModules() |
Map<String,String> |
getApplicationStatusMap() |
List<org.egov.infra.search.elastic.entity.ApplicationIndex> |
getSourceList() |
org.egov.infra.search.elastic.entity.ApplicationIndex |
load(Long id) |
@Autowired public ApplicationSearchService(ApplicationSearchRepository applicationSearchRepository)
public org.egov.infra.search.elastic.entity.ApplicationIndex load(Long id)
public List<org.egov.infra.search.elastic.entity.ApplicationIndex> findApplicationIndexModules()
public List<org.egov.infra.search.elastic.entity.ApplicationIndex> getSourceList()
public List<org.egov.infra.search.elastic.entity.ApplicationIndex> findApplicationIndexApplicationTypes(String moduleName)
Copyright © 2015–2016 eGovernments Foundation. All rights reserved.