Uses of Class
org.zeroexchange.model.i18n.Strings

Packages that use Strings
org.zeroexchange.dao.i18n   
org.zeroexchange.i18n.create   
org.zeroexchange.model.i18n   
 

Uses of Strings in org.zeroexchange.dao.i18n
 

Methods in org.zeroexchange.dao.i18n with parameters of type Strings
static
<T> T
LocalizationUtils.iterateLocalizations(Strings localizedValues, LocalizationUtils.LocalizationCallback<T> localizationCallback)
           
static void LocalizationUtils.setValue(Strings persistentLocalization, String value, String language)
           
static Collection<LocalizedValue> LocalizationUtils.toLocalizedValues(Strings persistentString)
           
 

Uses of Strings in org.zeroexchange.i18n.create
 

Methods in org.zeroexchange.i18n.create with type parameters of type Strings
<E extends Persistent,T extends Strings<E>>
void
DefaultPersistedLocalizedValuesFactory.updatePersistedLocalizedValues(Collection<LocalizedValue> localizedValues, TitlesAware<E,T> entity)
           
<E extends Persistent,T extends Strings<E>>
void
PersistedLocalizedValueFactory.updatePersistedLocalizedValues(Collection<LocalizedValue> localizedValues, TitlesAware<E,T> entity)
           
 

Uses of Strings in org.zeroexchange.model.i18n
 

Classes in org.zeroexchange.model.i18n with type parameters of type Strings
 interface TitlesAware<P extends Persistent,T extends Strings<P>>
          The interface for the entities aware of their titles.
 

Subclasses of Strings in org.zeroexchange.model.i18n
 class CategoryStrings
          The table that contains the Category strings.
 class CityStrings
           
 class CountryStrings
           
 class DictionaryItemStrings
           
 class DictionaryStrings
          The table that contains the Dictionary strings.
 class PropertyStrings
          The table that contains the Property strings.
 class RoleStrings
          The table that contains the Role strings.
 



Copyright © 2013. All Rights Reserved.