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 TypeMethodDescriptionprotected <P> voidTranslationPostMapperMember.updateField(P businessDomain, Translation translation) 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> - 
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