Class DefaultNavigationSegmentExplorer
- java.lang.Object
-
- de.hybris.platform.odata2services.odata.processor.DefaultNavigationSegmentExplorer
-
- All Implemented Interfaces:
NavigationSegmentExplorer
public class DefaultNavigationSegmentExplorer extends java.lang.Object implements NavigationSegmentExplorer
-
-
Constructor Summary
Constructors Constructor Description DefaultNavigationSegmentExplorer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ExpandedEntityexpandForEntityList(ItemLookupRequest lookupRequest, org.apache.olingo.odata2.api.ep.entry.ODataEntry entry)ExpandedEntityexpandForSingleEntity(ItemLookupRequest lookupRequest, org.apache.olingo.odata2.api.ep.entry.ODataEntry entry)
-
-
-
Method Detail
-
expandForSingleEntity
public ExpandedEntity expandForSingleEntity(ItemLookupRequest lookupRequest, org.apache.olingo.odata2.api.ep.entry.ODataEntry entry) throws org.apache.olingo.odata2.api.edm.EdmException
- Specified by:
expandForSingleEntityin interfaceNavigationSegmentExplorer- Throws:
org.apache.olingo.odata2.api.edm.EdmException
-
expandForEntityList
public ExpandedEntity expandForEntityList(ItemLookupRequest lookupRequest, org.apache.olingo.odata2.api.ep.entry.ODataEntry entry) throws org.apache.olingo.odata2.api.edm.EdmException
- Specified by:
expandForEntityListin interfaceNavigationSegmentExplorer- Throws:
org.apache.olingo.odata2.api.edm.EdmException
-
-