| Package | Description |
|---|---|
| org.finra.herd.dao | |
| org.finra.herd.dao.impl | |
| org.finra.herd.model.jpa | |
| org.finra.herd.service.helper | |
| org.finra.herd.service.impl |
| Modifier and Type | Method and Description |
|---|---|
SearchIndexEntity |
SearchIndexDao.getSearchIndexByKey(SearchIndexKey searchIndexKey)
Gets a search index by its key.
|
| Modifier and Type | Method and Description |
|---|---|
List<SearchIndexEntity> |
SearchIndexDao.getSearchIndexEntities(SearchIndexTypeEntity searchIndexTypeEntity)
Gets a list of search index entities by index type
|
| Modifier and Type | Method and Description |
|---|---|
SearchIndexEntity |
SearchIndexDaoImpl.getSearchIndexByKey(SearchIndexKey searchIndexKey) |
| Modifier and Type | Method and Description |
|---|---|
List<SearchIndexEntity> |
SearchIndexDaoImpl.getSearchIndexEntities(SearchIndexTypeEntity searchIndexTypeEntity) |
| Modifier and Type | Field and Description |
|---|---|
static javax.persistence.metamodel.SingularAttribute<SearchIndexEntity,Boolean> |
SearchIndexEntity_.active |
static javax.persistence.metamodel.SingularAttribute<SearchIndexEntity,String> |
SearchIndexEntity_.name |
static javax.persistence.metamodel.SingularAttribute<SearchIndexEntity,SearchIndexStatusEntity> |
SearchIndexEntity_.status |
static javax.persistence.metamodel.SingularAttribute<SearchIndexEntity,SearchIndexTypeEntity> |
SearchIndexEntity_.type |
| Modifier and Type | Method and Description |
|---|---|
SearchIndexEntity |
SearchIndexDaoHelper.getSearchIndexEntity(SearchIndexKey searchIndexKey)
Gets a search index entity by its key and ensure it exists.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SearchIndexDaoHelper.activateSearchIndex(SearchIndexEntity currentSearchIndexEntity)
Activates a search index entity and de-activates the others
|
| Modifier and Type | Method and Description |
|---|---|
protected SearchIndexEntity |
SearchIndexServiceImpl.createSearchIndexEntity(SearchIndexCreateRequest request,
SearchIndexTypeEntity searchIndexTypeEntity,
SearchIndexStatusEntity searchIndexStatusEntity)
Creates a new search index entity from the request information.
|
| Modifier and Type | Method and Description |
|---|---|
protected SearchIndex |
SearchIndexServiceImpl.createSearchIndexFromEntity(SearchIndexEntity searchIndexEntity)
Creates a search index object from the persisted entity.
|
protected SearchIndex |
SearchIndexActivationServiceImpl.createSearchIndexFromEntity(SearchIndexEntity searchIndexEntity)
Creates a search index object from the persisted entity.
|
Copyright © 2019. All rights reserved.