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