public class DefaultCostRateServiceBatchChangeSet extends BatchChangeSetFluentHelperBasic<CostRateServiceBatch,CostRateServiceBatchChangeSet> implements CostRateServiceBatchChangeSet
CostRateServiceBatchChangeSet
interface, enabling you to combine multiple operations
into one changeset. For further information have a look into the
CostRateService
.Modifier and Type | Method and Description |
---|---|
CostRateServiceBatchChangeSet |
createActualCostRate(ActualCostRate actualCostRate)
Create a new
ActualCostRate
entity and save it to the S/4HANA system. |
CostRateServiceBatchChangeSet |
createPlanCostRate(PlanCostRate planCostRate)
Create a new
PlanCostRate
entity and save it to the S/4HANA system. |
CostRateServiceBatchChangeSet |
createServiceCostRate(ServiceCostRate serviceCostRate)
Create a new
ServiceCostRate
entity and save it to the S/4HANA system. |
CostRateServiceBatchChangeSet |
deleteActualCostRate(ActualCostRate actualCostRate)
Deletes an existing
ActualCostRate entity in the S/4HANA system. |
CostRateServiceBatchChangeSet |
deletePlanCostRate(PlanCostRate planCostRate)
Deletes an existing
PlanCostRate entity in the S/4HANA system. |
CostRateServiceBatchChangeSet |
deleteServiceCostRate(ServiceCostRate serviceCostRate)
Deletes an existing
ServiceCostRate entity in the S/4HANA system. |
protected DefaultCostRateServiceBatchChangeSet |
getThis()
Method to safely return the current fluent helper instance upon public method calls.
|
CostRateServiceBatchChangeSet |
updateActualCostRate(ActualCostRate actualCostRate)
Update an existing
ActualCostRate entity and save it to the S/4HANA system. |
CostRateServiceBatchChangeSet |
updatePlanCostRate(PlanCostRate planCostRate)
Update an existing
PlanCostRate
entity and save it to the S/4HANA system. |
CostRateServiceBatchChangeSet |
updateServiceCostRate(ServiceCostRate serviceCostRate)
Update an existing
ServiceCostRate 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 DefaultCostRateServiceBatchChangeSet getThis()
getThis
in class BatchChangeSetFluentHelperBasic<CostRateServiceBatch,CostRateServiceBatchChangeSet>
@Nonnull public CostRateServiceBatchChangeSet createActualCostRate(@Nonnull ActualCostRate actualCostRate)
ActualCostRate
entity and save it to the S/4HANA system.createActualCostRate
in interface CostRateServiceBatchChangeSet
actualCostRate
- ActualCostRate
entity object that will be created in the S/4HANA system.endChangeSet
on the returned fluent helper object.@Nonnull public CostRateServiceBatchChangeSet updateActualCostRate(@Nonnull ActualCostRate actualCostRate)
ActualCostRate
entity and save it to the S/4HANA system.updateActualCostRate
in interface CostRateServiceBatchChangeSet
actualCostRate
- ActualCostRate
entity object that will be updated in the S/4HANA system.endChangeSet
on the returned fluent helper object.@Nonnull public CostRateServiceBatchChangeSet deleteActualCostRate(@Nonnull ActualCostRate actualCostRate)
ActualCostRate
entity in the S/4HANA system.deleteActualCostRate
in interface CostRateServiceBatchChangeSet
actualCostRate
- ActualCostRate
entity object that will be deleted in the S/4HANA system.endChangeSet
on the returned fluent helper object.@Nonnull public CostRateServiceBatchChangeSet createPlanCostRate(@Nonnull PlanCostRate planCostRate)
PlanCostRate
entity and save it to the S/4HANA system.createPlanCostRate
in interface CostRateServiceBatchChangeSet
planCostRate
- PlanCostRate
entity
object that will be created in the S/4HANA system.endChangeSet
on the returned fluent helper object.@Nonnull public CostRateServiceBatchChangeSet updatePlanCostRate(@Nonnull PlanCostRate planCostRate)
PlanCostRate
entity and save it to the S/4HANA system.updatePlanCostRate
in interface CostRateServiceBatchChangeSet
planCostRate
- PlanCostRate
entity
object that will be updated in the S/4HANA system.endChangeSet
on the returned fluent helper object.@Nonnull public CostRateServiceBatchChangeSet deletePlanCostRate(@Nonnull PlanCostRate planCostRate)
PlanCostRate
entity in the S/4HANA system.deletePlanCostRate
in interface CostRateServiceBatchChangeSet
planCostRate
- PlanCostRate
entity
object that will be deleted in the S/4HANA system.endChangeSet
on the returned fluent helper object.@Nonnull public CostRateServiceBatchChangeSet createServiceCostRate(@Nonnull ServiceCostRate serviceCostRate)
ServiceCostRate
entity and save it to the S/4HANA system.createServiceCostRate
in interface CostRateServiceBatchChangeSet
serviceCostRate
- ServiceCostRate
entity object that will be created in the S/4HANA system.endChangeSet
on the returned fluent helper object.@Nonnull public CostRateServiceBatchChangeSet updateServiceCostRate(@Nonnull ServiceCostRate serviceCostRate)
ServiceCostRate
entity and save it to the S/4HANA system.updateServiceCostRate
in interface CostRateServiceBatchChangeSet
serviceCostRate
- ServiceCostRate
entity object that will be updated in the S/4HANA system.endChangeSet
on the returned fluent helper object.@Nonnull public CostRateServiceBatchChangeSet deleteServiceCostRate(@Nonnull ServiceCostRate serviceCostRate)
ServiceCostRate
entity in the S/4HANA system.deleteServiceCostRate
in interface CostRateServiceBatchChangeSet
serviceCostRate
- ServiceCostRate
entity object that will be deleted in the S/4HANA system.endChangeSet
on the returned fluent helper object.Copyright © 2020 SAP SE. All rights reserved.