Uses of Class
com.broadleafcommerce.translation.domain.Translation
Packages that use Translation
Package
Description
-
Uses of Translation in com.broadleafcommerce.translation.mapping
Methods in com.broadleafcommerce.translation.mapping with parameters of type TranslationModifier and TypeMethodDescriptionbooleanEntityTranslationApplier.canHandle(Object projection, Translation translation) Whether the current component can handle applying the translation to the given entity.voidEntityTranslationApplier.handle(Object projection, Translation translation) Apply the translation on the given entity.protected <P> voidTranslationPostMapperMember.standardUpdateField(P businessDomain, Translation translation) Updates field value with translation using the standard field-value-applying logic.<P> voidDefaultTranslationHelper.updateField(P businessDomain, Translation translation) <P> voidTranslationHelper.updateField(P businessDomain, Translation translation) Updates field value with translationprotected <P> voidTranslationPostMapperMember.updateField(P businessDomain, Translation translation) Deprecated, for removal: This API element is subject to removal in a future version.Method parameters in com.broadleafcommerce.translation.mapping with type arguments of type TranslationModifier and TypeMethodDescriptionvoidTranslationPostMapperMember.setTranslationService(TranslationEntityService<Translation> translationService) -
Uses of Translation in com.broadleafcommerce.translation.provider.jpa.domain
Methods in com.broadleafcommerce.translation.provider.jpa.domain that return types with arguments of type Translation -
Uses of Translation in com.broadleafcommerce.translation.service
Classes in com.broadleafcommerce.translation.service with type parameters of type TranslationModifier and TypeClassDescriptionclassDefaultTranslationEntityService<P extends Translation>interfaceTranslationEntityService<P extends Translation>Methods in com.broadleafcommerce.translation.service with type parameters of type TranslationModifier and TypeMethodDescription<P extends Translation>
booleanCheck if this handler should handle the translation field transformation for this entity.<P extends Translation>
voidHandles translation field transformation for the given translation on the entity -
Uses of Translation in com.broadleafcommerce.translation.service.autoconfigure
Methods in com.broadleafcommerce.translation.service.autoconfigure that return types with arguments of type TranslationModifier and TypeMethodDescriptionTranslationServiceAutoConfiguration.translationEntityService(TranslationRepository<com.broadleafcommerce.data.tracking.core.Trackable> translationRepository, com.broadleafcommerce.data.tracking.core.service.RsqlCrudEntityHelper helper, com.broadleafcommerce.common.extension.TypeFactory typeFactory, com.broadleafcommerce.common.extension.cache.CacheStateManager cacheStateManager) -
Uses of Translation in com.broadleafcommerce.translation.service.dto
Methods in com.broadleafcommerce.translation.service.dto that return types with arguments of type TranslationModifier and TypeMethodDescriptionTranslationsPayload.getTranslations()A list ofTranslationobjects for a request/response payload.Constructor parameters in com.broadleafcommerce.translation.service.dto with type arguments of type Translation
TranslationHelperinstead.