Interface NewsletterReceiverService
- All Known Implementing Classes:
NewsletterReceiverServiceImpl
public interface NewsletterReceiverService
-
Method Summary
Modifier and TypeMethodDescriptiongetConcernedReceiverEntity
(String newsletterReceiverUid) Get the actual receiver entity for a UID.getNewsletterReceiverEntity
(String newsletterReceiverUid) Get the Newsletter_receiver entity for a UID.
-
Method Details
-
getNewsletterReceiverEntity
Get the Newsletter_receiver entity for a UID.- Parameters:
newsletterReceiverUid
- The UID of the receiver.- Returns:
- the Newsletter_receiver entity.
-
getConcernedReceiverEntity
Get the actual receiver entity for a UID. Resolves the corresponding Newsletter_receiver entity. There, the actual receiver entity is linked (may be User, Address, ...).- Parameters:
newsletterReceiverUid
- The UID of the receiver.- Returns:
- the actual receiver entity.
-