public interface EntityReader
| Modifier and Type | Method and Description |
|---|---|
boolean |
isApplicable(UriInfo uriInfo)
Indicates whether this EntityReader can read the requested information
|
ODataResponse |
read(ItemLookupRequest itemLookupRequest)
Reads from the commerce suite the requested information
|
boolean isApplicable(UriInfo uriInfo)
uriInfo - Used to determine whether this EntityReader is applicabletrue if this EntityReader can do the read, otherwise falseODataResponse read(ItemLookupRequest itemLookupRequest) throws ODataException
itemLookupRequest - Parameter object that contains the requestODataResponseODataException - When an error occurs retrieving the entityCopyright © 2018 SAP SE. All Rights Reserved.