Interface WebshopMailService

All Known Implementing Classes:
WebshopMailServiceImpl

public interface WebshopMailService
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    sendOrderConfirmationMail(PrimaryKey orderPrimaryKey, String businessUnitId)
    Send confirmation mail to user after order submit.
  • Method Details

    • sendOrderConfirmationMail

      void sendOrderConfirmationMail(PrimaryKey orderPrimaryKey, String businessUnitId)
      Send confirmation mail to user after order submit.
      Parameters:
      orderPrimaryKey - The primary key of the created order.
      businessUnitId - The id of the business unit.