public class CXSDataProvider extends DataProvider
APPLICATIONUSER, XS_APPLICATIONUSER| Constructor and Description |
|---|
CXSDataProvider(com.sap.gateway.core.api.srvrepo.IServiceInfo service) |
| Modifier and Type | Method and Description |
|---|---|
com.sap.gateway.core.api.provider.data.IDataProviderResponse |
countEntitySet(org.apache.olingo.odata2.api.uri.info.GetEntitySetCountUriInfo uriInfo,
org.apache.olingo.odata2.api.processor.ODataContext context) |
com.sap.gateway.core.api.provider.data.IDataProviderResponse |
createEntity(org.apache.olingo.odata2.api.uri.info.PostUriInfo uriInfo,
org.apache.olingo.odata2.api.ep.entry.ODataEntry content,
String requestContentType,
org.apache.olingo.odata2.api.ep.EntityProviderWriteProperties.ODataEntityProviderPropertiesBuilder providerPropertiesBuilder,
org.apache.olingo.odata2.api.processor.ODataContext context) |
com.sap.gateway.core.api.provider.data.IDataProviderResponse |
deleteEntity(org.apache.olingo.odata2.api.uri.info.DeleteUriInfo uriInfo,
org.apache.olingo.odata2.api.processor.ODataContext context) |
List<com.sap.gateway.core.api.batch.IBatchResult> |
executeBatch(List<com.sap.gateway.core.api.batch.IBatchTask> batchTasks,
org.apache.olingo.odata2.api.processor.ODataContext context) |
com.sap.gateway.core.api.provider.data.IDataProviderResponse |
executeFunctionImport(org.apache.olingo.odata2.api.uri.info.GetFunctionImportUriInfo uriInfo,
org.apache.olingo.odata2.api.processor.ODataContext context) |
com.sap.gateway.core.api.provider.data.IDataProviderResponse |
readEntity(org.apache.olingo.odata2.api.uri.info.GetEntityUriInfo uriInfo,
org.apache.olingo.odata2.api.processor.ODataContext context)
read Entity
|
com.sap.gateway.core.api.provider.data.IDataProviderResponse |
readEntitySet(org.apache.olingo.odata2.api.uri.info.GetEntitySetUriInfo uriInfo,
org.apache.olingo.odata2.api.processor.ODataContext context)
read entity collection
|
com.sap.gateway.core.api.provider.data.IDataProviderResponse |
readExpandedEntity(org.apache.olingo.odata2.api.uri.info.GetEntityUriInfo uriInfo,
org.apache.olingo.odata2.api.processor.ODataContext context) |
com.sap.gateway.core.api.provider.data.IDataProviderResponse |
readExpandedEntitySet(org.apache.olingo.odata2.api.uri.info.GetEntitySetUriInfo uriInfo,
org.apache.olingo.odata2.api.processor.ODataContext context) |
com.sap.gateway.core.api.provider.data.IDataProviderResponse |
updateEntity(org.apache.olingo.odata2.api.uri.info.PutMergePatchUriInfo uriInfo,
org.apache.olingo.odata2.api.ep.entry.ODataEntry content,
String requestContentType,
boolean merge,
org.apache.olingo.odata2.api.processor.ODataContext context) |
castNavigationStringToGuid, castStringToGuid, castStringToGuid, castStringToGuidWithCompelxProperty, checkEtagStatusPass, checkEtagValidations, cleanupTransaction, commitTransaction, compareEtagValues, convertUUIDtoStringinPayload, countDataCollectionFromMainTable, createETagHeaderValue, deleteEntity, executeEtagCheckForFunctionImport, executeSingleOperationForBatch, generateAndSetUUIDtoPayLoad, getAllNavigationUUIDColumns, getDataSource, getDSParams, getExtensionHelper, getFilterExpression, getIGWMessageContainerFromMessageContainer, getIGWMessageFromMessage, getInlineCount, getPageSize, getSelectOptions, getTSParams, getUserContextParam, getUUIDColumns, getUUIDColumnsInComplexType, isBatchRequest, isDraftFlow, populateEtagInHeaderFromResponse, populateResponseHeaderEtag, populateUpdatedEntityinResponse, readDataCollectionFromMainTable, readDataCollectionFromMainTableForCombinedEntries, readDataFromMainTable, readEntity, readEntityFromBatch, readEntitySetFromBatch, rollbackTransaction, setBatchRequest, setDataSource, setFilterExpression, setIsBatchFlow, setIsDraftFlow, setSelectOptions, setStatisticsInContext, setUserContextInfo, setUserContextParam, startTransactioncountEntityLinks, createEntityLink, createEntityMedia, deleteEntityLink, deleteEntityMedia, deleteEntitySimplePropertyValue, executeChangeSet, existsEntity, existsEntityLink, getServiceDocumentProducer, getServiceInfo, getTimestampProperty, getTypeMapping, readEntityComplexProperty, readEntityLink, readEntityLinks, readEntityMedia, readEntitySimpleProperty, updateEntityComplexProperty, updateEntityLink, updateEntityMedia, updateEntitySimpleProperty, updateEntitySimplePropertyValuepublic CXSDataProvider(com.sap.gateway.core.api.srvrepo.IServiceInfo service)
public com.sap.gateway.core.api.provider.data.IDataProviderResponse readEntity(org.apache.olingo.odata2.api.uri.info.GetEntityUriInfo uriInfo,
org.apache.olingo.odata2.api.processor.ODataContext context)
throws org.apache.olingo.odata2.api.exception.ODataException
readEntity in interface com.sap.gateway.core.api.provider.data.IDataProviderreadEntity in class com.sap.gateway.core.api.provider.data.BaseDataProviderorg.apache.olingo.odata2.api.exception.ODataExceptionpublic com.sap.gateway.core.api.provider.data.IDataProviderResponse countEntitySet(org.apache.olingo.odata2.api.uri.info.GetEntitySetCountUriInfo uriInfo,
org.apache.olingo.odata2.api.processor.ODataContext context)
throws org.apache.olingo.odata2.api.exception.ODataException
countEntitySet in interface com.sap.gateway.core.api.provider.data.IDataProvidercountEntitySet in class com.sap.gateway.core.api.provider.data.BaseDataProviderorg.apache.olingo.odata2.api.exception.ODataExceptionpublic com.sap.gateway.core.api.provider.data.IDataProviderResponse readEntitySet(org.apache.olingo.odata2.api.uri.info.GetEntitySetUriInfo uriInfo,
org.apache.olingo.odata2.api.processor.ODataContext context)
throws org.apache.olingo.odata2.api.exception.ODataException
readEntitySet in interface com.sap.gateway.core.api.provider.data.IDataProviderreadEntitySet in class com.sap.gateway.core.api.provider.data.BaseDataProviderorg.apache.olingo.odata2.api.exception.ODataExceptionpublic com.sap.gateway.core.api.provider.data.IDataProviderResponse createEntity(org.apache.olingo.odata2.api.uri.info.PostUriInfo uriInfo,
org.apache.olingo.odata2.api.ep.entry.ODataEntry content,
String requestContentType,
org.apache.olingo.odata2.api.ep.EntityProviderWriteProperties.ODataEntityProviderPropertiesBuilder providerPropertiesBuilder,
org.apache.olingo.odata2.api.processor.ODataContext context)
throws org.apache.olingo.odata2.api.exception.ODataException
createEntity in interface com.sap.gateway.core.api.provider.data.IDataProvidercreateEntity in class com.sap.gateway.core.api.provider.data.BaseDataProviderorg.apache.olingo.odata2.api.exception.ODataExceptionpublic com.sap.gateway.core.api.provider.data.IDataProviderResponse updateEntity(org.apache.olingo.odata2.api.uri.info.PutMergePatchUriInfo uriInfo,
org.apache.olingo.odata2.api.ep.entry.ODataEntry content,
String requestContentType,
boolean merge,
org.apache.olingo.odata2.api.processor.ODataContext context)
throws org.apache.olingo.odata2.api.exception.ODataException
updateEntity in interface com.sap.gateway.core.api.provider.data.IDataProviderupdateEntity in class com.sap.gateway.core.api.provider.data.BaseDataProviderorg.apache.olingo.odata2.api.exception.ODataExceptionpublic com.sap.gateway.core.api.provider.data.IDataProviderResponse deleteEntity(org.apache.olingo.odata2.api.uri.info.DeleteUriInfo uriInfo,
org.apache.olingo.odata2.api.processor.ODataContext context)
throws org.apache.olingo.odata2.api.exception.ODataException
deleteEntity in interface com.sap.gateway.core.api.provider.data.IDataProviderdeleteEntity in class com.sap.gateway.core.api.provider.data.BaseDataProviderorg.apache.olingo.odata2.api.exception.ODataExceptionpublic List<com.sap.gateway.core.api.batch.IBatchResult> executeBatch(List<com.sap.gateway.core.api.batch.IBatchTask> batchTasks, org.apache.olingo.odata2.api.processor.ODataContext context) throws org.apache.olingo.odata2.api.exception.ODataException
executeBatch in interface com.sap.gateway.core.api.provider.data.IDataProviderexecuteBatch in class com.sap.gateway.core.api.provider.data.BaseDataProviderorg.apache.olingo.odata2.api.exception.ODataExceptionpublic com.sap.gateway.core.api.provider.data.IDataProviderResponse executeFunctionImport(org.apache.olingo.odata2.api.uri.info.GetFunctionImportUriInfo uriInfo,
org.apache.olingo.odata2.api.processor.ODataContext context)
throws org.apache.olingo.odata2.api.exception.ODataException
executeFunctionImport in interface com.sap.gateway.core.api.provider.data.IDataProviderexecuteFunctionImport in class com.sap.gateway.core.api.provider.data.BaseDataProviderorg.apache.olingo.odata2.api.exception.ODataExceptionpublic com.sap.gateway.core.api.provider.data.IDataProviderResponse readExpandedEntitySet(org.apache.olingo.odata2.api.uri.info.GetEntitySetUriInfo uriInfo,
org.apache.olingo.odata2.api.processor.ODataContext context)
throws org.apache.olingo.odata2.api.exception.ODataException
readExpandedEntitySet in interface com.sap.gateway.core.api.provider.data.IDataProviderreadExpandedEntitySet in class com.sap.gateway.core.api.provider.data.BaseDataProviderorg.apache.olingo.odata2.api.exception.ODataExceptionpublic com.sap.gateway.core.api.provider.data.IDataProviderResponse readExpandedEntity(org.apache.olingo.odata2.api.uri.info.GetEntityUriInfo uriInfo,
org.apache.olingo.odata2.api.processor.ODataContext context)
throws org.apache.olingo.odata2.api.exception.ODataException
readExpandedEntity in interface com.sap.gateway.core.api.provider.data.IDataProviderreadExpandedEntity in class com.sap.gateway.core.api.provider.data.BaseDataProviderorg.apache.olingo.odata2.api.exception.ODataExceptionCopyright © 2020 SAP. All Rights Reserved.