Uses of Interface
de.hybris.platform.inboundservices.persistence.populator.ContextReferencedItemModelService
-
Packages that use ContextReferencedItemModelService Package Description de.hybris.platform.odata2services.odata.persistence.impl de.hybris.platform.odata2services.odata.persistence.populator -
-
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 forModelEntityService -
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()protected ContextReferencedItemModelServiceItemModelCollectionAttributePopulator. getContextReferencedItemModelService()protected ContextReferencedItemModelServiceReplaceItemModelCollectionAttributePopulator. getContextReferencedItemModelService()Methods in de.hybris.platform.odata2services.odata.persistence.populator with parameters of type ContextReferencedItemModelService Modifier and Type Method Description voidItemModelAttributePopulator. setContextReferencedItemModelService(ContextReferencedItemModelService service)voidItemModelCollectionAttributePopulator. setContextReferencedItemModelService(ContextReferencedItemModelService service)voidReplaceItemModelCollectionAttributePopulator. setContextReferencedItemModelService(ContextReferencedItemModelService service)
-