Interface EquipmentServiceBatchChangeSet
- All Superinterfaces:
FluentHelperBatchChangeSet<EquipmentServiceBatchChangeSet>,FluentHelperBatchEndChangeSet<EquipmentServiceBatch>
- All Known Implementing Classes:
DefaultEquipmentServiceBatchChangeSet
public interface EquipmentServiceBatchChangeSet
extends FluentHelperBatchChangeSet<EquipmentServiceBatchChangeSet>, FluentHelperBatchEndChangeSet<EquipmentServiceBatch>
This interface enables you to combine multiple operations into one change set. For further information have a look
into the
EquipmentService.-
Method Summary
Modifier and TypeMethodDescriptioncreateEquipClassCharacteristicValue(EquipClassCharacteristicValue equipClassCharacteristicValue) Create a newEquipClassCharacteristicValueentity and save it to the S/4HANA system.createEquipment(Equipment equipment) Create a newEquipmententity and save it to the S/4HANA system.createEquipmentClass(EquipmentClass equipmentClass) Create a newEquipmentClassentity and save it to the S/4HANA system.createEquipmentClassCharacteristic(EquipmentClassCharacteristic equipmentClassCharacteristic) Create a newEquipmentClassCharacteristicentity and save it to the S/4HANA system.createEquipmentLongText(EquipmentLongText equipmentLongText) Create a newEquipmentLongTextentity and save it to the S/4HANA system.createEquipmentPartner(EquipmentPartner equipmentPartner) Create a newEquipmentPartnerentity and save it to the S/4HANA system.createEquipmentWarranty(EquipmentWarranty equipmentWarranty) Create a newEquipmentWarrantyentity and save it to the S/4HANA system.deleteEquipmentClass(EquipmentClass equipmentClass) Deletes an existingEquipmentClassentity in the S/4HANA system.updateEquipClassCharacteristicValue(EquipClassCharacteristicValue equipClassCharacteristicValue) Update an existingEquipClassCharacteristicValueentity and save it to the S/4HANA system.updateEquipment(Equipment equipment) Update an existingEquipmententity and save it to the S/4HANA system.updateEquipmentClass(EquipmentClass equipmentClass) Update an existingEquipmentClassentity and save it to the S/4HANA system.updateEquipmentLongText(EquipmentLongText equipmentLongText) Update an existingEquipmentLongTextentity and save it to the S/4HANA system.updateEquipmentPartner(EquipmentPartner equipmentPartner) Update an existingEquipmentPartnerentity and save it to the S/4HANA system.updateEquipmentWarranty(EquipmentWarranty equipmentWarranty) Update an existingEquipmentWarrantyentity and save it to the S/4HANA system.Methods 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
-
createEquipment
Create a newEquipmententity and save it to the S/4HANA system.- Parameters:
equipment-Equipmententity 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.
-
updateEquipment
Update an existingEquipmententity and save it to the S/4HANA system.- Parameters:
equipment-Equipmententity 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.
-
createEquipClassCharacteristicValue
@Nonnull EquipmentServiceBatchChangeSet createEquipClassCharacteristicValue(@Nonnull EquipClassCharacteristicValue equipClassCharacteristicValue) Create a newEquipClassCharacteristicValueentity and save it to the S/4HANA system.- Parameters:
equipClassCharacteristicValue-EquipClassCharacteristicValueentity 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.
-
updateEquipClassCharacteristicValue
@Nonnull EquipmentServiceBatchChangeSet updateEquipClassCharacteristicValue(@Nonnull EquipClassCharacteristicValue equipClassCharacteristicValue) Update an existingEquipClassCharacteristicValueentity and save it to the S/4HANA system.- Parameters:
equipClassCharacteristicValue-EquipClassCharacteristicValueentity 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.
-
createEquipmentClass
@Nonnull EquipmentServiceBatchChangeSet createEquipmentClass(@Nonnull EquipmentClass equipmentClass) Create a newEquipmentClassentity and save it to the S/4HANA system.- Parameters:
equipmentClass-EquipmentClassentity 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.
-
updateEquipmentClass
@Nonnull EquipmentServiceBatchChangeSet updateEquipmentClass(@Nonnull EquipmentClass equipmentClass) Update an existingEquipmentClassentity and save it to the S/4HANA system.- Parameters:
equipmentClass-EquipmentClassentity 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.
-
deleteEquipmentClass
@Nonnull EquipmentServiceBatchChangeSet deleteEquipmentClass(@Nonnull EquipmentClass equipmentClass) Deletes an existingEquipmentClassentity in the S/4HANA system.- Parameters:
equipmentClass-EquipmentClassentity 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.
-
createEquipmentClassCharacteristic
@Nonnull EquipmentServiceBatchChangeSet createEquipmentClassCharacteristic(@Nonnull EquipmentClassCharacteristic equipmentClassCharacteristic) Create a newEquipmentClassCharacteristicentity and save it to the S/4HANA system.- Parameters:
equipmentClassCharacteristic-EquipmentClassCharacteristicentity 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.
-
createEquipmentLongText
@Nonnull EquipmentServiceBatchChangeSet createEquipmentLongText(@Nonnull EquipmentLongText equipmentLongText) Create a newEquipmentLongTextentity and save it to the S/4HANA system.- Parameters:
equipmentLongText-EquipmentLongTextentity 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.
-
updateEquipmentLongText
@Nonnull EquipmentServiceBatchChangeSet updateEquipmentLongText(@Nonnull EquipmentLongText equipmentLongText) Update an existingEquipmentLongTextentity and save it to the S/4HANA system.- Parameters:
equipmentLongText-EquipmentLongTextentity 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.
-
createEquipmentPartner
@Nonnull EquipmentServiceBatchChangeSet createEquipmentPartner(@Nonnull EquipmentPartner equipmentPartner) Create a newEquipmentPartnerentity and save it to the S/4HANA system.- Parameters:
equipmentPartner-EquipmentPartnerentity 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.
-
updateEquipmentPartner
@Nonnull EquipmentServiceBatchChangeSet updateEquipmentPartner(@Nonnull EquipmentPartner equipmentPartner) Update an existingEquipmentPartnerentity and save it to the S/4HANA system.- Parameters:
equipmentPartner-EquipmentPartnerentity 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.
-
createEquipmentWarranty
@Nonnull EquipmentServiceBatchChangeSet createEquipmentWarranty(@Nonnull EquipmentWarranty equipmentWarranty) Create a newEquipmentWarrantyentity and save it to the S/4HANA system.- Parameters:
equipmentWarranty-EquipmentWarrantyentity 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.
-
updateEquipmentWarranty
@Nonnull EquipmentServiceBatchChangeSet updateEquipmentWarranty(@Nonnull EquipmentWarranty equipmentWarranty) Update an existingEquipmentWarrantyentity and save it to the S/4HANA system.- Parameters:
equipmentWarranty-EquipmentWarrantyentity 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.
-