Class AbstractEntityReader
java.lang.Object
de.hybris.platform.odata2services.odata.processor.reader.AbstractEntityReader
- All Implemented Interfaces:
EntityReader
- Direct Known Subclasses:
CountReader,EntityListReader,ExpandedEntityReader,SingleEntityReader
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected PersistenceServiceprotected ResponseWriterprotected booleanhandleAssociationMultiplicityRetrievalError(org.apache.olingo.odata2.api.edm.EdmException e) voidsetPersistenceService(PersistenceService persistenceService) voidsetResponseWriter(ResponseWriter responseWriter) voidsetTypePermissionService(TypePermissionService typePermissionService) protected voidvalidateReadPermission(ItemLookupRequest itemLookupRequest) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface de.hybris.platform.odata2services.odata.processor.reader.EntityReader
isApplicable, read
-
Constructor Details
-
AbstractEntityReader
public AbstractEntityReader()
-
-
Method Details
-
handleAssociationMultiplicityRetrievalError
protected boolean handleAssociationMultiplicityRetrievalError(org.apache.olingo.odata2.api.edm.EdmException e) -
validateReadPermission
-
getPersistenceService
-
setPersistenceService
-
getResponseWriter
-
setResponseWriter
-
setTypePermissionService
-