Uses of Interface
de.hybris.platform.inboundservices.persistence.populator.ContextReferencedItemModelService
Packages that use ContextReferencedItemModelService
Package
Description
-
Uses of ContextReferencedItemModelService in de.hybris.platform.inboundservices.persistence.impl
Classes in de.hybris.platform.inboundservices.persistence.impl that implement ContextReferencedItemModelServiceModifier and TypeClassDescriptionclassA service for searching for & creating items from the nested representation of these items in the payload for persistence. -
Uses of ContextReferencedItemModelService in de.hybris.platform.inboundservices.persistence.populator
Methods in de.hybris.platform.inboundservices.persistence.populator with parameters of type ContextReferencedItemModelServiceModifier and TypeMethodDescriptionvoidItemModelAttributePopulator.setContextReferencedItemModelService(ContextReferencedItemModelService service) Injects implementation of the item reference service to be used for looking up items referenced in the attribute value.voidItemModelCollectionAttributePopulator.setContextReferencedItemModelService(ContextReferencedItemModelService contextReferencedItemModelService) voidReplaceItemModelCollectionAttributePopulator.setContextReferencedItemModelService(ContextReferencedItemModelService contextReferencedItemModelService) Constructors in de.hybris.platform.inboundservices.persistence.populator with parameters of type ContextReferencedItemModelServiceModifierConstructorDescriptionEnumAttributePopulator(@NotNull ContextReferencedItemModelService refService, @NotNull ModelService modelService) Instantiates this populator with required dependencies injected. -
Uses of ContextReferencedItemModelService in de.hybris.platform.odata2services.odata.persistence.impl
Classes in de.hybris.platform.odata2services.odata.persistence.impl that implement ContextReferencedItemModelServiceMethods in de.hybris.platform.odata2services.odata.persistence.impl with parameters of type ContextReferencedItemModelServiceModifier and TypeMethodDescriptionvoidDefaultModelEntityService.setContextReferencedItemModelService(ContextReferencedItemModelService contextReferencedItemModelService) Deprecated, for removal: This API element is subject to removal in a future version.not used anymore by this service implementation. -
Uses of ContextReferencedItemModelService in de.hybris.platform.odata2services.odata.persistence.populator
Methods in de.hybris.platform.odata2services.odata.persistence.populator that return ContextReferencedItemModelServiceModifier and TypeMethodDescriptionprotected ContextReferencedItemModelServiceItemModelAttributePopulator.getContextReferencedItemModelService()Deprecated, for removal: This API element is subject to removal in a future version.protected ContextReferencedItemModelServiceItemModelCollectionAttributePopulator.getContextReferencedItemModelService()Deprecated, for removal: This API element is subject to removal in a future version.protected ContextReferencedItemModelServiceReplaceItemModelCollectionAttributePopulator.getContextReferencedItemModelService()Deprecated, for removal: This API element is subject to removal in a future version.Methods in de.hybris.platform.odata2services.odata.persistence.populator with parameters of type ContextReferencedItemModelServiceModifier and TypeMethodDescriptionvoidItemModelAttributePopulator.setContextReferencedItemModelService(ContextReferencedItemModelService service) 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.voidItemModelCollectionAttributePopulator.setContextReferencedItemModelService(ContextReferencedItemModelService service) Deprecated, for removal: This API element is subject to removal in a future version.voidReplaceItemModelCollectionAttributePopulator.setContextReferencedItemModelService(ContextReferencedItemModelService service) Deprecated, for removal: This API element is subject to removal in a future version.