Class TranslationTypeHint
java.lang.Object
com.broadleafcommerce.translation.domain.TranslationTypeHint
An optional typehint to use that indicates what type this translation belongs to.
 
In the majority of cases, this is not needed/used, and the typeHint will not be populated. An exception is during an indexing documents for search, where the indexer needs knowledge about what type of a translation an entity belongs to.
 In the case that it is used, it should be set on Translation.typeHint
- 
Field Details
- 
VARIANT
- See Also:
 
 - 
PRODUCT_ASSET
- See Also:
 
 - 
CATEGORY
- See Also:
 
 - 
DATA_DRIVEN_ENUM
- See Also:
 
 
 -