public class DefaultSalesContractServiceBatchChangeSet extends BatchChangeSetFluentHelperBasic<SalesContractServiceBatch,SalesContractServiceBatchChangeSet> implements SalesContractServiceBatchChangeSet
SalesContractServiceBatchChangeSet
interface, enabling you to combine multiple
operations into one changeset. For further information have a look into the
SalesContractService
.addRequestCreate, addRequestDelete, addRequestUpdate, endChangeSet
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
endChangeSet
@Nonnull protected DefaultSalesContractServiceBatchChangeSet getThis()
getThis
in class BatchChangeSetFluentHelperBasic<SalesContractServiceBatch,SalesContractServiceBatchChangeSet>
@Nonnull public SalesContractServiceBatchChangeSet createSalesContract(@Nonnull SalesContract salesContract)
SalesContract
entity and save it to the S/4HANA system.createSalesContract
in interface SalesContractServiceBatchChangeSet
salesContract
- SalesContract
entity object that will be created in the S/4HANA system.endChangeSet
on the returned fluent helper object.@Nonnull public SalesContractServiceBatchChangeSet updateSalesContract(@Nonnull SalesContract salesContract)
SalesContract
entity and save it to the S/4HANA system.updateSalesContract
in interface SalesContractServiceBatchChangeSet
salesContract
- SalesContract
entity object that will be updated in the S/4HANA system.endChangeSet
on the returned fluent helper object.@Nonnull public SalesContractServiceBatchChangeSet deleteSalesContract(@Nonnull SalesContract salesContract)
SalesContract
entity in the S/4HANA system.deleteSalesContract
in interface SalesContractServiceBatchChangeSet
salesContract
- SalesContract
entity object that will be deleted in the S/4HANA system.endChangeSet
on the returned fluent helper object.@Nonnull public SalesContractServiceBatchChangeSet createSalesContractItem(@Nonnull SalesContractItem salesContractItem)
SalesContractItem
entity and save it to the S/4HANA system.createSalesContractItem
in interface SalesContractServiceBatchChangeSet
salesContractItem
- SalesContractItem
entity object that will be created in the S/4HANA system.endChangeSet
on the returned fluent helper object.@Nonnull public SalesContractServiceBatchChangeSet updateSalesContractItem(@Nonnull SalesContractItem salesContractItem)
SalesContractItem
entity and save it to the S/4HANA system.updateSalesContractItem
in interface SalesContractServiceBatchChangeSet
salesContractItem
- SalesContractItem
entity object that will be updated in the S/4HANA system.endChangeSet
on the returned fluent helper object.@Nonnull public SalesContractServiceBatchChangeSet deleteSalesContractItem(@Nonnull SalesContractItem salesContractItem)
SalesContractItem
entity in the S/4HANA system.deleteSalesContractItem
in interface SalesContractServiceBatchChangeSet
salesContractItem
- SalesContractItem
entity object that will be deleted in the S/4HANA system.endChangeSet
on the returned fluent helper object.@Nonnull public SalesContractServiceBatchChangeSet updateSalesContractItemPartner(@Nonnull SalesContractItemPartner salesContractItemPartner)
SalesContractItemPartner
entity and save it to the S/4HANA system.updateSalesContractItemPartner
in interface SalesContractServiceBatchChangeSet
salesContractItemPartner
- SalesContractItemPartner
entity object that will be updated in the S/4HANA system.endChangeSet
on the returned fluent helper object.@Nonnull public SalesContractServiceBatchChangeSet deleteSalesContractItemPartner(@Nonnull SalesContractItemPartner salesContractItemPartner)
SalesContractItemPartner
entity in the S/4HANA system.deleteSalesContractItemPartner
in interface SalesContractServiceBatchChangeSet
salesContractItemPartner
- SalesContractItemPartner
entity object that will be deleted in the S/4HANA system.endChangeSet
on the returned fluent helper object.@Nonnull public SalesContractServiceBatchChangeSet updateSalesContractItemPrcgElmnt(@Nonnull SalesContractItemPrcgElmnt salesContractItemPrcgElmnt)
SalesContractItemPrcgElmnt
entity and save it to the S/4HANA system.updateSalesContractItemPrcgElmnt
in interface SalesContractServiceBatchChangeSet
salesContractItemPrcgElmnt
- SalesContractItemPrcgElmnt
entity object that will be updated in the S/4HANA system.endChangeSet
on the returned fluent helper object.@Nonnull public SalesContractServiceBatchChangeSet deleteSalesContractItemPrcgElmnt(@Nonnull SalesContractItemPrcgElmnt salesContractItemPrcgElmnt)
SalesContractItemPrcgElmnt
entity in the S/4HANA system.deleteSalesContractItemPrcgElmnt
in interface SalesContractServiceBatchChangeSet
salesContractItemPrcgElmnt
- SalesContractItemPrcgElmnt
entity object that will be deleted in the S/4HANA system.endChangeSet
on the returned fluent helper object.@Nonnull public SalesContractServiceBatchChangeSet updateSalesContractPartner(@Nonnull SalesContractPartner salesContractPartner)
SalesContractPartner
entity and save it to the S/4HANA system.updateSalesContractPartner
in interface SalesContractServiceBatchChangeSet
salesContractPartner
- SalesContractPartner
entity object that will be updated in the S/4HANA system.endChangeSet
on the returned fluent helper object.@Nonnull public SalesContractServiceBatchChangeSet deleteSalesContractPartner(@Nonnull SalesContractPartner salesContractPartner)
SalesContractPartner
entity in the S/4HANA system.deleteSalesContractPartner
in interface SalesContractServiceBatchChangeSet
salesContractPartner
- SalesContractPartner
entity object that will be deleted in the S/4HANA system.endChangeSet
on the returned fluent helper object.@Nonnull public SalesContractServiceBatchChangeSet updateSalesContractPrcgElmnt(@Nonnull SalesContractPrcgElmnt salesContractPrcgElmnt)
SalesContractPrcgElmnt
entity and save it to the S/4HANA system.updateSalesContractPrcgElmnt
in interface SalesContractServiceBatchChangeSet
salesContractPrcgElmnt
- SalesContractPrcgElmnt
entity object that will be updated in the S/4HANA system.endChangeSet
on the returned fluent helper object.@Nonnull public SalesContractServiceBatchChangeSet deleteSalesContractPrcgElmnt(@Nonnull SalesContractPrcgElmnt salesContractPrcgElmnt)
SalesContractPrcgElmnt
entity in the S/4HANA system.deleteSalesContractPrcgElmnt
in interface SalesContractServiceBatchChangeSet
salesContractPrcgElmnt
- SalesContractPrcgElmnt
entity object that will be deleted in the S/4HANA system.endChangeSet
on the returned fluent helper object.Copyright © 2019 SAP SE. All rights reserved.