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 ofFolderas well as other related objectscom.logicaldoc.core.generic Contains the definitions ofGenericthat 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.searchengine.saved Classes related to saved searchescom.logicaldoc.core.security.dao com.logicaldoc.core.sequence com.logicaldoc.core.ticket com.logicaldoc.webservice -
-
Uses of PersistentObjectDAO in com.logicaldoc.core
Classes in com.logicaldoc.core that implement PersistentObjectDAO Modifier and Type Class Description classHibernatePersistentObjectDAO<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 interfaceMessageTemplateDAOThis is a DAO service for MessageTemplate.interfaceSystemMessageDAOThis is a DAO service for SystemMessages.Classes in com.logicaldoc.core.communication that implement PersistentObjectDAO Modifier and Type Class Description classHibernateMessageTemplateDAOHibernate implementation ofMessageTemplateDAOclassHibernateSystemMessageDAOHibernate implementation ofSystemMessageDAO -
Uses of PersistentObjectDAO in com.logicaldoc.core.contact
Subinterfaces of PersistentObjectDAO in com.logicaldoc.core.contact Modifier and Type Interface Description interfaceContactDAOInstances 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 classHibernateContactDAOHibernate implementation ofContactDAO -
Uses of PersistentObjectDAO in com.logicaldoc.core.dashlet
Subinterfaces of PersistentObjectDAO in com.logicaldoc.core.dashlet Modifier and Type Interface Description interfaceDashletDAOInstances of this class is a DAO-service for dashlet objects.Classes in com.logicaldoc.core.dashlet that implement PersistentObjectDAO Modifier and Type Class Description classHibernateDashletDAOHibernate 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 interfaceBookmarkDAODAO service for bookmarksinterfaceDocumentDAOThis class is a DAO-service for documents.interfaceDocumentHistoryDAODAO forDocumentHistoryhandling.interfaceDocumentLinkDAODAO forDocumentLinkhandling.interfaceDocumentNoteDAODAO forDocumentNotehandling.interfaceRatingDAODAO service for ratingsinterfaceVersionDAOThis class is a DAO-service for versions.Classes in com.logicaldoc.core.document.dao that implement PersistentObjectDAO Modifier and Type Class Description classHibernateBookmarkDAOHibernate implementation ofBookmarkDAOclassHibernateDocumentDAOHibernate implementation ofDocumentDAOclassHibernateDocumentHistoryDAOHibernate implementation ofHistoryDAOclassHibernateDocumentLinkDAOHibernate implementation ofDocumentLinkDAOclassHibernateDocumentNoteDAOHibernate implementation ofDocumentNoteDAOclassHibernateRatingDAOHibernate implementation ofRatingDAOclassHibernateVersionDAOHibernate implementation ofDocumentDAO -
Uses of PersistentObjectDAO in com.logicaldoc.core.folder
Subinterfaces of PersistentObjectDAO in com.logicaldoc.core.folder Modifier and Type Interface Description interfaceFolderDAOInstances of this class is a DAO-service for folder objects.interfaceFolderHistoryDAODAO forFolderHistoryhandling.Classes in com.logicaldoc.core.folder that implement PersistentObjectDAO Modifier and Type Class Description classHibernateFolderDAOHibernate implementation ofFolderDAOclassHibernateFolderHistoryDAOHibernate implementation ofFolderHistoryDAO -
Uses of PersistentObjectDAO in com.logicaldoc.core.generic
Subinterfaces of PersistentObjectDAO in com.logicaldoc.core.generic Modifier and Type Interface Description interfaceGenericDAOInstances 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 classHibernateGenericDAOHibernate implementation ofGenericDAO -
Uses of PersistentObjectDAO in com.logicaldoc.core.metadata
Subinterfaces of PersistentObjectDAO in com.logicaldoc.core.metadata Modifier and Type Interface Description interfaceAttributeOptionDAODAO forAttributeOptionhandling.interfaceAttributeSetDAOThis class is a DAO-service for attribute sets.interfaceTemplateDAOThis class is a DAO-service for document templates.Classes in com.logicaldoc.core.metadata that implement PersistentObjectDAO Modifier and Type Class Description classHibernateAttributeOptionDAOHibernate implementation ofAttributeOptionDAOclassHibernateAttributeSetDAOHibernate implementation ofTemplateDAOclassHibernateTemplateDAOHibernate implementation ofTemplateDAO -
Uses of PersistentObjectDAO in com.logicaldoc.core.searchengine.saved
Subinterfaces of PersistentObjectDAO in com.logicaldoc.core.searchengine.saved Modifier and Type Interface Description interfaceSearchDAOThis class is a DAO-service for persistentSavedSearchobjects.Classes in com.logicaldoc.core.searchengine.saved that implement PersistentObjectDAO Modifier and Type Class Description classHibernateSearchDAOHibernate implementation ofSearchDAO -
Uses of PersistentObjectDAO in com.logicaldoc.core.security.dao
Subinterfaces of PersistentObjectDAO in com.logicaldoc.core.security.dao Modifier and Type Interface Description interfaceDeviceDAOA DAO to handle the devicesinterfaceGroupDAOinterfaceMenuDAOInstances of this class is a DAO-service for menu objects.interfacePasswordHistoryDAOThis class is a DAO-service for PasswordHistory-objects.interfaceSessionDAODAO forUserSessionhandling.interfaceTenantDAOinterfaceUserDAOThis class is a DAO-service for User-objects.interfaceUserHistoryDAODAO forUserHistoryhandling.Classes in com.logicaldoc.core.security.dao that implement PersistentObjectDAO Modifier and Type Class Description classHibernateDeviceDAOAn Hibernate based implementation ofDeviceDAOclassHibernateGroupDAOclassHibernateMenuDAOHibernate implementation ofMenuDAOclassHibernatePasswordHistoryDAOHibernate implementation ofPasswordHistoryDAOclassHibernateSessionDAOclassHibernateTenantDAOclassHibernateUserDAOHibernate implementation ofUserDAOclassHibernateUserHistoryDAO -
Uses of PersistentObjectDAO in com.logicaldoc.core.sequence
Subinterfaces of PersistentObjectDAO in com.logicaldoc.core.sequence Modifier and Type Interface Description interfaceSequenceDAOUtility DAO that can manage sequences persisted in the DBClasses in com.logicaldoc.core.sequence that implement PersistentObjectDAO Modifier and Type Class Description classHibernateSequenceDAOHibernate implementation ofSequenceDAO. -
Uses of PersistentObjectDAO in com.logicaldoc.core.ticket
Subinterfaces of PersistentObjectDAO in com.logicaldoc.core.ticket Modifier and Type Interface Description interfaceTicketDAODAO forTickethandling.Classes in com.logicaldoc.core.ticket that implement PersistentObjectDAO Modifier and Type Class Description classHibernateTicketDAOHibernate implementation ofTicketDAO -
Uses of PersistentObjectDAO in com.logicaldoc.webservice
Subinterfaces of PersistentObjectDAO in com.logicaldoc.webservice Modifier and Type Interface Description interfaceWebserviceCallDAODAO forWebserviceCallhandling.Classes in com.logicaldoc.webservice that implement PersistentObjectDAO Modifier and Type Class Description classHibernateWebserviceCallDAOHibernate implementation ofChatMessageyDAO
-