Class DefaultCostRateServiceBatchChangeSet
java.lang.Object
com.sap.cloud.sdk.datamodel.odata.helper.batch.BatchChangeSetFluentHelperBasic<CostRateServiceBatch,CostRateServiceBatchChangeSet>
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.costrate.batch.DefaultCostRateServiceBatchChangeSet
- All Implemented Interfaces:
FluentHelperBatchChangeSet<CostRateServiceBatchChangeSet>,FluentHelperBatchEndChangeSet<CostRateServiceBatch>,CostRateServiceBatchChangeSet
public class DefaultCostRateServiceBatchChangeSet
extends BatchChangeSetFluentHelperBasic<CostRateServiceBatch,CostRateServiceBatchChangeSet>
implements CostRateServiceBatchChangeSet
Implementation of the
CostRateServiceBatchChangeSet interface, enabling you to combine multiple operations
into one changeset. For further information have a look into the
CostRateService.-
Method Summary
Modifier and TypeMethodDescriptioncreateActualCostRate(ActualCostRate actualCostRate) Create a newActualCostRateentity and save it to the S/4HANA system.createPlanCostRate(PlanCostRate planCostRate) Create a newPlanCostRateentity and save it to the S/4HANA system.createServiceCostRate(ServiceCostRate serviceCostRate) Create a newServiceCostRateentity and save it to the S/4HANA system.deleteActualCostRate(ActualCostRate actualCostRate) Deletes an existingActualCostRateentity in the S/4HANA system.deletePlanCostRate(PlanCostRate planCostRate) Deletes an existingPlanCostRateentity in the S/4HANA system.deleteServiceCostRate(ServiceCostRate serviceCostRate) Deletes an existingServiceCostRateentity in the S/4HANA system.protected DefaultCostRateServiceBatchChangeSetgetThis()updateActualCostRate(ActualCostRate actualCostRate) Update an existingActualCostRateentity and save it to the S/4HANA system.updatePlanCostRate(PlanCostRate planCostRate) Update an existingPlanCostRateentity and save it to the S/4HANA system.updateServiceCostRate(ServiceCostRate serviceCostRate) Update an existingServiceCostRateentity and save it to the S/4HANA system.Methods inherited from class com.sap.cloud.sdk.datamodel.odata.helper.batch.BatchChangeSetFluentHelperBasic
addFunctionImport, addRequest, addRequest, addRequest, addRequestCreate, addRequestDelete, addRequestUpdate, endChangeSetMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.sap.cloud.sdk.datamodel.odata.helper.batch.FluentHelperBatchChangeSet
addFunctionImportMethods inherited from interface com.sap.cloud.sdk.datamodel.odata.helper.batch.FluentHelperBatchEndChangeSet
endChangeSet
-
Method Details
-
getThis
- Specified by:
getThisin classBatchChangeSetFluentHelperBasic<CostRateServiceBatch,CostRateServiceBatchChangeSet>
-
createActualCostRate
@Nonnull public CostRateServiceBatchChangeSet createActualCostRate(@Nonnull ActualCostRate actualCostRate) Description copied from interface:CostRateServiceBatchChangeSetCreate a newActualCostRateentity and save it to the S/4HANA system.- Specified by:
createActualCostRatein interfaceCostRateServiceBatchChangeSet- Parameters:
actualCostRate-ActualCostRateentity object that will be created in the S/4HANA system.- Returns:
- This fluent helper to continue adding operations to the change set. To finalize the current change set
call
endChangeSeton the returned fluent helper object.
-
updateActualCostRate
@Nonnull public CostRateServiceBatchChangeSet updateActualCostRate(@Nonnull ActualCostRate actualCostRate) Description copied from interface:CostRateServiceBatchChangeSetUpdate an existingActualCostRateentity and save it to the S/4HANA system.- Specified by:
updateActualCostRatein interfaceCostRateServiceBatchChangeSet- Parameters:
actualCostRate-ActualCostRateentity object that will be updated in the S/4HANA system.- Returns:
- This fluent helper to continue adding operations to the change set. To finalize the current change set
call
endChangeSeton the returned fluent helper object.
-
deleteActualCostRate
@Nonnull public CostRateServiceBatchChangeSet deleteActualCostRate(@Nonnull ActualCostRate actualCostRate) Description copied from interface:CostRateServiceBatchChangeSetDeletes an existingActualCostRateentity in the S/4HANA system.- Specified by:
deleteActualCostRatein interfaceCostRateServiceBatchChangeSet- Parameters:
actualCostRate-ActualCostRateentity object that will be deleted in the S/4HANA system.- Returns:
- This fluent helper to continue adding operations to the change set. To finalize the current change set
call
endChangeSeton the returned fluent helper object.
-
createPlanCostRate
@Nonnull public CostRateServiceBatchChangeSet createPlanCostRate(@Nonnull PlanCostRate planCostRate) Description copied from interface:CostRateServiceBatchChangeSetCreate a newPlanCostRateentity and save it to the S/4HANA system.- Specified by:
createPlanCostRatein interfaceCostRateServiceBatchChangeSet- Parameters:
planCostRate-PlanCostRateentity object that will be created in the S/4HANA system.- Returns:
- This fluent helper to continue adding operations to the change set. To finalize the current change set
call
endChangeSeton the returned fluent helper object.
-
updatePlanCostRate
@Nonnull public CostRateServiceBatchChangeSet updatePlanCostRate(@Nonnull PlanCostRate planCostRate) Description copied from interface:CostRateServiceBatchChangeSetUpdate an existingPlanCostRateentity and save it to the S/4HANA system.- Specified by:
updatePlanCostRatein interfaceCostRateServiceBatchChangeSet- Parameters:
planCostRate-PlanCostRateentity object that will be updated in the S/4HANA system.- Returns:
- This fluent helper to continue adding operations to the change set. To finalize the current change set
call
endChangeSeton the returned fluent helper object.
-
deletePlanCostRate
@Nonnull public CostRateServiceBatchChangeSet deletePlanCostRate(@Nonnull PlanCostRate planCostRate) Description copied from interface:CostRateServiceBatchChangeSetDeletes an existingPlanCostRateentity in the S/4HANA system.- Specified by:
deletePlanCostRatein interfaceCostRateServiceBatchChangeSet- Parameters:
planCostRate-PlanCostRateentity object that will be deleted in the S/4HANA system.- Returns:
- This fluent helper to continue adding operations to the change set. To finalize the current change set
call
endChangeSeton the returned fluent helper object.
-
createServiceCostRate
@Nonnull public CostRateServiceBatchChangeSet createServiceCostRate(@Nonnull ServiceCostRate serviceCostRate) Description copied from interface:CostRateServiceBatchChangeSetCreate a newServiceCostRateentity and save it to the S/4HANA system.- Specified by:
createServiceCostRatein interfaceCostRateServiceBatchChangeSet- Parameters:
serviceCostRate-ServiceCostRateentity object that will be created in the S/4HANA system.- Returns:
- This fluent helper to continue adding operations to the change set. To finalize the current change set
call
endChangeSeton the returned fluent helper object.
-
updateServiceCostRate
@Nonnull public CostRateServiceBatchChangeSet updateServiceCostRate(@Nonnull ServiceCostRate serviceCostRate) Description copied from interface:CostRateServiceBatchChangeSetUpdate an existingServiceCostRateentity and save it to the S/4HANA system.- Specified by:
updateServiceCostRatein interfaceCostRateServiceBatchChangeSet- Parameters:
serviceCostRate-ServiceCostRateentity object that will be updated in the S/4HANA system.- Returns:
- This fluent helper to continue adding operations to the change set. To finalize the current change set
call
endChangeSeton the returned fluent helper object.
-
deleteServiceCostRate
@Nonnull public CostRateServiceBatchChangeSet deleteServiceCostRate(@Nonnull ServiceCostRate serviceCostRate) Description copied from interface:CostRateServiceBatchChangeSetDeletes an existingServiceCostRateentity in the S/4HANA system.- Specified by:
deleteServiceCostRatein interfaceCostRateServiceBatchChangeSet- Parameters:
serviceCostRate-ServiceCostRateentity object that will be deleted in the S/4HANA system.- Returns:
- This fluent helper to continue adding operations to the change set. To finalize the current change set
call
endChangeSeton the returned fluent helper object.
-