Class AbstractCollectionPropertyProcessor
java.lang.Object
de.hybris.platform.odata2services.odata.persistence.populator.processor.AbstractPropertyProcessor
de.hybris.platform.odata2services.odata.persistence.populator.processor.AbstractCollectionPropertyProcessor
- All Implemented Interfaces:
PropertyProcessor
- Direct Known Subclasses:
EntityCollectionPropertyProcessor,EntityMapPropertyProcessor,LocalizedAttributesPropertyProcessor,PrimitiveCollectionPropertyProcessor
Base implementation for property processors dealing with properties of collection type.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleancanHandleEntityValue(Object value) protected abstract List<org.apache.olingo.odata2.api.ep.entry.ODataEntry>deriveDataFeedEntries(ItemConversionRequest request, String propertyName, Object value) protected voidprocessEntityInternal(org.apache.olingo.odata2.api.ep.entry.ODataEntry oDataEntry, String propertyName, Object value, ItemConversionRequest request) Methods inherited from class de.hybris.platform.odata2services.odata.persistence.populator.processor.AbstractPropertyProcessor
getItemTypeDescriptorService, isApplicable, isPropertySupported, processEntity, readPropertyValue, setItemTypeDescriptorService, shouldPropertyBeConverted
-
Constructor Details
-
AbstractCollectionPropertyProcessor
public AbstractCollectionPropertyProcessor()
-
-
Method Details
-
processEntityInternal
protected void processEntityInternal(org.apache.olingo.odata2.api.ep.entry.ODataEntry oDataEntry, String propertyName, Object value, ItemConversionRequest request) throws org.apache.olingo.odata2.api.edm.EdmException - Specified by:
processEntityInternalin classAbstractPropertyProcessor- Throws:
org.apache.olingo.odata2.api.edm.EdmException
-
canHandleEntityValue
-
deriveDataFeedEntries
protected abstract List<org.apache.olingo.odata2.api.ep.entry.ODataEntry> deriveDataFeedEntries(ItemConversionRequest request, String propertyName, Object value) throws org.apache.olingo.odata2.api.edm.EdmException - Throws:
org.apache.olingo.odata2.api.edm.EdmException
-