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(java.lang.String locale)protected abstract LocaleEntityAbstractLocaleDAOImpl. getLocaleEntity(java.lang.Long id)protected abstract LocaleEntityAbstractLocaleDAOImpl. getLocaleEntity(java.lang.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(java.lang.String localeStr)protected LocaleEntityLocaleDAOImpl. getLocaleEntity(java.lang.Long id)protected LocaleEntityLocaleDAOImpl. getLocaleEntity(java.lang.String localeStr)
-