Interface NewsletterReceiverService

All Known Implementing Classes:
NewsletterReceiverServiceImpl

public interface NewsletterReceiverService
  • Method Details

    • getNewsletterReceiverEntity

      Optional<Entity> getNewsletterReceiverEntity(String newsletterReceiverUid)
      Get the Newsletter_receiver entity for a UID.
      Parameters:
      newsletterReceiverUid - The UID of the receiver.
      Returns:
      the Newsletter_receiver entity.
    • getConcernedReceiverEntity

      Optional<Entity> getConcernedReceiverEntity(String newsletterReceiverUid)
      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.