Interface MaintenanceOrderServiceBatchChangeSet
- All Superinterfaces:
FluentHelperBatchChangeSet<MaintenanceOrderServiceBatchChangeSet>,FluentHelperBatchEndChangeSet<MaintenanceOrderServiceBatch>
- All Known Implementing Classes:
DefaultMaintenanceOrderServiceBatchChangeSet
public interface MaintenanceOrderServiceBatchChangeSet
extends FluentHelperBatchChangeSet<MaintenanceOrderServiceBatchChangeSet>, FluentHelperBatchEndChangeSet<MaintenanceOrderServiceBatch>
This interface enables you to combine multiple operations into one change set. For further information have a look
into the
MaintenanceOrderService.-
Method Summary
Modifier and TypeMethodDescriptioncreateMaintenanceOrder(MaintenanceOrder maintenanceOrder) Create a newMaintenanceOrderentity and save it to the S/4HANA system.createMaintenanceOrderOperation(MaintenanceOrderOperation maintenanceOrderOperation) Create a newMaintenanceOrderOperationentity and save it to the S/4HANA system.createMaintOrderOpComponent(MaintOrderOpComponent maintOrderOpComponent) Create a newMaintOrderOpComponententity and save it to the S/4HANA system.deleteMaintenanceOrderLongText(MaintenanceOrderLongText maintenanceOrderLongText) Deletes an existingMaintenanceOrderLongTextentity in the S/4HANA system.deleteMaintenanceOrderOperation(MaintenanceOrderOperation maintenanceOrderOperation) Deletes an existingMaintenanceOrderOperationentity in the S/4HANA system.deleteMaintenanceOrderPartner(MaintenanceOrderPartner maintenanceOrderPartner) Deletes an existingMaintenanceOrderPartnerentity in the S/4HANA system.deleteMaintOrderObjectListItem(MaintOrderObjectListItem maintOrderObjectListItem) Deletes an existingMaintOrderObjectListItementity in the S/4HANA system.deleteMaintOrderOpCompLongText(MaintOrderOpCompLongText maintOrderOpCompLongText) Deletes an existingMaintOrderOpCompLongTextentity in the S/4HANA system.deleteMaintOrderOpComponent(MaintOrderOpComponent maintOrderOpComponent) Deletes an existingMaintOrderOpComponententity in the S/4HANA system.deleteMaintOrderOpLongText(MaintOrderOpLongText maintOrderOpLongText) Deletes an existingMaintOrderOpLongTextentity in the S/4HANA system.deleteMaintOrderOpProdnRsceTool(MaintOrderOpProdnRsceTool maintOrderOpProdnRsceTool) Deletes an existingMaintOrderOpProdnRsceToolentity in the S/4HANA system.deleteMaintOrderOpRelationship(MaintOrderOpRelationship maintOrderOpRelationship) Deletes an existingMaintOrderOpRelationshipentity in the S/4HANA system.deleteMaintOrderSettlmtDistrRule(MaintOrderSettlmtDistrRule maintOrderSettlmtDistrRule) Deletes an existingMaintOrderSettlmtDistrRuleentity in the S/4HANA system.updateMaintenanceOrder(MaintenanceOrder maintenanceOrder) Update an existingMaintenanceOrderentity and save it to the S/4HANA system.updateMaintenanceOrderLongText(MaintenanceOrderLongText maintenanceOrderLongText) Update an existingMaintenanceOrderLongTextentity and save it to the S/4HANA system.updateMaintenanceOrderOperation(MaintenanceOrderOperation maintenanceOrderOperation) Update an existingMaintenanceOrderOperationentity and save it to the S/4HANA system.updateMaintOrderObjectListItem(MaintOrderObjectListItem maintOrderObjectListItem) Update an existingMaintOrderObjectListItementity and save it to the S/4HANA system.updateMaintOrderOpCompLongText(MaintOrderOpCompLongText maintOrderOpCompLongText) Update an existingMaintOrderOpCompLongTextentity and save it to the S/4HANA system.updateMaintOrderOpComponent(MaintOrderOpComponent maintOrderOpComponent) Update an existingMaintOrderOpComponententity and save it to the S/4HANA system.updateMaintOrderOpLongText(MaintOrderOpLongText maintOrderOpLongText) Update an existingMaintOrderOpLongTextentity and save it to the S/4HANA system.updateMaintOrderOpProdnRsceTool(MaintOrderOpProdnRsceTool maintOrderOpProdnRsceTool) Update an existingMaintOrderOpProdnRsceToolentity and save it to the S/4HANA system.updateMaintOrderOpRelationship(MaintOrderOpRelationship maintOrderOpRelationship) Update an existingMaintOrderOpRelationshipentity and save it to the S/4HANA system.updateMaintOrderSettlmtDistrRule(MaintOrderSettlmtDistrRule maintOrderSettlmtDistrRule) Update an existingMaintOrderSettlmtDistrRuleentity 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
-
createMaintenanceOrder
@Nonnull MaintenanceOrderServiceBatchChangeSet createMaintenanceOrder(@Nonnull MaintenanceOrder maintenanceOrder) Create a newMaintenanceOrderentity and save it to the S/4HANA system.- Parameters:
maintenanceOrder-MaintenanceOrderentity 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.
-
updateMaintenanceOrder
@Nonnull MaintenanceOrderServiceBatchChangeSet updateMaintenanceOrder(@Nonnull MaintenanceOrder maintenanceOrder) Update an existingMaintenanceOrderentity and save it to the S/4HANA system.- Parameters:
maintenanceOrder-MaintenanceOrderentity 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.
-
updateMaintenanceOrderLongText
@Nonnull MaintenanceOrderServiceBatchChangeSet updateMaintenanceOrderLongText(@Nonnull MaintenanceOrderLongText maintenanceOrderLongText) Update an existingMaintenanceOrderLongTextentity and save it to the S/4HANA system.- Parameters:
maintenanceOrderLongText-MaintenanceOrderLongTextentity 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.
-
deleteMaintenanceOrderLongText
@Nonnull MaintenanceOrderServiceBatchChangeSet deleteMaintenanceOrderLongText(@Nonnull MaintenanceOrderLongText maintenanceOrderLongText) Deletes an existingMaintenanceOrderLongTextentity in the S/4HANA system.- Parameters:
maintenanceOrderLongText-MaintenanceOrderLongTextentity 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.
-
createMaintenanceOrderOperation
@Nonnull MaintenanceOrderServiceBatchChangeSet createMaintenanceOrderOperation(@Nonnull MaintenanceOrderOperation maintenanceOrderOperation) Create a newMaintenanceOrderOperationentity and save it to the S/4HANA system.- Parameters:
maintenanceOrderOperation-MaintenanceOrderOperationentity 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.
-
updateMaintenanceOrderOperation
@Nonnull MaintenanceOrderServiceBatchChangeSet updateMaintenanceOrderOperation(@Nonnull MaintenanceOrderOperation maintenanceOrderOperation) Update an existingMaintenanceOrderOperationentity and save it to the S/4HANA system.- Parameters:
maintenanceOrderOperation-MaintenanceOrderOperationentity 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.
-
deleteMaintenanceOrderOperation
@Nonnull MaintenanceOrderServiceBatchChangeSet deleteMaintenanceOrderOperation(@Nonnull MaintenanceOrderOperation maintenanceOrderOperation) Deletes an existingMaintenanceOrderOperationentity in the S/4HANA system.- Parameters:
maintenanceOrderOperation-MaintenanceOrderOperationentity 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.
-
deleteMaintenanceOrderPartner
@Nonnull MaintenanceOrderServiceBatchChangeSet deleteMaintenanceOrderPartner(@Nonnull MaintenanceOrderPartner maintenanceOrderPartner) Deletes an existingMaintenanceOrderPartnerentity in the S/4HANA system.- Parameters:
maintenanceOrderPartner-MaintenanceOrderPartnerentity 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.
-
updateMaintOrderObjectListItem
@Nonnull MaintenanceOrderServiceBatchChangeSet updateMaintOrderObjectListItem(@Nonnull MaintOrderObjectListItem maintOrderObjectListItem) Update an existingMaintOrderObjectListItementity and save it to the S/4HANA system.- Parameters:
maintOrderObjectListItem-MaintOrderObjectListItementity 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.
-
deleteMaintOrderObjectListItem
@Nonnull MaintenanceOrderServiceBatchChangeSet deleteMaintOrderObjectListItem(@Nonnull MaintOrderObjectListItem maintOrderObjectListItem) Deletes an existingMaintOrderObjectListItementity in the S/4HANA system.- Parameters:
maintOrderObjectListItem-MaintOrderObjectListItementity 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.
-
updateMaintOrderOpCompLongText
@Nonnull MaintenanceOrderServiceBatchChangeSet updateMaintOrderOpCompLongText(@Nonnull MaintOrderOpCompLongText maintOrderOpCompLongText) Update an existingMaintOrderOpCompLongTextentity and save it to the S/4HANA system.- Parameters:
maintOrderOpCompLongText-MaintOrderOpCompLongTextentity 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.
-
deleteMaintOrderOpCompLongText
@Nonnull MaintenanceOrderServiceBatchChangeSet deleteMaintOrderOpCompLongText(@Nonnull MaintOrderOpCompLongText maintOrderOpCompLongText) Deletes an existingMaintOrderOpCompLongTextentity in the S/4HANA system.- Parameters:
maintOrderOpCompLongText-MaintOrderOpCompLongTextentity 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.
-
createMaintOrderOpComponent
@Nonnull MaintenanceOrderServiceBatchChangeSet createMaintOrderOpComponent(@Nonnull MaintOrderOpComponent maintOrderOpComponent) Create a newMaintOrderOpComponententity and save it to the S/4HANA system.- Parameters:
maintOrderOpComponent-MaintOrderOpComponententity 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.
-
updateMaintOrderOpComponent
@Nonnull MaintenanceOrderServiceBatchChangeSet updateMaintOrderOpComponent(@Nonnull MaintOrderOpComponent maintOrderOpComponent) Update an existingMaintOrderOpComponententity and save it to the S/4HANA system.- Parameters:
maintOrderOpComponent-MaintOrderOpComponententity 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.
-
deleteMaintOrderOpComponent
@Nonnull MaintenanceOrderServiceBatchChangeSet deleteMaintOrderOpComponent(@Nonnull MaintOrderOpComponent maintOrderOpComponent) Deletes an existingMaintOrderOpComponententity in the S/4HANA system.- Parameters:
maintOrderOpComponent-MaintOrderOpComponententity 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.
-
updateMaintOrderOpLongText
@Nonnull MaintenanceOrderServiceBatchChangeSet updateMaintOrderOpLongText(@Nonnull MaintOrderOpLongText maintOrderOpLongText) Update an existingMaintOrderOpLongTextentity and save it to the S/4HANA system.- Parameters:
maintOrderOpLongText-MaintOrderOpLongTextentity 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.
-
deleteMaintOrderOpLongText
@Nonnull MaintenanceOrderServiceBatchChangeSet deleteMaintOrderOpLongText(@Nonnull MaintOrderOpLongText maintOrderOpLongText) Deletes an existingMaintOrderOpLongTextentity in the S/4HANA system.- Parameters:
maintOrderOpLongText-MaintOrderOpLongTextentity 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.
-
updateMaintOrderOpProdnRsceTool
@Nonnull MaintenanceOrderServiceBatchChangeSet updateMaintOrderOpProdnRsceTool(@Nonnull MaintOrderOpProdnRsceTool maintOrderOpProdnRsceTool) Update an existingMaintOrderOpProdnRsceToolentity and save it to the S/4HANA system.- Parameters:
maintOrderOpProdnRsceTool-MaintOrderOpProdnRsceToolentity 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.
-
deleteMaintOrderOpProdnRsceTool
@Nonnull MaintenanceOrderServiceBatchChangeSet deleteMaintOrderOpProdnRsceTool(@Nonnull MaintOrderOpProdnRsceTool maintOrderOpProdnRsceTool) Deletes an existingMaintOrderOpProdnRsceToolentity in the S/4HANA system.- Parameters:
maintOrderOpProdnRsceTool-MaintOrderOpProdnRsceToolentity 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.
-
updateMaintOrderOpRelationship
@Nonnull MaintenanceOrderServiceBatchChangeSet updateMaintOrderOpRelationship(@Nonnull MaintOrderOpRelationship maintOrderOpRelationship) Update an existingMaintOrderOpRelationshipentity and save it to the S/4HANA system.- Parameters:
maintOrderOpRelationship-MaintOrderOpRelationshipentity 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.
-
deleteMaintOrderOpRelationship
@Nonnull MaintenanceOrderServiceBatchChangeSet deleteMaintOrderOpRelationship(@Nonnull MaintOrderOpRelationship maintOrderOpRelationship) Deletes an existingMaintOrderOpRelationshipentity in the S/4HANA system.- Parameters:
maintOrderOpRelationship-MaintOrderOpRelationshipentity 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.
-
updateMaintOrderSettlmtDistrRule
@Nonnull MaintenanceOrderServiceBatchChangeSet updateMaintOrderSettlmtDistrRule(@Nonnull MaintOrderSettlmtDistrRule maintOrderSettlmtDistrRule) Update an existingMaintOrderSettlmtDistrRuleentity and save it to the S/4HANA system.- Parameters:
maintOrderSettlmtDistrRule-MaintOrderSettlmtDistrRuleentity 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.
-
deleteMaintOrderSettlmtDistrRule
@Nonnull MaintenanceOrderServiceBatchChangeSet deleteMaintOrderSettlmtDistrRule(@Nonnull MaintOrderSettlmtDistrRule maintOrderSettlmtDistrRule) Deletes an existingMaintOrderSettlmtDistrRuleentity in the S/4HANA system.- Parameters:
maintOrderSettlmtDistrRule-MaintOrderSettlmtDistrRuleentity 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.
-