Class DefaultPersistenceParam
java.lang.Object
de.hybris.platform.odata2services.odata.processor.handler.persistence.DefaultPersistenceParam
- All Implemented Interfaces:
PersistenceParam
Default implementation of the
PersistenceParam-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the payload of the requestorg.apache.olingo.odata2.api.processor.ODataContextGets the context of the request as anODataContextorg.apache.olingo.odata2.api.edm.EdmEntitySetGets theEdmEntitySetorg.apache.olingo.odata2.api.edm.EdmEntityTypeGets theEdmEntityTypeGets the content type of the payloadGets the response content typeorg.apache.olingo.odata2.api.uri.UriInfoGets theUriInfo
-
Constructor Details
-
DefaultPersistenceParam
public DefaultPersistenceParam()
-
-
Method Details
-
persistenceParam
-
getUriInfo
public org.apache.olingo.odata2.api.uri.UriInfo getUriInfo()Description copied from interface:PersistenceParamGets theUriInfo- Specified by:
getUriInfoin interfacePersistenceParam- Returns:
- URI info
-
getEntitySet
public org.apache.olingo.odata2.api.edm.EdmEntitySet getEntitySet()Description copied from interface:PersistenceParamGets theEdmEntitySet- Specified by:
getEntitySetin interfacePersistenceParam- Returns:
- entity set
-
getEntityType
public org.apache.olingo.odata2.api.edm.EdmEntityType getEntityType()Description copied from interface:PersistenceParamGets theEdmEntityType- Specified by:
getEntityTypein interfacePersistenceParam- Returns:
- entity type
-
getContent
Description copied from interface:PersistenceParamGets the payload of the request- Specified by:
getContentin interfacePersistenceParam- Returns:
- content
-
getRequestContentType
Description copied from interface:PersistenceParamGets the content type of the payload- Specified by:
getRequestContentTypein interfacePersistenceParam- Returns:
- content type
-
getResponseContentType
Description copied from interface:PersistenceParamGets the response content type- Specified by:
getResponseContentTypein interfacePersistenceParam- Returns:
- content type
-
getContext
public org.apache.olingo.odata2.api.processor.ODataContext getContext()Description copied from interface:PersistenceParamGets the context of the request as anODataContext- Specified by:
getContextin interfacePersistenceParam- Returns:
- context
-