Uses of Class
org.alfresco.repo.domain.locale.LocaleEntity
-
Packages that use LocaleEntity Package Description org.alfresco.repo.domain.locale org.alfresco.repo.domain.locale.ibatis -
-
Uses of LocaleEntity in org.alfresco.repo.domain.locale
Methods in org.alfresco.repo.domain.locale that return LocaleEntity Modifier and Type Method Description protected abstract LocaleEntityAbstractLocaleDAOImpl. createLocaleEntity(String locale)protected abstract LocaleEntityAbstractLocaleDAOImpl. getLocaleEntity(Long id)protected abstract LocaleEntityAbstractLocaleDAOImpl. getLocaleEntity(String locale) -
Uses of LocaleEntity in org.alfresco.repo.domain.locale.ibatis
Methods in org.alfresco.repo.domain.locale.ibatis that return LocaleEntity Modifier and Type Method Description protected LocaleEntityLocaleDAOImpl. createLocaleEntity(String localeStr)protected LocaleEntityLocaleDAOImpl. getLocaleEntity(Long id)protected LocaleEntityLocaleDAOImpl. getLocaleEntity(String localeStr)
-