Uses of Class
com.biglybt.pif.utils.search.SearchException
-
-
Uses of SearchException in com.biglybt.core.content
Methods in com.biglybt.core.content that throw SearchException Modifier and Type Method Description SearchInstance
RelatedContentManager. searchRCM(java.util.Map<java.lang.String,java.lang.Object> search_parameters, SearchObserver observer)
protected SearchInstance
RelatedContentSearcher. searchRCM(java.util.Map<java.lang.String,java.lang.Object> search_parameters, SearchObserver _observer)
(package private) SearchInstance
RelatedContentManager. searchRCMSupport(java.util.Map<java.lang.String,java.lang.Object> search_parameters, SearchObserver observer)
-
Uses of SearchException in com.biglybt.core.metasearch.impl
Methods in com.biglybt.core.metasearch.impl with parameters of type SearchException Modifier and Type Method Description protected void
MetaSearchManagerImpl.SearchObject. failed(Engine engine, SearchException error)
Methods in com.biglybt.core.metasearch.impl that throw SearchException Modifier and Type Method Description protected Search
MetaSearchManagerImpl. createSearch(long[] provider_ids, java.util.Map<java.lang.String,java.lang.String> properties, SearchListener listener)
Search
MetaSearchManagerImpl. createSearch(SearchProvider[] providers, java.util.Map<java.lang.String,java.lang.String> properties, SearchListener listener)
Search
MetaSearchManagerImpl. createSearch(java.lang.String provider_ids, java.lang.String properties_str)
SearchInstance
MetaSearchManagerImpl.engineInfo. search(java.util.Map<java.lang.String,java.lang.Object> search_parameters, SearchObserver observer)
-
Uses of SearchException in com.biglybt.core.subs.impl
Methods in com.biglybt.core.subs.impl that throw SearchException Modifier and Type Method Description SearchInstance
SubscriptionManagerImpl. searchSubscriptions(java.util.Map<java.lang.String,java.lang.Object> search_parameters, SearchObserver observer)
-
Uses of SearchException in com.biglybt.pif.utils
Methods in com.biglybt.pif.utils that throw SearchException Modifier and Type Method Description SearchInitiator
Utilities. getSearchInitiator()
void
Utilities. registerSearchProvider(SearchProvider provider)
void
Utilities. unregisterSearchProvider(SearchProvider provider)
-
Uses of SearchException in com.biglybt.pif.utils.search
Methods in com.biglybt.pif.utils.search that return SearchException Modifier and Type Method Description SearchException
SearchProviderResults. getError()
Methods in com.biglybt.pif.utils.search that throw SearchException Modifier and Type Method Description Search
SearchInitiator. createSearch(SearchProvider[] providers, java.util.Map<java.lang.String,java.lang.String> properties, SearchListener listener)
Search
SearchInitiator. createSearch(java.lang.String provider_ids, java.lang.String properties)
Convenience method for remote invocationSearchInstance
SearchProvider. search(java.util.Map<java.lang.String,java.lang.Object> search_parameters, SearchObserver observer)
-
Uses of SearchException in com.biglybt.pifimpl.local.utils
Methods in com.biglybt.pifimpl.local.utils that throw SearchException Modifier and Type Method Description SearchInitiator
UtilitiesImpl. getSearchInitiator()
void
UtilitiesImpl. registerSearchProvider(SearchProvider provider)
void
UtilitiesImpl. unregisterSearchProvider(SearchProvider provider)
-