Package de.hybris.platform.util
Interface JaloObjectCreator
-
- All Known Implementing Classes:
CommonsManager.ItemMethodInterceptor
public interface JaloObjectCreator
All Jalo objects are created by instances of JaloObjectCreator.If you want to extend the jalo you have to write a JaloObjectCreator which is responsible for instantiating your own Jalo Items.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BridgeAbstraction
createInstance(Tenant tenant, BridgeInterface impl)
-
-
-
Method Detail
-
createInstance
BridgeAbstraction createInstance(Tenant tenant, BridgeInterface impl)
-
-