Class EntityPropertyProcessor
java.lang.Object
de.hybris.platform.odata2services.odata.persistence.populator.processor.AbstractPropertyProcessor
de.hybris.platform.odata2services.odata.persistence.populator.processor.EntityPropertyProcessor
- All Implemented Interfaces:
PropertyProcessor
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected ModelEntityServiceprotected booleanisApplicable(TypeAttributeDescriptor attribute) protected voidprocessEntityInternal(org.apache.olingo.odata2.api.ep.entry.ODataEntry oDataEntry, String propertyName, Object value, ItemConversionRequest conversionRequest) voidsetModelEntityService(ModelEntityService modelEntityService) Methods inherited from class de.hybris.platform.odata2services.odata.persistence.populator.processor.AbstractPropertyProcessor
getItemTypeDescriptorService, isPropertySupported, processEntity, readPropertyValue, setItemTypeDescriptorService, shouldPropertyBeConverted
-
Constructor Details
-
EntityPropertyProcessor
public EntityPropertyProcessor()
-
-
Method Details
-
isApplicable
- Specified by:
isApplicablein classAbstractPropertyProcessor
-
processEntityInternal
protected void processEntityInternal(org.apache.olingo.odata2.api.ep.entry.ODataEntry oDataEntry, String propertyName, Object value, ItemConversionRequest conversionRequest) throws org.apache.olingo.odata2.api.edm.EdmException - Specified by:
processEntityInternalin classAbstractPropertyProcessor- Throws:
org.apache.olingo.odata2.api.edm.EdmException
-
getModelEntityService
-
setModelEntityService
-