Uses of Class
com.biglybt.core.subs.impl.SubscriptionBodyImpl
-
Packages that use SubscriptionBodyImpl Package Description com.biglybt.core.subs.impl -
-
Uses of SubscriptionBodyImpl in com.biglybt.core.subs.impl
Methods in com.biglybt.core.subs.impl with parameters of type SubscriptionBodyImpl Modifier and Type Method Description protected void
SubscriptionImpl. syncFromBody(SubscriptionBodyImpl body)
protected void
SubscriptionImpl. syncToBody(SubscriptionBodyImpl body)
protected void
SubscriptionImpl. upgrade(SubscriptionBodyImpl body)
protected void
SubscriptionImpl. versionUpdated(SubscriptionBodyImpl body, boolean json_changed)
Constructors in com.biglybt.core.subs.impl with parameters of type SubscriptionBodyImpl Constructor Description SubscriptionImpl(SubscriptionManagerImpl _manager, SubscriptionBodyImpl _body, int _add_type, boolean _is_subscribed)
-