Uses of Class
de.hybris.platform.odata2services.odata.persistence.ItemConversionRequest
Packages that use ItemConversionRequest
Package
Description
-
Uses of ItemConversionRequest in de.hybris.platform.odata2services.odata.persistence
Methods in de.hybris.platform.odata2services.odata.persistence that return ItemConversionRequestModifier and TypeMethodDescriptionItemConversionRequest.propertyConversionRequest(String propertyName, Object value) ItemLookupRequest.toConversionRequest(ItemModel item) Builds a conversion request with default conversion options from this item lookup requestItemLookupRequest.toConversionRequest(ItemModel item, ConversionOptions options) Builds a conversion request from this item lookup requestMethods in de.hybris.platform.odata2services.odata.persistence with parameters of type ItemConversionRequestModifier and TypeMethodDescriptionItemConversionRequest.ItemConversionRequestBuilder.from(ItemConversionRequest request) org.apache.olingo.odata2.api.ep.entry.ODataEntryModelEntityService.getODataEntry(ItemConversionRequest conversionRequest) Converts an itemModel into a ODataEntry -
Uses of ItemConversionRequest in de.hybris.platform.odata2services.odata.persistence.impl
Methods in de.hybris.platform.odata2services.odata.persistence.impl with parameters of type ItemConversionRequestModifier and TypeMethodDescriptionorg.apache.olingo.odata2.api.ep.entry.ODataEntryDefaultModelEntityService.getODataEntry(ItemConversionRequest conversionRequest) -
Uses of ItemConversionRequest in de.hybris.platform.odata2services.odata.persistence.populator
Methods in de.hybris.platform.odata2services.odata.persistence.populator with parameters of type ItemConversionRequestModifier and TypeMethodDescriptionvoidDefaultEntityModelPopulator.populateEntity(org.apache.olingo.odata2.api.ep.entry.ODataEntry oDataEntry, ItemConversionRequest conversionRequest) voidEntityModelPopulator.populateEntity(org.apache.olingo.odata2.api.ep.entry.ODataEntry oDataEntry, ItemConversionRequest conversionRequest) Populate oDataEntry with the given info -
Uses of ItemConversionRequest in de.hybris.platform.odata2services.odata.persistence.populator.processor
Methods in de.hybris.platform.odata2services.odata.persistence.populator.processor with parameters of type ItemConversionRequestModifier and TypeMethodDescriptionprotected abstract List<org.apache.olingo.odata2.api.ep.entry.ODataEntry>AbstractCollectionPropertyProcessor.deriveDataFeedEntries(ItemConversionRequest request, String propertyName, Object value) protected List<org.apache.olingo.odata2.api.ep.entry.ODataEntry>EntityCollectionPropertyProcessor.deriveDataFeedEntries(ItemConversionRequest request, String propertyName, Object value) protected List<org.apache.olingo.odata2.api.ep.entry.ODataEntry>EntityMapPropertyProcessor.deriveDataFeedEntries(ItemConversionRequest request, String propertyName, Object value) protected List<org.apache.olingo.odata2.api.ep.entry.ODataEntry>LocalizedAttributesPropertyProcessor.deriveDataFeedEntries(ItemConversionRequest request, String localizedProperty, Object value) Derives the Entries for the localizedAttributes property.protected List<org.apache.olingo.odata2.api.ep.entry.ODataEntry>PrimitiveCollectionPropertyProcessor.deriveDataFeedEntries(ItemConversionRequest request, String propertyName, Object value) protected List<org.apache.olingo.odata2.api.ep.entry.ODataEntry>EntityCollectionPropertyProcessor.getListOfODataEntries(Collection<?> values, ItemConversionRequest request) voidAbstractPropertyProcessor.processEntity(org.apache.olingo.odata2.api.ep.entry.ODataEntry oDataEntry, ItemConversionRequest conversionRequest) voidLocalizedAttributesPropertyProcessor.processEntity(org.apache.olingo.odata2.api.ep.entry.ODataEntry oDataEntry, ItemConversionRequest conversionRequest) voidPropertyProcessor.processEntity(org.apache.olingo.odata2.api.ep.entry.ODataEntry oDataEntry, ItemConversionRequest request) Populates properties of the specifiedODataEntry.protected voidAbstractCollectionPropertyProcessor.processEntityInternal(org.apache.olingo.odata2.api.ep.entry.ODataEntry oDataEntry, String propertyName, Object value, ItemConversionRequest request) protected abstract voidAbstractPropertyProcessor.processEntityInternal(org.apache.olingo.odata2.api.ep.entry.ODataEntry oDataEntry, String propertyName, Object value, ItemConversionRequest request) protected voidEntityPropertyProcessor.processEntityInternal(org.apache.olingo.odata2.api.ep.entry.ODataEntry oDataEntry, String propertyName, Object value, ItemConversionRequest conversionRequest) protected voidPrimitivePropertyProcessor.processEntityInternal(org.apache.olingo.odata2.api.ep.entry.ODataEntry oDataEntry, String propertyName, Object value, ItemConversionRequest request) protected ObjectAbstractPropertyProcessor.readPropertyValue(TypeAttributeDescriptor descriptor, ItemConversionRequest conversionRequest) protected booleanAbstractPropertyProcessor.shouldPropertyBeConverted(ItemConversionRequest request, String propertyName) protected booleanLocalizedAttributesPropertyProcessor.shouldPropertyBeConverted(ItemConversionRequest conversionRequest, String propertyName) protected booleanPrimitivePropertyProcessor.shouldPropertyBeConverted(ItemConversionRequest conversionRequest, String propertyName)