public class DefaultCostCenterTestServiceBatchChangeSet extends BatchChangeSetFluentHelperBasic<CostCenterTestServiceBatch,CostCenterTestServiceBatchChangeSet> implements CostCenterTestServiceBatchChangeSet
CostCenterTestServiceBatchChangeSet
interface, enabling you to combine multiple
operations into one changeset. For further information have a look into the
CostCenterTestService
.Modifier and Type | Method and Description |
---|---|
CostCenterTestServiceBatchChangeSet |
createCostCenter(CostCenter costCenter)
Create a new
CostCenter
entity and save it to the S/4HANA system. |
CostCenterTestServiceBatchChangeSet |
createCostCenterText(CostCenterText costCenterText)
Create a new
CostCenterText entity and save it to the S/4HANA system. |
CostCenterTestServiceBatchChangeSet |
deleteCostCenter(CostCenter costCenter)
Deletes an existing
CostCenter entity in the S/4HANA system. |
CostCenterTestServiceBatchChangeSet |
deleteCostCenterText(CostCenterText costCenterText)
Deletes an existing
CostCenterText entity in the S/4HANA system. |
protected DefaultCostCenterTestServiceBatchChangeSet |
getThis()
Method to safely return the current fluent helper instance upon public method calls.
|
CostCenterTestServiceBatchChangeSet |
updateCostCenter(CostCenter costCenter)
Update an existing
CostCenter entity and save it to the S/4HANA system. |
CostCenterTestServiceBatchChangeSet |
updateCostCenterText(CostCenterText costCenterText)
Update an existing
CostCenterText entity and save it to the S/4HANA system. |
addRequestCreate, addRequestDelete, addRequestUpdate, endChangeSet
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
endChangeSet
@Nonnull protected DefaultCostCenterTestServiceBatchChangeSet getThis()
getThis
in class BatchChangeSetFluentHelperBasic<CostCenterTestServiceBatch,CostCenterTestServiceBatchChangeSet>
@Nonnull public CostCenterTestServiceBatchChangeSet createCostCenter(@Nonnull CostCenter costCenter)
CostCenter
entity and save it to the S/4HANA system.createCostCenter
in interface CostCenterTestServiceBatchChangeSet
costCenter
- CostCenter
entity object that will be created in the S/4HANA system.endChangeSet
on the returned fluent helper object.@Nonnull public CostCenterTestServiceBatchChangeSet updateCostCenter(@Nonnull CostCenter costCenter)
CostCenter
entity and save it to the S/4HANA system.updateCostCenter
in interface CostCenterTestServiceBatchChangeSet
costCenter
- CostCenter
entity object that will be updated in the S/4HANA system.endChangeSet
on the returned fluent helper object.@Nonnull public CostCenterTestServiceBatchChangeSet deleteCostCenter(@Nonnull CostCenter costCenter)
CostCenter
entity in the S/4HANA system.deleteCostCenter
in interface CostCenterTestServiceBatchChangeSet
costCenter
- CostCenter
entity object that will be deleted in the S/4HANA system.endChangeSet
on the returned fluent helper object.@Nonnull public CostCenterTestServiceBatchChangeSet createCostCenterText(@Nonnull CostCenterText costCenterText)
CostCenterText
entity and save it to the S/4HANA system.createCostCenterText
in interface CostCenterTestServiceBatchChangeSet
costCenterText
- CostCenterText
entity object that will be created in the S/4HANA system.endChangeSet
on the returned fluent helper object.@Nonnull public CostCenterTestServiceBatchChangeSet updateCostCenterText(@Nonnull CostCenterText costCenterText)
CostCenterText
entity and save it to the S/4HANA system.updateCostCenterText
in interface CostCenterTestServiceBatchChangeSet
costCenterText
- CostCenterText
entity object that will be updated in the S/4HANA system.endChangeSet
on the returned fluent helper object.@Nonnull public CostCenterTestServiceBatchChangeSet deleteCostCenterText(@Nonnull CostCenterText costCenterText)
CostCenterText
entity in the S/4HANA system.deleteCostCenterText
in interface CostCenterTestServiceBatchChangeSet
costCenterText
- CostCenterText
entity object that will be deleted in the S/4HANA system.endChangeSet
on the returned fluent helper object.Copyright © 2021 SAP SE. All rights reserved.