Uses of Interface
de.hybris.platform.odata2services.converter.ODataEntryToIntegrationItemConverter
-
Packages that use ODataEntryToIntegrationItemConverter Package Description de.hybris.platform.odata2services.converter de.hybris.platform.odata2services.odata.persistence -
-
Uses of ODataEntryToIntegrationItemConverter in de.hybris.platform.odata2services.converter
Classes in de.hybris.platform.odata2services.converter that implement ODataEntryToIntegrationItemConverter Modifier and Type Class Description classDefaultODataEntryToIntegrationItemConverterImplementation of the converter, which populatesIntegrationItemattributes by delegating conversion of their values in the ODataEntry toPayloadAttributeValueConverter. -
Uses of ODataEntryToIntegrationItemConverter in de.hybris.platform.odata2services.odata.persistence
Methods in de.hybris.platform.odata2services.odata.persistence that return ODataEntryToIntegrationItemConverter Modifier and Type Method Description protected ODataEntryToIntegrationItemConverterDefaultItemLookupRequestFactory. getEntryConverter()protected ODataEntryToIntegrationItemConverterDefaultStorageRequestFactory. getEntryConverter()Methods in de.hybris.platform.odata2services.odata.persistence with parameters of type ODataEntryToIntegrationItemConverter Modifier and Type Method Description voidDefaultItemLookupRequestFactory. setEntryConverter(ODataEntryToIntegrationItemConverter converter)voidDefaultStorageRequestFactory. setEntryConverter(ODataEntryToIntegrationItemConverter converter)
-