Interface MaintenancePlanServiceBatchChangeSet
- All Superinterfaces:
FluentHelperBatchChangeSet<MaintenancePlanServiceBatchChangeSet>,FluentHelperBatchEndChangeSet<MaintenancePlanServiceBatch>
- All Known Implementing Classes:
DefaultMaintenancePlanServiceBatchChangeSet
public interface MaintenancePlanServiceBatchChangeSet
extends FluentHelperBatchChangeSet<MaintenancePlanServiceBatchChangeSet>, FluentHelperBatchEndChangeSet<MaintenancePlanServiceBatch>
This interface enables you to combine multiple operations into one change set. For further information have a look
into the
MaintenancePlanService.-
Method Summary
Modifier and TypeMethodDescriptioncreateMaintenanceItem(MaintenanceItem maintenanceItem) Create a newMaintenanceItementity and save it to the S/4HANA system.createMaintenanceItemCause(MaintenanceItemCause maintenanceItemCause) Create a newMaintenanceItemCauseentity and save it to the S/4HANA system.createMaintenanceItemReason(MaintenanceItemReason maintenanceItemReason) Create a newMaintenanceItemReasonentity and save it to the S/4HANA system.createMaintenancePlan(MaintenancePlan maintenancePlan) Create a newMaintenancePlanentity and save it to the S/4HANA system.deleteMaintenanceItemCause(MaintenanceItemCause maintenanceItemCause) Deletes an existingMaintenanceItemCauseentity in the S/4HANA system.deleteMaintenanceItemCauseText(MaintenanceItemCauseText maintenanceItemCauseText) Deletes an existingMaintenanceItemCauseTextentity in the S/4HANA system.deleteMaintenanceItemReason(MaintenanceItemReason maintenanceItemReason) Deletes an existingMaintenanceItemReasonentity in the S/4HANA system.deleteMaintenanceItemReasonText(MaintenanceItemReasonText maintenanceItemReasonText) Deletes an existingMaintenanceItemReasonTextentity in the S/4HANA system.deleteMaintItemObjectListItem(MaintItemObjectListItem maintItemObjectListItem) Deletes an existingMaintItemObjectListItementity in the S/4HANA system.updateMaintenanceItem(MaintenanceItem maintenanceItem) Update an existingMaintenanceItementity and save it to the S/4HANA system.updateMaintenanceItemCause(MaintenanceItemCause maintenanceItemCause) Update an existingMaintenanceItemCauseentity and save it to the S/4HANA system.updateMaintenanceItemCauseText(MaintenanceItemCauseText maintenanceItemCauseText) Update an existingMaintenanceItemCauseTextentity and save it to the S/4HANA system.updateMaintenanceItemReason(MaintenanceItemReason maintenanceItemReason) Update an existingMaintenanceItemReasonentity and save it to the S/4HANA system.updateMaintenanceItemReasonText(MaintenanceItemReasonText maintenanceItemReasonText) Update an existingMaintenanceItemReasonTextentity and save it to the S/4HANA system.updateMaintenanceItemText(MaintenanceItemText maintenanceItemText) Update an existingMaintenanceItemTextentity and save it to the S/4HANA system.updateMaintenancePlan(MaintenancePlan maintenancePlan) Update an existingMaintenancePlanentity and save it to the S/4HANA system.updateMaintenancePlanCycle(MaintenancePlanCycle maintenancePlanCycle) Update an existingMaintenancePlanCycleentity and save it to the S/4HANA system.updateMaintenancePlanText(MaintenancePlanText maintenancePlanText) Update an existingMaintenancePlanTextentity and save it to the S/4HANA system.updateMaintItemObjectListItem(MaintItemObjectListItem maintItemObjectListItem) Update an existingMaintItemObjectListItementity 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
-
createMaintenanceItem
@Nonnull MaintenancePlanServiceBatchChangeSet createMaintenanceItem(@Nonnull MaintenanceItem maintenanceItem) Create a newMaintenanceItementity and save it to the S/4HANA system.- Parameters:
maintenanceItem-MaintenanceItementity 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.
-
updateMaintenanceItem
@Nonnull MaintenancePlanServiceBatchChangeSet updateMaintenanceItem(@Nonnull MaintenanceItem maintenanceItem) Update an existingMaintenanceItementity and save it to the S/4HANA system.- Parameters:
maintenanceItem-MaintenanceItementity 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.
-
createMaintenanceItemCause
@Nonnull MaintenancePlanServiceBatchChangeSet createMaintenanceItemCause(@Nonnull MaintenanceItemCause maintenanceItemCause) Create a newMaintenanceItemCauseentity and save it to the S/4HANA system.- Parameters:
maintenanceItemCause-MaintenanceItemCauseentity 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.
-
updateMaintenanceItemCause
@Nonnull MaintenancePlanServiceBatchChangeSet updateMaintenanceItemCause(@Nonnull MaintenanceItemCause maintenanceItemCause) Update an existingMaintenanceItemCauseentity and save it to the S/4HANA system.- Parameters:
maintenanceItemCause-MaintenanceItemCauseentity 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.
-
deleteMaintenanceItemCause
@Nonnull MaintenancePlanServiceBatchChangeSet deleteMaintenanceItemCause(@Nonnull MaintenanceItemCause maintenanceItemCause) Deletes an existingMaintenanceItemCauseentity in the S/4HANA system.- Parameters:
maintenanceItemCause-MaintenanceItemCauseentity 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.
-
updateMaintenanceItemCauseText
@Nonnull MaintenancePlanServiceBatchChangeSet updateMaintenanceItemCauseText(@Nonnull MaintenanceItemCauseText maintenanceItemCauseText) Update an existingMaintenanceItemCauseTextentity and save it to the S/4HANA system.- Parameters:
maintenanceItemCauseText-MaintenanceItemCauseTextentity 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.
-
deleteMaintenanceItemCauseText
@Nonnull MaintenancePlanServiceBatchChangeSet deleteMaintenanceItemCauseText(@Nonnull MaintenanceItemCauseText maintenanceItemCauseText) Deletes an existingMaintenanceItemCauseTextentity in the S/4HANA system.- Parameters:
maintenanceItemCauseText-MaintenanceItemCauseTextentity 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.
-
createMaintenanceItemReason
@Nonnull MaintenancePlanServiceBatchChangeSet createMaintenanceItemReason(@Nonnull MaintenanceItemReason maintenanceItemReason) Create a newMaintenanceItemReasonentity and save it to the S/4HANA system.- Parameters:
maintenanceItemReason-MaintenanceItemReasonentity 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.
-
updateMaintenanceItemReason
@Nonnull MaintenancePlanServiceBatchChangeSet updateMaintenanceItemReason(@Nonnull MaintenanceItemReason maintenanceItemReason) Update an existingMaintenanceItemReasonentity and save it to the S/4HANA system.- Parameters:
maintenanceItemReason-MaintenanceItemReasonentity 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.
-
deleteMaintenanceItemReason
@Nonnull MaintenancePlanServiceBatchChangeSet deleteMaintenanceItemReason(@Nonnull MaintenanceItemReason maintenanceItemReason) Deletes an existingMaintenanceItemReasonentity in the S/4HANA system.- Parameters:
maintenanceItemReason-MaintenanceItemReasonentity 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.
-
updateMaintenanceItemReasonText
@Nonnull MaintenancePlanServiceBatchChangeSet updateMaintenanceItemReasonText(@Nonnull MaintenanceItemReasonText maintenanceItemReasonText) Update an existingMaintenanceItemReasonTextentity and save it to the S/4HANA system.- Parameters:
maintenanceItemReasonText-MaintenanceItemReasonTextentity 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.
-
deleteMaintenanceItemReasonText
@Nonnull MaintenancePlanServiceBatchChangeSet deleteMaintenanceItemReasonText(@Nonnull MaintenanceItemReasonText maintenanceItemReasonText) Deletes an existingMaintenanceItemReasonTextentity in the S/4HANA system.- Parameters:
maintenanceItemReasonText-MaintenanceItemReasonTextentity 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.
-
updateMaintenanceItemText
@Nonnull MaintenancePlanServiceBatchChangeSet updateMaintenanceItemText(@Nonnull MaintenanceItemText maintenanceItemText) Update an existingMaintenanceItemTextentity and save it to the S/4HANA system.- Parameters:
maintenanceItemText-MaintenanceItemTextentity 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.
-
createMaintenancePlan
@Nonnull MaintenancePlanServiceBatchChangeSet createMaintenancePlan(@Nonnull MaintenancePlan maintenancePlan) Create a newMaintenancePlanentity and save it to the S/4HANA system.- Parameters:
maintenancePlan-MaintenancePlanentity 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.
-
updateMaintenancePlan
@Nonnull MaintenancePlanServiceBatchChangeSet updateMaintenancePlan(@Nonnull MaintenancePlan maintenancePlan) Update an existingMaintenancePlanentity and save it to the S/4HANA system.- Parameters:
maintenancePlan-MaintenancePlanentity 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.
-
updateMaintenancePlanCycle
@Nonnull MaintenancePlanServiceBatchChangeSet updateMaintenancePlanCycle(@Nonnull MaintenancePlanCycle maintenancePlanCycle) Update an existingMaintenancePlanCycleentity and save it to the S/4HANA system.- Parameters:
maintenancePlanCycle-MaintenancePlanCycleentity 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.
-
updateMaintenancePlanText
@Nonnull MaintenancePlanServiceBatchChangeSet updateMaintenancePlanText(@Nonnull MaintenancePlanText maintenancePlanText) Update an existingMaintenancePlanTextentity and save it to the S/4HANA system.- Parameters:
maintenancePlanText-MaintenancePlanTextentity 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.
-
updateMaintItemObjectListItem
@Nonnull MaintenancePlanServiceBatchChangeSet updateMaintItemObjectListItem(@Nonnull MaintItemObjectListItem maintItemObjectListItem) Update an existingMaintItemObjectListItementity and save it to the S/4HANA system.- Parameters:
maintItemObjectListItem-MaintItemObjectListItementity 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.
-
deleteMaintItemObjectListItem
@Nonnull MaintenancePlanServiceBatchChangeSet deleteMaintItemObjectListItem(@Nonnull MaintItemObjectListItem maintItemObjectListItem) Deletes an existingMaintItemObjectListItementity in the S/4HANA system.- Parameters:
maintItemObjectListItem-MaintItemObjectListItementity 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.
-