public abstract class UserSubscriptionBaseFactory<T extends IUserSubscription> extends java.lang.Object implements ServerSideServiceProvider.IServerSideServiceFactory<T>
Constructor and Description |
---|
UserSubscriptionBaseFactory() |
Modifier and Type | Method and Description |
---|---|
protected abstract T |
create(BmContext context,
Container domain) |
T |
instance(BmContext context,
java.lang.String... params) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
factoryClass
public T instance(BmContext context, java.lang.String... params) throws ServerFault
instance
in interface ServerSideServiceProvider.IServerSideServiceFactory<T extends IUserSubscription>
ServerFault
Copyright © 2022. All Rights Reserved.