org.broadleafcommerce.openadmin.web.controller
Class AdminTranslationControllerExtensionManager

java.lang.Object
  extended by org.broadleafcommerce.openadmin.web.controller.AdminTranslationControllerExtensionManager
All Implemented Interfaces:
AdminTranslationControllerExtensionListener

public class AdminTranslationControllerExtensionManager
extends Object
implements AdminTranslationControllerExtensionListener

Author:
Andre Azzolini (apazzolini)

Field Summary
protected  List<AdminTranslationControllerExtensionListener> listeners
           
 
Constructor Summary
AdminTranslationControllerExtensionManager()
           
 
Method Summary
 boolean applyTransformation(TranslationForm form)
          Applies any necessary transformations to the given form.
 List<AdminTranslationControllerExtensionListener> getListeners()
           
 void setListeners(List<AdminTranslationControllerExtensionListener> listeners)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

listeners

protected List<AdminTranslationControllerExtensionListener> listeners
Constructor Detail

AdminTranslationControllerExtensionManager

public AdminTranslationControllerExtensionManager()
Method Detail

applyTransformation

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

Specified by:
applyTransformation in interface AdminTranslationControllerExtensionListener
Returns:
whether or not a transformation was applied

getListeners

public List<AdminTranslationControllerExtensionListener> getListeners()

setListeners

public void setListeners(List<AdminTranslationControllerExtensionListener> listeners)


Copyright © 2013. All Rights Reserved.