Interface TicketRenderStrategy
-
- All Known Implementing Classes:
DefaultTicketRenderStrategy
public interface TicketRenderStrategyStrategy 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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringrenderTicketEvent(CsTicketEventModel ticketEvent)Render the specific ticket event using the template setup for that event type
-
-
-
Method Detail
-
renderTicketEvent
java.lang.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
-
-