Uses of Interface
com.logicaldoc.core.ticket.TicketDAO
-
Packages that use TicketDAO Package Description com.logicaldoc.core.document com.logicaldoc.core.ticket -
-
Uses of TicketDAO in com.logicaldoc.core.document
Methods in com.logicaldoc.core.document with parameters of type TicketDAO Modifier and Type Method Description void
DocumentManagerImpl. setTicketDAO(TicketDAO ticketDAO)
-
Uses of TicketDAO in com.logicaldoc.core.ticket
Classes in com.logicaldoc.core.ticket that implement TicketDAO Modifier and Type Class Description class
HibernateTicketDAO
Hibernate implementation ofTicketDAO
-