Uses of Interface
org.alfresco.repo.domain.locale.LocaleDAO
-
-
Uses of LocaleDAO in org.alfresco.repo.domain.contentdata
Fields in org.alfresco.repo.domain.contentdata declared as LocaleDAO Modifier and Type Field Description protected LocaleDAOAbstractContentDataDAOImpl. localeDAOMethods in org.alfresco.repo.domain.contentdata with parameters of type LocaleDAO Modifier and Type Method Description voidAbstractContentDataDAOImpl. setLocaleDAO(LocaleDAO localeDAO) -
Uses of LocaleDAO in org.alfresco.repo.domain.locale
Classes in org.alfresco.repo.domain.locale that implement LocaleDAO Modifier and Type Class Description classAbstractLocaleDAOImplAbstract implementation for Locale DAO. -
Uses of LocaleDAO in org.alfresco.repo.domain.locale.ibatis
Classes in org.alfresco.repo.domain.locale.ibatis that implement LocaleDAO Modifier and Type Class Description classLocaleDAOImpliBatis-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 LocaleDAO Modifier and Type Method Description static voidLocalizedPropertiesEntity. addLocalizedProperties(LocaleDAO localeDAO, Node node, java.util.Map<org.alfresco.service.namespace.QName,java.io.Serializable> properties)Adds alllocalizedproperties.static java.io.SerializableLocalizedPropertiesEntity. getLocalizedProperty(LocaleDAO localeDAO, Node node, org.alfresco.service.namespace.QName qname)voidAbstractNodeDAOImpl. setLocaleDAO(LocaleDAO localeDAO)Constructors in org.alfresco.repo.domain.node with parameters of type LocaleDAO Constructor Description NodePropertyHelper(org.alfresco.service.cmr.dictionary.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 Modifier and Type Method Description voidPatchDAOImpl. setLocaleDAO(LocaleDAO localeDAO) -
Uses of LocaleDAO in org.alfresco.repo.node.getchildren
Fields in org.alfresco.repo.node.getchildren declared as LocaleDAO Modifier and Type Field Description protected LocaleDAOGetChildrenCannedQueryFactory. localeDAOMethods in org.alfresco.repo.node.getchildren with parameters of type LocaleDAO Modifier and Type Method Description voidGetChildrenCannedQueryFactory. setLocaleDAO(LocaleDAO localeDAO)
-