Class AbstractNewsletterConfiguration
java.lang.Object
ch.tocco.nice2.optional.newsletter.api.AbstractNewsletterConfiguration
- All Implemented Interfaces:
NewsletterConfiguration
- Direct Known Subclasses:
UserNewsletterConfiguration
@Deprecated
public abstract class AbstractNewsletterConfiguration
extends Object
implements NewsletterConfiguration
Deprecated.
-
Field Summary
Modifier and TypeFieldDescriptionprotected final Context
Deprecated.protected final QueryBuilderFactory
Deprecated. -
Constructor Summary
ModifierConstructorDescriptionprotected
AbstractNewsletterConfiguration
(QueryBuilderFactory queryBuilderFactory, Context context) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionprotected Entity
getEntityByUuidOrThrow
(String uuid, String entityName) Deprecated.protected void
throwIfMailAlreadyExists
(Entity entity) Deprecated.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface ch.tocco.nice2.optional.newsletter.api.NewsletterConfiguration
allowCreationOfNewEntity, getEntityName, getExistingEntity, getInfoMailName, handleAffectedNewsletterEntity, unsubscribe
-
Field Details
-
queryBuilderFactory
Deprecated. -
context
Deprecated.
-
-
Constructor Details
-
AbstractNewsletterConfiguration
Deprecated.
-
-
Method Details
-
throwIfMailAlreadyExists
Deprecated.- Throws:
PersistException
-
getEntityByUuidOrThrow
Deprecated.- Throws:
PersistException
-