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
FieldsModifier and TypeFieldDescriptionprotected final ContextDeprecated.protected final QueryBuilderFactoryDeprecated. -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedAbstractNewsletterConfiguration(QueryBuilderFactory queryBuilderFactory, Context context) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionprotected EntitygetEntityByUuidOrThrow(String uuid, String entityName) Deprecated.protected voidthrowIfMailAlreadyExists(Entity entity) Deprecated.Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface 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
-