Interface TermsConditionResolver

All Known Implementing Classes:
EventTermsConditionResolver

public interface TermsConditionResolver
Custom term condition resolver if not the term condition on the widget config or business unit should be used
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns for which entity model the implementation is.
    Resolves from the source entity to the Terms_condition entity.
  • Method Details

    • getEntityModel

      String getEntityModel()
      Returns for which entity model the implementation is.
    • resolveEntity

      Entity resolveEntity(Entity source)
      Resolves from the source entity to the Terms_condition entity.