@Component(value="blAdminProductTranslationExtensionHandler") public class AdminProductTranslationExtensionHandler extends AbstractAdminTranslationControllerExtensionHandler
| Modifier and Type | Field and Description |
|---|---|
protected CatalogService |
catalogService |
protected AdminTranslationControllerExtensionManager |
extensionManager |
enabled, priority| Constructor and Description |
|---|
AdminProductTranslationExtensionHandler() |
| Modifier and Type | Method and Description |
|---|---|
ExtensionResultStatusType |
applyTransformation(TranslationForm form)
If we are trying to translate a field on Product that starts with "defaultSku.", we really want to associate the
translation with Sku, its associated id, and the property name without "defaultSku."
|
void |
init() |
getPriority, isEnabled, setEnabled, setPriorityclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetPriority, isEnabledprotected CatalogService catalogService
protected AdminTranslationControllerExtensionManager extensionManager
public AdminProductTranslationExtensionHandler()
@PostConstruct public void init()
public ExtensionResultStatusType applyTransformation(TranslationForm form)
applyTransformation in interface AdminTranslationControllerExtensionHandlerapplyTransformation in class AbstractAdminTranslationControllerExtensionHandlerCopyright © 2014. All Rights Reserved.