Uses of Interface
org.alfresco.repo.domain.locale.LocaleDAO
Packages that use LocaleDAO
Package
Description
-
Uses of LocaleDAO in org.alfresco.repo.domain.contentdata
Fields in org.alfresco.repo.domain.contentdata declared as LocaleDAOMethods in org.alfresco.repo.domain.contentdata with parameters of type LocaleDAOModifier and TypeMethodDescriptionvoidAbstractContentDataDAOImpl.setLocaleDAO(LocaleDAO localeDAO) -
Uses of LocaleDAO in org.alfresco.repo.domain.locale
Classes in org.alfresco.repo.domain.locale that implement LocaleDAOModifier and TypeClassDescriptionclassAbstract implementation for Locale DAO. -
Uses of LocaleDAO in org.alfresco.repo.domain.locale.ibatis
Classes in org.alfresco.repo.domain.locale.ibatis that implement LocaleDAOModifier and TypeClassDescriptionclassiBatis-specific implementation of the Locale DAO. -
Uses of LocaleDAO in org.alfresco.repo.domain.node
Methods in org.alfresco.repo.domain.node with parameters of type LocaleDAOModifier and TypeMethodDescriptionstatic voidLocalizedPropertiesEntity.addLocalizedProperties(LocaleDAO localeDAO, Node node, Map<QName, Serializable> properties) Adds alllocalizedproperties.static SerializableLocalizedPropertiesEntity.getLocalizedProperty(LocaleDAO localeDAO, Node node, QName qname) voidAbstractNodeDAOImpl.setLocaleDAO(LocaleDAO localeDAO) Constructors in org.alfresco.repo.domain.node with parameters of type LocaleDAOModifierConstructorDescriptionNodePropertyHelper(DictionaryService dictionaryService, QNameDAO qnameDAO, LocaleDAO localeDAO, ContentDataDAO contentDataDAO) Construct the helper with the appropriate DAOs and services -
Uses of LocaleDAO in org.alfresco.repo.domain.patch.ibatis
Methods in org.alfresco.repo.domain.patch.ibatis with parameters of type LocaleDAO -
Uses of LocaleDAO in org.alfresco.repo.node.getchildren
Fields in org.alfresco.repo.node.getchildren declared as LocaleDAOMethods in org.alfresco.repo.node.getchildren with parameters of type LocaleDAOModifier and TypeMethodDescriptionvoidGetChildrenCannedQueryFactory.setLocaleDAO(LocaleDAO localeDAO)