public interface HeadSearcher
| Modifier and Type | Method and Description |
|---|---|
Optional<Head> |
getHead(UUID headOwner)
|
List<Head> |
getHeads(String searchTerm)
Get all
Heads based on a given search term |
int |
getSearchCount(String searchTerm)
Get the number of times a certain search term is used.
|
int getSearchCount(String searchTerm)
searchTerm - the search termOptional<Head> getHead(UUID headOwner)
headOwner - the head owner UUIDCopyright © 2020. All rights reserved.