Interface NewsletterConfiguration
- All Known Implementing Classes:
AbstractNewsletterConfiguration, UserNewsletterConfiguration
Deprecated.
-
Method Summary
Modifier and TypeMethodDescriptionbooleanDeprecated.Deprecated.getExistingEntity(String identifier) Deprecated.returns an entity based on a identifierDeprecated.voidhandleAffectedNewsletterEntity(Entity entity) Deprecated.is called after a newsletter recipient is created or updatedvoidunsubscribe(String identifier) Deprecated.unsubscribes a newsletter recipient based on a identifier
-
Method Details
-
getExistingEntity
Deprecated.returns an entity based on a identifier- Parameters:
identifier- identifier provided by user- Throws:
PersistException
-
handleAffectedNewsletterEntity
Deprecated.is called after a newsletter recipient is created or updated- Parameters:
entity- the entity affected- Throws:
PersistExceptionInterruptedException
-
getEntityName
-
getInfoMailName
-
unsubscribe
Deprecated.unsubscribes a newsletter recipient based on a identifier- Parameters:
identifier- identifier provided by user- Throws:
PersistExceptionInterruptedException
-
allowCreationOfNewEntity
boolean allowCreationOfNewEntity()Deprecated.- Returns:
- is it allowed to create new newsletter recipient with this entity
-