Uses of Interface
de.hybris.platform.inboundservices.persistence.populator.ContextReferencedItemModelService
-
-
Uses of ContextReferencedItemModelService in de.hybris.platform.inboundservices.persistence.impl
Classes in de.hybris.platform.inboundservices.persistence.impl that implement ContextReferencedItemModelService Modifier and Type Class Description classDefaultContextReferencedItemModelServiceA 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 ContextReferencedItemModelService Modifier and Type Method Description voidItemModelAttributePopulator. setContextReferencedItemModelService(ContextReferencedItemModelService contextReferencedItemModelService)voidItemModelCollectionAttributePopulator. setContextReferencedItemModelService(ContextReferencedItemModelService contextReferencedItemModelService)voidReplaceItemModelCollectionAttributePopulator. setContextReferencedItemModelService(ContextReferencedItemModelService contextReferencedItemModelService) -
Uses of ContextReferencedItemModelService in de.hybris.platform.odata2services.odata.persistence.impl
Classes in de.hybris.platform.odata2services.odata.persistence.impl that implement ContextReferencedItemModelService Modifier and Type Class Description classDefaultModelEntityServiceDefault implementation forModelEntityServiceMethods in de.hybris.platform.odata2services.odata.persistence.impl with parameters of type ContextReferencedItemModelService Modifier and Type Method Description voidDefaultModelEntityService. setContextReferencedItemModelService(ContextReferencedItemModelService contextReferencedItemModelService) -
Uses of ContextReferencedItemModelService in de.hybris.platform.odata2services.odata.persistence.populator
Subinterfaces of ContextReferencedItemModelService in de.hybris.platform.odata2services.odata.persistence.populator Modifier and Type Interface Description interfaceContextReferencedItemModelServiceDeprecated, for removal: This API element is subject to removal in a future version.useContextReferencedItemModelServiceA service for deriving anItemModelreferenced in the payload of thePersistenceContextMethods in de.hybris.platform.odata2services.odata.persistence.populator that return ContextReferencedItemModelService Modifier and Type Method Description protected 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 ContextReferencedItemModelService Modifier and Type Method Description voidItemModelAttributePopulator. setContextReferencedItemModelService(ContextReferencedItemModelService service)Deprecated, for removal: This API element is subject to removal in a future version.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.
-