Interface StintAuctionFlowService

All Known Implementing Classes:
StintAuctionFlowServiceImpl

public interface StintAuctionFlowService
Creates Lecturer_bookings for StintAuctionFlow and sends confirmation and notification mails if needed
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    Deprecated.
    void
    registerLecturer(Entity event, @Nullable String emailConfirmationTemplate, @Nullable String notificationResponsibleTemplate)
    Creates Lecturer_bookings for StintAuctionFlow and sends confirmation and notification mails if needed
    void
    registerLecturer(String eventKey, @Nullable String emailConfirmationTemplate, @Nullable String notificationResponsibleTemplate)
    Deprecated.