Uses of Class
org.api.mtgstock.modele.SearchResult
| Package | Description |
|---|---|
| org.api.mtgstock.services |
-
Uses of SearchResult in org.api.mtgstock.services
Methods in org.api.mtgstock.services that return SearchResult Modifier and Type Method Description SearchResultCardsService. getBestResult(java.lang.String name)Methods in org.api.mtgstock.services that return types with arguments of type SearchResult Modifier and Type Method Description java.util.List<SearchResult>CardsService. search(java.lang.String name)Methods in org.api.mtgstock.services with parameters of type SearchResult Modifier and Type Method Description FullPrintCardsService. getCard(SearchResult sr)Method parameters in org.api.mtgstock.services with type arguments of type SearchResult Modifier and Type Method Description java.util.List<FullPrint>CardsService. toPrints(java.util.List<SearchResult> res)