org.broadleafcommerce.openadmin.web.controller
Interface AdminTranslationControllerExtensionHandler

All Superinterfaces:
ExtensionHandler

public interface AdminTranslationControllerExtensionHandler
extends ExtensionHandler

Author:
Jeff Fischer

Method Summary
 ExtensionResultStatusType applyTransformation(TranslationForm form)
          Applies any necessary transformations to the given form.
 
Methods inherited from interface org.broadleafcommerce.common.extension.ExtensionHandler
getPriority, isEnabled
 

Method Detail

applyTransformation

ExtensionResultStatusType 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 -


Copyright © 2013. All Rights Reserved.