Interface CMSPreviewTicketDao

All Known Implementing Classes:
DefaultCMSPreviewTicketDao

public interface CMSPreviewTicketDao
The Interface CMSPreviewTicketDao for finding CMSPreviewTicketDao objects.
Spring Bean ID:
cmsPreviewTicketDao
  • Method Details

    • findPreviewTicketsForId

      List<CMSPreviewTicketModel> findPreviewTicketsForId(String ticketId)
      Find preview tickets for id.
      Parameters:
      ticketId - the ticket id
      Returns:
      the list of found CMSPreviewTicketModel objects or empty list when not found.