Interface TicketRenderStrategy

All Known Implementing Classes:
DefaultTicketRenderStrategy

public interface TicketRenderStrategy
Strategy for rendering ticket information using templates. Can be used for reports etc. to render ticket event data in a specific way. Templates for events are specified as velocity templates.
  • Method Summary

    Modifier and Type
    Method
    Description
    Render the specific ticket event using the template setup for that event type
  • Method Details

    • renderTicketEvent

      String renderTicketEvent(CsTicketEventModel ticketEvent)
      Render the specific ticket event using the template setup for that event type
      Parameters:
      ticketEvent - The event to render
      Returns:
      The rendered representation of that event