Class ItemModelAttributePopulator
java.lang.Object
de.hybris.platform.inboundservices.persistence.populator.AbstractAttributePopulator
de.hybris.platform.inboundservices.persistence.populator.ItemModelAttributePopulator
de.hybris.platform.odata2services.odata.persistence.populator.ItemModelAttributePopulator
- All Implemented Interfaces:
AttributePopulator
@Deprecated(since="21.05.0-RC1",
forRemoval=true)
public class ItemModelAttributePopulator
extends ItemModelAttributePopulator
Deprecated, for removal: This API element is subject to removal in a future version.
-
Constructor Summary
ConstructorsConstructorDescriptionDeprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptionprotected ContextReferencedItemModelServiceDeprecated, for removal: This API element is subject to removal in a future version.voidDeprecated, for removal: This API element is subject to removal in a future version.Injects implementation of the item reference service to be used for looking up items referenced in the attribute value.Methods inherited from class de.hybris.platform.inboundservices.persistence.populator.ItemModelAttributePopulator
isApplicable, populateAttributeMethods inherited from class de.hybris.platform.inboundservices.persistence.populator.AbstractAttributePopulator
getModelService, isNew, populate, setModelService
-
Constructor Details
-
ItemModelAttributePopulator
public ItemModelAttributePopulator()Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
getContextReferencedItemModelService
Deprecated, for removal: This API element is subject to removal in a future version. -
setContextReferencedItemModelService
Deprecated, for removal: This API element is subject to removal in a future version.Injects implementation of the item reference service to be used for looking up items referenced in the attribute value.- Overrides:
setContextReferencedItemModelServicein classItemModelAttributePopulator- Parameters:
service- an implementation to use. If this method is not called or theserviceisnull, then the default implementation present in the application context and named 'contextReferenceItemModelService' is going to be used.
-
ItemModelAttributePopulator