Interface OverbookingHelper

All Known Implementing Classes:
DefaultOverbookingHelper

public interface OverbookingHelper
Implement this interface and annotate it with @Primary to override the default implementation DefaultOverbookingHelper in a customer module.
  • Method Summary

    Modifier and Type
    Method
    Description
    getStatus(Entity event, Context context)
     
  • Method Details

    • getStatus

      Entity getStatus(Entity event, Context context)
      Parameters:
      event - the Event-Entity of the related Registration
      Returns:
      the relevant Registration_status-Entity