Class DefaultEntityModelPopulator
java.lang.Object
de.hybris.platform.odata2services.odata.persistence.populator.DefaultEntityModelPopulator
- All Implemented Interfaces:
EntityModelPopulator
Default implementation for
EntityModelPopulator-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected List<PropertyProcessor>voidpopulateEntity(org.apache.olingo.odata2.api.ep.entry.ODataEntry oDataEntry, ItemConversionRequest conversionRequest) Populate oDataEntry with the given infovoidsetPropertyProcessors(List<PropertyProcessor> propertyProcessors)
-
Constructor Details
-
DefaultEntityModelPopulator
public DefaultEntityModelPopulator()
-
-
Method Details
-
populateEntity
public void populateEntity(org.apache.olingo.odata2.api.ep.entry.ODataEntry oDataEntry, ItemConversionRequest conversionRequest) throws org.apache.olingo.odata2.api.edm.EdmException Description copied from interface:EntityModelPopulatorPopulate oDataEntry with the given info- Specified by:
populateEntityin interfaceEntityModelPopulator- Parameters:
oDataEntry- The OData entryconversionRequest- the request context- Throws:
org.apache.olingo.odata2.api.edm.EdmException- -
-
getPropertyProcessors
-
setPropertyProcessors
-