Uses of Class
com.broadleafcommerce.dataexchange.domain.translation.Translation
Packages that use Translation
Package
Description
-
Uses of Translation in com.broadleafcommerce.dataexchange.domain.product
Methods in com.broadleafcommerce.dataexchange.domain.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.product with type arguments of type TranslationModifier and TypeMethodDescriptionvoidAttribute.setTranslations(List<Translation> translations) voidComprehensiveProduct.setTranslations(List<Translation> translations) voidProductAsset.setTranslations(List<Translation> translations) voidVariant.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 TypeMethodDescriptionvoidTranslatable.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.product
Method parameters in com.broadleafcommerce.dataexchange.service.product with type arguments of type TranslationModifier and TypeMethodDescriptionprotected RunnableProductBatchItemHandler.saveProductTranslationRunnable(List<Translation> translations, Locale locale, HandlerArgs<T, T> args) protected RunnableVariantBatchItemHandler.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)