Uses of Interface
com.hybris.cockpitng.dataaccess.facades.object.ObjectFacadeStrategy
-
Packages that use ObjectFacadeStrategy Package Description com.hybris.cockpitng.dataaccess.facades.object.impl com.hybris.cockpitng.dataaccess.util -
-
Uses of ObjectFacadeStrategy in com.hybris.cockpitng.dataaccess.facades.object.impl
Methods in com.hybris.cockpitng.dataaccess.facades.object.impl with parameters of type ObjectFacadeStrategy Modifier and Type Method Description booleanObjectFacadeStrategyRegistry. canHandle(ObjectFacadeStrategy strategy, java.lang.Object context)Method parameters in com.hybris.cockpitng.dataaccess.facades.object.impl with type arguments of type ObjectFacadeStrategy Modifier and Type Method Description voidDefaultObjectFacade. setStrategyRegistry(AbstractStrategyRegistry<ObjectFacadeStrategy,java.lang.Object> strategyRegistry) -
Uses of ObjectFacadeStrategy in com.hybris.cockpitng.dataaccess.util
Method parameters in com.hybris.cockpitng.dataaccess.util with type arguments of type ObjectFacadeStrategy Modifier and Type Method Description voidDataAccessStrategyExtender. setObjectFacadeStrategies(java.util.List<ObjectFacadeStrategy> objectFacadeStrategies)Sets theObjectFacadeStrategys that should be added to the registry.
-