public class DefaultSalesOrderServiceBatch extends BatchFluentHelperBasic<SalesOrderServiceBatch,SalesOrderServiceBatchChangeSet> implements SalesOrderServiceBatch
SalesOrderServiceBatch
interface exposed in the
SalesOrderService
, allowing you to create
multiple changesets and finally execute the batch request.Constructor and Description |
---|
DefaultSalesOrderServiceBatch(SalesOrderService service)
Creates a new instance of this DefaultSalesOrderServiceBatch.
|
Modifier and Type | Method and Description |
---|---|
SalesOrderServiceBatchChangeSet |
beginChangeSet()
Method to define a new OData batch changeset.
|
protected String |
getServicePathForBatchRequest()
Get the OData service endpoint path for the current OData batch request.
|
protected DefaultSalesOrderServiceBatch |
getThis()
Method to safely return the current fluent helper instance upon public method calls.
|
cachingMetadata, execute, execute, withoutCachingMetadata
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
cachingMetadata, withoutCachingMetadata
execute, execute
public DefaultSalesOrderServiceBatch(@Nonnull SalesOrderService service)
service
- The service to execute all operations in this changeset on.@Nonnull protected String getServicePathForBatchRequest()
DEFAULT_SERVICE_PATH
in the service class.getServicePathForBatchRequest
in class BatchFluentHelperBasic<SalesOrderServiceBatch,SalesOrderServiceBatchChangeSet>
@Nonnull protected DefaultSalesOrderServiceBatch getThis()
getThis
in class BatchFluentHelperBasic<SalesOrderServiceBatch,SalesOrderServiceBatchChangeSet>
@Nonnull public SalesOrderServiceBatchChangeSet beginChangeSet()
beginChangeSet
in interface FluentHelperServiceBatch<SalesOrderServiceBatch,SalesOrderServiceBatchChangeSet>
Copyright © 2019 SAP SE. All rights reserved.