Interface NewsletterConfiguration
- All Known Implementing Classes:
AbstractNewsletterConfiguration
,UserNewsletterConfiguration
Deprecated.
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Deprecated.Deprecated.getExistingEntity
(String identifier) Deprecated.returns an entity based on a identifierDeprecated.void
handleAffectedNewsletterEntity
(Entity entity) Deprecated.is called after a newsletter recipient is created or updatedvoid
unsubscribe
(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:
PersistException
InterruptedException
-
getEntityName
String getEntityName()Deprecated.- Returns:
- the name of the entity the configuration is used for
-
getInfoMailName
String getInfoMailName()Deprecated.- Returns:
- the template id to be used in info mail
-
unsubscribe
Deprecated.unsubscribes a newsletter recipient based on a identifier- Parameters:
identifier
- identifier provided by user- Throws:
PersistException
InterruptedException
-
allowCreationOfNewEntity
boolean allowCreationOfNewEntity()Deprecated.- Returns:
- is it allowed to create new newsletter recipient with this entity
-