Uses of Interface
com.logicaldoc.core.PersistentObjectDAO
-
Packages that use PersistentObjectDAO Package Description com.logicaldoc.core Core plug-in that contains the most important domain objectscom.logicaldoc.core.communication com.logicaldoc.core.contact com.logicaldoc.core.dashlet com.logicaldoc.core.document.dao com.logicaldoc.core.folder Contains the definitions ofFolder
as well as other related objectscom.logicaldoc.core.generic Contains the definitions ofGeneric
that is a persistent object used as a general way to store informations in the databasecom.logicaldoc.core.metadata Package that collects the template and attribute sets definitions.
Many objects of the LogicalDOC platform are extensible and can store your custom metadata, they are all those that extends theExtensibleObject
.com.logicaldoc.core.security.dao com.logicaldoc.core.sequence com.logicaldoc.core.ticket -
-
Uses of PersistentObjectDAO in com.logicaldoc.core
Classes in com.logicaldoc.core that implement PersistentObjectDAO Modifier and Type Class Description class
HibernatePersistentObjectDAO<T extends PersistentObject>
Hibernate implementation ofPersistentObjectDAO
-
Uses of PersistentObjectDAO in com.logicaldoc.core.communication
Subinterfaces of PersistentObjectDAO in com.logicaldoc.core.communication Modifier and Type Interface Description interface
MessageTemplateDAO
This is a DAO service for MessageTemplate.interface
SystemMessageDAO
This is a DAO service for SystemMessages.Classes in com.logicaldoc.core.communication that implement PersistentObjectDAO Modifier and Type Class Description class
HibernateMessageTemplateDAO
Hibernate implementation ofMessageTemplateDAO
class
HibernateSystemMessageDAO
Hibernate implementation ofSystemMessageDAO
-
Uses of PersistentObjectDAO in com.logicaldoc.core.contact
Subinterfaces of PersistentObjectDAO in com.logicaldoc.core.contact Modifier and Type Interface Description interface
ContactDAO
Instances of this class is a DAO-service for Contact business entities.Classes in com.logicaldoc.core.contact that implement PersistentObjectDAO Modifier and Type Class Description class
HibernateContactDAO
Hibernate implementation ofContactDAO
-
Uses of PersistentObjectDAO in com.logicaldoc.core.dashlet
Subinterfaces of PersistentObjectDAO in com.logicaldoc.core.dashlet Modifier and Type Interface Description interface
DashletDAO
Instances of this class is a DAO-service for dashlet objects.Classes in com.logicaldoc.core.dashlet that implement PersistentObjectDAO Modifier and Type Class Description class
HibernateDashletDAO
Hibernate implementation ofDashletDAO
-
Uses of PersistentObjectDAO in com.logicaldoc.core.document.dao
Subinterfaces of PersistentObjectDAO in com.logicaldoc.core.document.dao Modifier and Type Interface Description interface
BookmarkDAO
DAO service for bookmarksinterface
DocumentDAO
This class is a DAO-service for documents.interface
DocumentHistoryDAO
DAO forDocumentHistory
handling.interface
DocumentLinkDAO
DAO forDocumentLink
handling.interface
DocumentNoteDAO
DAO forDocumentNote
handling.interface
RatingDAO
DAO service for ratingsinterface
VersionDAO
This class is a DAO-service for versions.Classes in com.logicaldoc.core.document.dao that implement PersistentObjectDAO Modifier and Type Class Description class
HibernateBookmarkDAO
Hibernate implementation ofBookmarkDAO
class
HibernateDocumentDAO
Hibernate implementation ofDocumentDAO
class
HibernateDocumentHistoryDAO
Hibernate implementation ofHistoryDAO
class
HibernateDocumentLinkDAO
Hibernate implementation ofDocumentLinkDAO
class
HibernateDocumentNoteDAO
Hibernate implementation ofDocumentNoteDAO
class
HibernateRatingDAO
Hibernate implementation ofRatingDAO
class
HibernateVersionDAO
Hibernate implementation ofDocumentDAO
-
Uses of PersistentObjectDAO in com.logicaldoc.core.folder
Subinterfaces of PersistentObjectDAO in com.logicaldoc.core.folder Modifier and Type Interface Description interface
FolderDAO
Instances of this class is a DAO-service for folder objects.interface
FolderHistoryDAO
DAO forFolderHistory
handling.Classes in com.logicaldoc.core.folder that implement PersistentObjectDAO Modifier and Type Class Description class
HibernateFolderDAO
Hibernate implementation ofFolderDAO
class
HibernateFolderHistoryDAO
Hibernate implementation ofFolderHistoryDAO
-
Uses of PersistentObjectDAO in com.logicaldoc.core.generic
Subinterfaces of PersistentObjectDAO in com.logicaldoc.core.generic Modifier and Type Interface Description interface
GenericDAO
Instances of this class is a DAO-service for Generic business entities.Classes in com.logicaldoc.core.generic that implement PersistentObjectDAO Modifier and Type Class Description class
HibernateGenericDAO
Hibernate implementation ofGenericDAO
-
Uses of PersistentObjectDAO in com.logicaldoc.core.metadata
Subinterfaces of PersistentObjectDAO in com.logicaldoc.core.metadata Modifier and Type Interface Description interface
AttributeOptionDAO
DAO forAttributeOption
handling.interface
AttributeSetDAO
This class is a DAO-service for attribute sets.interface
TemplateDAO
This class is a DAO-service for document templates.Classes in com.logicaldoc.core.metadata that implement PersistentObjectDAO Modifier and Type Class Description class
HibernateAttributeOptionDAO
Hibernate implementation ofAttributeOptionDAO
class
HibernateAttributeSetDAO
Hibernate implementation ofTemplateDAO
class
HibernateTemplateDAO
Hibernate implementation ofTemplateDAO
-
Uses of PersistentObjectDAO in com.logicaldoc.core.security.dao
Subinterfaces of PersistentObjectDAO in com.logicaldoc.core.security.dao Modifier and Type Interface Description interface
GroupDAO
interface
MenuDAO
Instances of this class is a DAO-service for menu objects.interface
SessionDAO
DAO forUserSession
handling.interface
TenantDAO
interface
UserDAO
This class is a DAO-service for User-objects.interface
UserHistoryDAO
DAO forUserHistory
handling.Classes in com.logicaldoc.core.security.dao that implement PersistentObjectDAO Modifier and Type Class Description class
HibernateGroupDAO
class
HibernateMenuDAO
Hibernate implementation ofMenuDAO
class
HibernateSessionDAO
class
HibernateTenantDAO
class
HibernateUserDAO
Hibernate implementation ofUserDAO
class
HibernateUserHistoryDAO
-
Uses of PersistentObjectDAO in com.logicaldoc.core.sequence
Subinterfaces of PersistentObjectDAO in com.logicaldoc.core.sequence Modifier and Type Interface Description interface
SequenceDAO
Utility DAO that can manage sequences persisted in the DBClasses in com.logicaldoc.core.sequence that implement PersistentObjectDAO Modifier and Type Class Description class
HibernateSequenceDAO
Hibernate implementation ofSequenceDAO
. -
Uses of PersistentObjectDAO in com.logicaldoc.core.ticket
Subinterfaces of PersistentObjectDAO in com.logicaldoc.core.ticket Modifier and Type Interface Description interface
TicketDAO
DAO forTicket
handling.Classes in com.logicaldoc.core.ticket that implement PersistentObjectDAO Modifier and Type Class Description class
HibernateTicketDAO
Hibernate implementation ofTicketDAO
-