| 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 |
|---|---|
SearchIndexStatusEntity |
SearchIndexStatusDao.getSearchIndexStatusByCode(String code)
Gets a search index status by its code.
|
| Modifier and Type | Method and Description |
|---|---|
SearchIndexStatusEntity |
SearchIndexStatusDaoImpl.getSearchIndexStatusByCode(String code) |
| Modifier and Type | Field and Description |
|---|---|
static javax.persistence.metamodel.SingularAttribute<SearchIndexStatusEntity,String> |
SearchIndexStatusEntity_.code |
static javax.persistence.metamodel.SingularAttribute<SearchIndexEntity,SearchIndexStatusEntity> |
SearchIndexEntity_.status |
| Modifier and Type | Method and Description |
|---|---|
SearchIndexStatusEntity |
SearchIndexEntity.getStatus() |
| Modifier and Type | Method and Description |
|---|---|
void |
SearchIndexEntity.setStatus(SearchIndexStatusEntity status) |
| Modifier and Type | Method and Description |
|---|---|
SearchIndexStatusEntity |
SearchIndexStatusDaoHelper.getSearchIndexStatusEntity(String code)
Gets a search index status entity by its code and ensure it exists.
|
| 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.
|
Copyright © 2021. All rights reserved.