Uses of Class
com.biglybt.core.subs.impl.SubscriptionResultImpl
-
Packages that use SubscriptionResultImpl Package Description com.biglybt.core.subs.impl -
-
Uses of SubscriptionResultImpl in com.biglybt.core.subs.impl
Methods in com.biglybt.core.subs.impl that return SubscriptionResultImpl Modifier and Type Method Description protected SubscriptionResultImpl[]
SubscriptionHistoryImpl. reconcileResults(Engine engine, SubscriptionResultImpl[] latest_results)
Methods in com.biglybt.core.subs.impl that return types with arguments of type SubscriptionResultImpl Modifier and Type Method Description protected java.util.LinkedHashMap<java.lang.String,SubscriptionResultImpl>
SubscriptionManagerImpl. loadResults(SubscriptionImpl subs)
Methods in com.biglybt.core.subs.impl with parameters of type SubscriptionResultImpl Modifier and Type Method Description protected void
SubscriptionDownloader. checkAutoDownload(SubscriptionResultImpl[] results)
protected SubscriptionResultImpl[]
SubscriptionHistoryImpl. reconcileResults(Engine engine, SubscriptionResultImpl[] latest_results)
protected void
SubscriptionManagerImpl. saveResults(SubscriptionImpl subs, SubscriptionResultImpl[] results)
protected boolean
SubscriptionResultImpl. updateFrom(SubscriptionResultImpl other)
protected void
SubscriptionHistoryImpl. updateReadUnread(SubscriptionResultImpl[] results)
protected void
SubscriptionHistoryImpl. updateResult(SubscriptionResultImpl result)
-