org.broadleafcommerce.admin.web.controller
Class AdminProductTranslationExtensionListener
java.lang.Object
org.broadleafcommerce.admin.web.controller.AdminProductTranslationExtensionListener
- All Implemented Interfaces:
- AdminTranslationControllerExtensionListener
@Component(value="blAdminProductTranslationExtensionListener")
public class AdminProductTranslationExtensionListener
- extends Object
- implements AdminTranslationControllerExtensionListener
- Author:
- Andre Azzolini (apazzolini)
|
Method Summary |
boolean |
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." |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
catalogService
protected CatalogService catalogService
AdminProductTranslationExtensionListener
public AdminProductTranslationExtensionListener()
applyTransformation
public boolean 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."
- Specified by:
applyTransformation in interface AdminTranslationControllerExtensionListener
Copyright © 2013. All Rights Reserved.