Uses of Interface
com.hybris.cockpitng.dataaccess.facades.type.TypeFacadeStrategy
-
Packages that use TypeFacadeStrategy Package Description com.hybris.cockpitng.dataaccess.facades.type.impl com.hybris.cockpitng.dataaccess.util -
-
Uses of TypeFacadeStrategy in com.hybris.cockpitng.dataaccess.facades.type.impl
Methods in com.hybris.cockpitng.dataaccess.facades.type.impl with parameters of type TypeFacadeStrategy Modifier and Type Method Description booleanTypeFacadeStrategyRegistry. canHandle(TypeFacadeStrategy strategy, java.lang.String context) -
Uses of TypeFacadeStrategy in com.hybris.cockpitng.dataaccess.util
Method parameters in com.hybris.cockpitng.dataaccess.util with type arguments of type TypeFacadeStrategy Modifier and Type Method Description voidDataAccessStrategyExtender. setTypeFacadeStrategies(java.util.List<TypeFacadeStrategy> typeFacadeStrategies)Sets theTypeFacadeStrategys that should be added to the registry.
-