Uses of Interface
org.alfresco.repo.domain.propval.PropertyValueDAO
Packages that use PropertyValueDAO
Package
Description
-
Uses of PropertyValueDAO in org.alfresco.repo.attributes
Methods in org.alfresco.repo.attributes with parameters of type PropertyValueDAOModifier and TypeMethodDescriptionvoidAttributeServiceImpl.setPropertyValueDAO(PropertyValueDAO propertyValueDAO) Set the DAO that handles the unique property persistencevoidPropTablesCleaner.setPropertyValueDAO(PropertyValueDAO propertyValueDAO) -
Uses of PropertyValueDAO in org.alfresco.repo.audit
Methods in org.alfresco.repo.audit with parameters of type PropertyValueDAOModifier and TypeMethodDescriptionvoidAuditComponentImpl.setPropertyValueDAO(PropertyValueDAO propertyValueDAO) Set the DAO for manipulating property values -
Uses of PropertyValueDAO in org.alfresco.repo.domain.audit
Fields in org.alfresco.repo.domain.audit declared as PropertyValueDAOModifier and TypeFieldDescriptionprotected PropertyValueDAOAbstractAuditDAOImpl.propertyValueDAOMethods in org.alfresco.repo.domain.audit that return PropertyValueDAOModifier and TypeMethodDescriptionprotected PropertyValueDAOAbstractAuditDAOImpl.getPropertyValueDAO()Methods in org.alfresco.repo.domain.audit with parameters of type PropertyValueDAOModifier and TypeMethodDescriptionvoidAbstractAuditDAOImpl.setPropertyValueDAO(PropertyValueDAO propertyValueDAO) -
Uses of PropertyValueDAO in org.alfresco.repo.domain.propval
Classes in org.alfresco.repo.domain.propval that implement PropertyValueDAOModifier and TypeClassDescriptionclassAbstract implementation for Property Value DAO. -
Uses of PropertyValueDAO in org.alfresco.repo.domain.propval.ibatis
Classes in org.alfresco.repo.domain.propval.ibatis that implement PropertyValueDAOModifier and TypeClassDescriptionclassiBatis-specific implementation of the PropertyValue DAO.