@Component public class SearchIndexTypeDaoHelper extends Object
| Constructor and Description |
|---|
SearchIndexTypeDaoHelper() |
| Modifier and Type | Method and Description |
|---|---|
SearchIndexTypeEntity |
getSearchIndexTypeEntity(String code)
Gets a search index type entity by its code and ensure it exists.
|
public SearchIndexTypeEntity getSearchIndexTypeEntity(String code) throws ObjectNotFoundException
code - the search index type code (case insensitive)ObjectNotFoundException - if the search index type entity doesn't existCopyright © 2021. All rights reserved.