JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Index
Help
SEARCH:
Uses of Interface
com.logicaldoc.core.ticket.TicketDAO
Packages that use
TicketDAO
Package
Description
com.logicaldoc.core.document
Contains the definitions of
Document
and
Version
as well as other related objects
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 of
TicketDAO