| 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 |
|---|---|
SearchIndexTypeEntity |
SearchIndexTypeDao.getSearchIndexTypeByCode(String code)
Gets a search index type by its code.
|
| 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 |
|---|---|
SearchIndexTypeEntity |
SearchIndexTypeDaoImpl.getSearchIndexTypeByCode(String code) |
| Modifier and Type | Method and Description |
|---|---|
List<SearchIndexEntity> |
SearchIndexDaoImpl.getSearchIndexEntities(SearchIndexTypeEntity searchIndexTypeEntity) |
| Modifier and Type | Field and Description |
|---|---|
static javax.persistence.metamodel.SingularAttribute<SearchIndexTypeEntity,String> |
SearchIndexTypeEntity_.code |
static javax.persistence.metamodel.SingularAttribute<SearchIndexEntity,SearchIndexTypeEntity> |
SearchIndexEntity_.type |
| Modifier and Type | Method and Description |
|---|---|
SearchIndexTypeEntity |
SearchIndexEntity.getType() |
| Modifier and Type | Method and Description |
|---|---|
void |
SearchIndexEntity.setType(SearchIndexTypeEntity type) |
| Modifier and Type | Method and Description |
|---|---|
SearchIndexTypeEntity |
SearchIndexTypeDaoHelper.getSearchIndexTypeEntity(String code)
Gets a search index type 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 © 2019. All rights reserved.