org.broadleafcommerce.openadmin.web.controller
Interface AdminTranslationControllerExtensionListener

All Known Implementing Classes:
AdminTranslationControllerExtensionManager

public interface AdminTranslationControllerExtensionListener

Author:
Andre Azzolini (apazzolini)

Method Summary
 boolean applyTransformation(TranslationForm form)
          Applies any necessary transformations to the given form.
 

Method Detail

applyTransformation

boolean applyTransformation(TranslationForm form)
Applies any necessary transformations to the given form. For example, some entity fields might need to be mapped in a different way.

Parameters:
form -
Returns:
whether or not a transformation was applied


Copyright © 2013. All Rights Reserved.