Interface EquipmentServiceBatchChangeSet

All Superinterfaces:
FluentHelperBatchChangeSet<EquipmentServiceBatchChangeSet>, FluentHelperBatchEndChangeSet<EquipmentServiceBatch>
All Known Implementing Classes:
DefaultEquipmentServiceBatchChangeSet

This interface enables you to combine multiple operations into one change set. For further information have a look into the EquipmentService.
  • Method Details

    • createEquipment

      @Nonnull EquipmentServiceBatchChangeSet createEquipment(@Nonnull Equipment equipment)
      Create a new Equipment entity and save it to the S/4HANA system.
      Parameters:
      equipment - Equipment entity 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 endChangeSet on the returned fluent helper object.
    • updateEquipment

      @Nonnull EquipmentServiceBatchChangeSet updateEquipment(@Nonnull Equipment equipment)
      Update an existing Equipment entity and save it to the S/4HANA system.
      Parameters:
      equipment - Equipment entity 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 endChangeSet on the returned fluent helper object.
    • createEquipClassCharacteristicValue

      @Nonnull EquipmentServiceBatchChangeSet createEquipClassCharacteristicValue(@Nonnull EquipClassCharacteristicValue equipClassCharacteristicValue)
      Create a new EquipClassCharacteristicValue entity and save it to the S/4HANA system.
      Parameters:
      equipClassCharacteristicValue - EquipClassCharacteristicValue entity 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 endChangeSet on the returned fluent helper object.
    • updateEquipClassCharacteristicValue

      @Nonnull EquipmentServiceBatchChangeSet updateEquipClassCharacteristicValue(@Nonnull EquipClassCharacteristicValue equipClassCharacteristicValue)
      Update an existing EquipClassCharacteristicValue entity and save it to the S/4HANA system.
      Parameters:
      equipClassCharacteristicValue - EquipClassCharacteristicValue entity 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 endChangeSet on the returned fluent helper object.
    • createEquipmentClass

      @Nonnull EquipmentServiceBatchChangeSet createEquipmentClass(@Nonnull EquipmentClass equipmentClass)
      Create a new EquipmentClass entity and save it to the S/4HANA system.
      Parameters:
      equipmentClass - EquipmentClass entity 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 endChangeSet on the returned fluent helper object.
    • updateEquipmentClass

      @Nonnull EquipmentServiceBatchChangeSet updateEquipmentClass(@Nonnull EquipmentClass equipmentClass)
      Update an existing EquipmentClass entity and save it to the S/4HANA system.
      Parameters:
      equipmentClass - EquipmentClass entity 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 endChangeSet on the returned fluent helper object.
    • deleteEquipmentClass

      @Nonnull EquipmentServiceBatchChangeSet deleteEquipmentClass(@Nonnull EquipmentClass equipmentClass)
      Deletes an existing EquipmentClass entity in the S/4HANA system.
      Parameters:
      equipmentClass - EquipmentClass entity 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 endChangeSet on the returned fluent helper object.
    • createEquipmentClassCharacteristic

      @Nonnull EquipmentServiceBatchChangeSet createEquipmentClassCharacteristic(@Nonnull EquipmentClassCharacteristic equipmentClassCharacteristic)
      Create a new EquipmentClassCharacteristic entity and save it to the S/4HANA system.
      Parameters:
      equipmentClassCharacteristic - EquipmentClassCharacteristic entity 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 endChangeSet on the returned fluent helper object.
    • createEquipmentLongText

      @Nonnull EquipmentServiceBatchChangeSet createEquipmentLongText(@Nonnull EquipmentLongText equipmentLongText)
      Create a new EquipmentLongText entity and save it to the S/4HANA system.
      Parameters:
      equipmentLongText - EquipmentLongText entity 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 endChangeSet on the returned fluent helper object.
    • updateEquipmentLongText

      @Nonnull EquipmentServiceBatchChangeSet updateEquipmentLongText(@Nonnull EquipmentLongText equipmentLongText)
      Update an existing EquipmentLongText entity and save it to the S/4HANA system.
      Parameters:
      equipmentLongText - EquipmentLongText entity 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 endChangeSet on the returned fluent helper object.
    • createEquipmentPartner

      @Nonnull EquipmentServiceBatchChangeSet createEquipmentPartner(@Nonnull EquipmentPartner equipmentPartner)
      Create a new EquipmentPartner entity and save it to the S/4HANA system.
      Parameters:
      equipmentPartner - EquipmentPartner entity 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 endChangeSet on the returned fluent helper object.
    • updateEquipmentPartner

      @Nonnull EquipmentServiceBatchChangeSet updateEquipmentPartner(@Nonnull EquipmentPartner equipmentPartner)
      Update an existing EquipmentPartner entity and save it to the S/4HANA system.
      Parameters:
      equipmentPartner - EquipmentPartner entity 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 endChangeSet on the returned fluent helper object.
    • createEquipmentWarranty

      @Nonnull EquipmentServiceBatchChangeSet createEquipmentWarranty(@Nonnull EquipmentWarranty equipmentWarranty)
      Create a new EquipmentWarranty entity and save it to the S/4HANA system.
      Parameters:
      equipmentWarranty - EquipmentWarranty entity 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 endChangeSet on the returned fluent helper object.
    • updateEquipmentWarranty

      @Nonnull EquipmentServiceBatchChangeSet updateEquipmentWarranty(@Nonnull EquipmentWarranty equipmentWarranty)
      Update an existing EquipmentWarranty entity and save it to the S/4HANA system.
      Parameters:
      equipmentWarranty - EquipmentWarranty entity 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 endChangeSet on the returned fluent helper object.