Class GenericCatalogCopyContext.ReferenceParentResolver
- java.lang.Object
-
- de.hybris.platform.catalog.jalo.synchronization.GenericCatalogCopyContext.AbstractParentResolver
-
- de.hybris.platform.catalog.jalo.synchronization.GenericCatalogCopyContext.ReferenceParentResolver
-
- Enclosing class:
- GenericCatalogCopyContext
public class GenericCatalogCopyContext.ReferenceParentResolver extends GenericCatalogCopyContext.AbstractParentResolver
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
ReferenceParentResolver(ComposedType composedType, AttributeDescriptor attributeDescriptor, ComposedType targetType, java.lang.String attribute)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Item
getParent(Item source)
java.lang.String
toString()
-
Methods inherited from class de.hybris.platform.catalog.jalo.synchronization.GenericCatalogCopyContext.AbstractParentResolver
equals, getAttributeDescriptor, getDependentItemType, hashCode
-
-
-
-
Constructor Detail
-
ReferenceParentResolver
protected ReferenceParentResolver(ComposedType composedType, AttributeDescriptor attributeDescriptor, ComposedType targetType, java.lang.String attribute)
-
-