Uses of Class
com.broadleafcommerce.dataexchange.domain.translation.Translation
Packages that use Translation
Package
Description
-
Uses of Translation in com.broadleafcommerce.dataexchange.domain.catalog.product
Methods in com.broadleafcommerce.dataexchange.domain.catalog.product that return types with arguments of type TranslationModifier and TypeMethodDescriptionAttribute.getTranslations()
ComprehensiveProduct.getTranslations()
ProductAsset.getTranslations()
Variant.getTranslations()
Method parameters in com.broadleafcommerce.dataexchange.domain.catalog.product with type arguments of type TranslationModifier and TypeMethodDescriptionvoid
Attribute.setTranslations
(List<Translation> translations) void
ComprehensiveProduct.setTranslations
(List<Translation> translations) void
ProductAsset.setTranslations
(List<Translation> translations) void
Variant.setTranslations
(List<Translation> translations) -
Uses of Translation in com.broadleafcommerce.dataexchange.domain.translation
Methods in com.broadleafcommerce.dataexchange.domain.translation that return types with arguments of type TranslationModifier and TypeMethodDescriptionTranslatable.getTranslations()
TranslationsPayload.getTranslations()
Method parameters in com.broadleafcommerce.dataexchange.domain.translation with type arguments of type TranslationModifier and TypeMethodDescriptionvoid
Translatable.setTranslations
(List<Translation> translations) Constructor parameters in com.broadleafcommerce.dataexchange.domain.translation with type arguments of type Translation -
Uses of Translation in com.broadleafcommerce.dataexchange.service
Methods in com.broadleafcommerce.dataexchange.service that return types with arguments of type TranslationModifier and TypeMethodDescriptionprotected Map<Locale,
List<Translation>> AbstractBatchItemHandler.buildTranslationMap
(T2 beforeSaveItem, String entityId) Build a map of translations for the given translations, keyed by locale. -
Uses of Translation in com.broadleafcommerce.dataexchange.service.catalog.product
Method parameters in com.broadleafcommerce.dataexchange.service.catalog.product with type arguments of type TranslationModifier and TypeMethodDescriptionprotected Runnable
ProductBatchItemHandler.saveProductTranslationRunnable
(List<Translation> translations, Locale locale, HandlerArgs<T, T> args) protected Runnable
VariantBatchItemHandler.saveVariantTranslationRunnable
(List<Translation> translations, Locale locale, HandlerArgs<ComprehensiveProduct, T> args) -
Uses of Translation in com.broadleafcommerce.dataexchange.service.provider
Methods in com.broadleafcommerce.dataexchange.service.provider that return types with arguments of type TranslationModifier and TypeMethodDescriptionCatalogProvider.saveProductTranslations
(T1 product, Locale locale, List<Translation> translations, BatchContext<?> batchContext) Saves translations, specifically for a Product.ProductAssetProvider.saveTranslations
(String productId, String assetId, Locale locale, List<Translation> translations, BatchContext<?> batchContext) CatalogProvider.saveVariantTranslations
(T1 product, T2 variant, Locale locale, List<Translation> translations, BatchContext<?> batchContext) Method parameters in com.broadleafcommerce.dataexchange.service.provider with type arguments of type TranslationModifier and TypeMethodDescriptionCatalogProvider.saveProductTranslations
(T1 product, Locale locale, List<Translation> translations, BatchContext<?> batchContext) Saves translations, specifically for a Product.ProductAssetProvider.saveTranslations
(String productId, String assetId, Locale locale, List<Translation> translations, BatchContext<?> batchContext) CatalogProvider.saveVariantTranslations
(T1 product, T2 variant, Locale locale, List<Translation> translations, BatchContext<?> batchContext) -
Uses of Translation in com.broadleafcommerce.dataexchange.service.provider.external
Methods in com.broadleafcommerce.dataexchange.service.provider.external that return types with arguments of type TranslationModifier and TypeMethodDescriptionExternalCatalogProvider.saveProductTranslations
(T1 product, Locale locale, List<Translation> translations, BatchContext<?> batchContext) ExternalProductAssetProvider.saveTranslations
(String productId, String assetId, Locale locale, List<Translation> translations, BatchContext<?> batchContext) ExternalCatalogProvider.saveVariantTranslations
(T1 product, T2 variant, Locale locale, List<Translation> translations, BatchContext<?> batchContext) Method parameters in com.broadleafcommerce.dataexchange.service.provider.external with type arguments of type TranslationModifier and TypeMethodDescriptionExternalCatalogProvider.saveProductTranslations
(T1 product, Locale locale, List<Translation> translations, BatchContext<?> batchContext) ExternalProductAssetProvider.saveTranslations
(String productId, String assetId, Locale locale, List<Translation> translations, BatchContext<?> batchContext) ExternalCatalogProvider.saveVariantTranslations
(T1 product, T2 variant, Locale locale, List<Translation> translations, BatchContext<?> batchContext)