Uses of Interface
org.zeroexchange.model.i18n.TitlesAware

Packages that use TitlesAware
org.zeroexchange.i18n.create   
org.zeroexchange.i18n.read.processor   
org.zeroexchange.model.dictionary   
org.zeroexchange.model.location   
org.zeroexchange.model.resource.category   
org.zeroexchange.model.resource.property   
 

Uses of TitlesAware in org.zeroexchange.i18n.create
 

Methods in org.zeroexchange.i18n.create with parameters of type TitlesAware
<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 TitlesAware in org.zeroexchange.i18n.read.processor
 

Methods in org.zeroexchange.i18n.read.processor with parameters of type TitlesAware
 String TitlesAwareProvider.getString(TitlesAware entity, String resourceType, String locale)
          Returns localized string for the specified resource type.
 

Uses of TitlesAware in org.zeroexchange.model.dictionary
 

Classes in org.zeroexchange.model.dictionary that implement TitlesAware
 class DictionaryItem
          The entity holds dictionary item.
 class StringDictionaryItem
          The string dictionary item.
 

Uses of TitlesAware in org.zeroexchange.model.location
 

Classes in org.zeroexchange.model.location that implement TitlesAware
 class City
           
 class Country
           
 

Uses of TitlesAware in org.zeroexchange.model.resource.category
 

Classes in org.zeroexchange.model.resource.category that implement TitlesAware
 class Category
          Items class.
 class DictionaryProperty
          the dictionary property
 

Uses of TitlesAware in org.zeroexchange.model.resource.property
 

Classes in org.zeroexchange.model.resource.property that implement TitlesAware
 class Property
          The base class for the definitions of the properties of the exchangeable items.
 



Copyright © 2013. All Rights Reserved.