Interface SchedulingAgreementServiceBatchChangeSet
- All Superinterfaces:
FluentHelperBatchChangeSet<SchedulingAgreementServiceBatchChangeSet>,FluentHelperBatchEndChangeSet<SchedulingAgreementServiceBatch>
- All Known Implementing Classes:
DefaultSchedulingAgreementServiceBatchChangeSet
public interface SchedulingAgreementServiceBatchChangeSet
extends FluentHelperBatchChangeSet<SchedulingAgreementServiceBatchChangeSet>, FluentHelperBatchEndChangeSet<SchedulingAgreementServiceBatch>
This interface enables you to combine multiple operations into one change set. For further information have a look
into the
SchedulingAgreementService.-
Method Summary
Modifier and TypeMethodDescriptioncreateSchAgrmtAcCnt(SchAgrmtAcCnt schAgrmtAcCnt) Create a newSchAgrmtAcCntentity and save it to the S/4HANA system.createSchAgrmtHeader(SchAgrmtHeader schAgrmtHeader) Create a newSchAgrmtHeaderentity and save it to the S/4HANA system.createSchAgrmtItem(SchAgrmtItem schAgrmtItem) Create a newSchAgrmtItementity and save it to the S/4HANA system.createSchAgrmtSchLine(SchAgrmtSchLine schAgrmtSchLine) Create a newSchAgrmtSchLineentity and save it to the S/4HANA system.createSchedgAgrmtDeliveryAddress(SchedgAgrmtDeliveryAddress schedgAgrmtDeliveryAddress) Create a newSchedgAgrmtDeliveryAddressentity and save it to the S/4HANA system.createSchedgAgrmtHdrNotes(SchedgAgrmtHdrNotes schedgAgrmtHdrNotes) Create a newSchedgAgrmtHdrNotesentity and save it to the S/4HANA system.createSchedgAgrmtItmNotes(SchedgAgrmtItmNotes schedgAgrmtItmNotes) Create a newSchedgAgrmtItmNotesentity and save it to the S/4HANA system.deleteSchAgrmtSchLine(SchAgrmtSchLine schAgrmtSchLine) Deletes an existingSchAgrmtSchLineentity in the S/4HANA system.deleteSchedgAgrmtHdrNotes(SchedgAgrmtHdrNotes schedgAgrmtHdrNotes) Deletes an existingSchedgAgrmtHdrNotesentity in the S/4HANA system.deleteSchedgAgrmtItmNotes(SchedgAgrmtItmNotes schedgAgrmtItmNotes) Deletes an existingSchedgAgrmtItmNotesentity in the S/4HANA system.deleteSchedgAgrmtSubcontrgComp(SchedgAgrmtSubcontrgComp schedgAgrmtSubcontrgComp) Deletes an existingSchedgAgrmtSubcontrgCompentity in the S/4HANA system.updateSchAgrmtAcCnt(SchAgrmtAcCnt schAgrmtAcCnt) Update an existingSchAgrmtAcCntentity and save it to the S/4HANA system.updateSchAgrmtHeader(SchAgrmtHeader schAgrmtHeader) Update an existingSchAgrmtHeaderentity and save it to the S/4HANA system.updateSchAgrmtItem(SchAgrmtItem schAgrmtItem) Update an existingSchAgrmtItementity and save it to the S/4HANA system.updateSchAgrmtSchLine(SchAgrmtSchLine schAgrmtSchLine) Update an existingSchAgrmtSchLineentity and save it to the S/4HANA system.updateSchedgAgrmtDeliveryAddress(SchedgAgrmtDeliveryAddress schedgAgrmtDeliveryAddress) Update an existingSchedgAgrmtDeliveryAddressentity and save it to the S/4HANA system.updateSchedgAgrmtHdrNotes(SchedgAgrmtHdrNotes schedgAgrmtHdrNotes) Update an existingSchedgAgrmtHdrNotesentity and save it to the S/4HANA system.updateSchedgAgrmtItmNotes(SchedgAgrmtItmNotes schedgAgrmtItmNotes) Update an existingSchedgAgrmtItmNotesentity and save it to the S/4HANA system.updateSchedgAgrmtSubcontrgComp(SchedgAgrmtSubcontrgComp schedgAgrmtSubcontrgComp) Update an existingSchedgAgrmtSubcontrgCompentity 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
-
createSchAgrmtAcCnt
@Nonnull SchedulingAgreementServiceBatchChangeSet createSchAgrmtAcCnt(@Nonnull SchAgrmtAcCnt schAgrmtAcCnt) Create a newSchAgrmtAcCntentity and save it to the S/4HANA system.- Parameters:
schAgrmtAcCnt-SchAgrmtAcCntentity 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.
-
updateSchAgrmtAcCnt
@Nonnull SchedulingAgreementServiceBatchChangeSet updateSchAgrmtAcCnt(@Nonnull SchAgrmtAcCnt schAgrmtAcCnt) Update an existingSchAgrmtAcCntentity and save it to the S/4HANA system.- Parameters:
schAgrmtAcCnt-SchAgrmtAcCntentity 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.
-
createSchAgrmtHeader
@Nonnull SchedulingAgreementServiceBatchChangeSet createSchAgrmtHeader(@Nonnull SchAgrmtHeader schAgrmtHeader) Create a newSchAgrmtHeaderentity and save it to the S/4HANA system.- Parameters:
schAgrmtHeader-SchAgrmtHeaderentity 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.
-
updateSchAgrmtHeader
@Nonnull SchedulingAgreementServiceBatchChangeSet updateSchAgrmtHeader(@Nonnull SchAgrmtHeader schAgrmtHeader) Update an existingSchAgrmtHeaderentity and save it to the S/4HANA system.- Parameters:
schAgrmtHeader-SchAgrmtHeaderentity 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.
-
createSchAgrmtItem
@Nonnull SchedulingAgreementServiceBatchChangeSet createSchAgrmtItem(@Nonnull SchAgrmtItem schAgrmtItem) Create a newSchAgrmtItementity and save it to the S/4HANA system.- Parameters:
schAgrmtItem-SchAgrmtItementity 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.
-
updateSchAgrmtItem
@Nonnull SchedulingAgreementServiceBatchChangeSet updateSchAgrmtItem(@Nonnull SchAgrmtItem schAgrmtItem) Update an existingSchAgrmtItementity and save it to the S/4HANA system.- Parameters:
schAgrmtItem-SchAgrmtItementity 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.
-
createSchAgrmtSchLine
@Nonnull SchedulingAgreementServiceBatchChangeSet createSchAgrmtSchLine(@Nonnull SchAgrmtSchLine schAgrmtSchLine) Create a newSchAgrmtSchLineentity and save it to the S/4HANA system.- Parameters:
schAgrmtSchLine-SchAgrmtSchLineentity 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.
-
updateSchAgrmtSchLine
@Nonnull SchedulingAgreementServiceBatchChangeSet updateSchAgrmtSchLine(@Nonnull SchAgrmtSchLine schAgrmtSchLine) Update an existingSchAgrmtSchLineentity and save it to the S/4HANA system.- Parameters:
schAgrmtSchLine-SchAgrmtSchLineentity 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.
-
deleteSchAgrmtSchLine
@Nonnull SchedulingAgreementServiceBatchChangeSet deleteSchAgrmtSchLine(@Nonnull SchAgrmtSchLine schAgrmtSchLine) Deletes an existingSchAgrmtSchLineentity in the S/4HANA system.- Parameters:
schAgrmtSchLine-SchAgrmtSchLineentity 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.
-
createSchedgAgrmtDeliveryAddress
@Nonnull SchedulingAgreementServiceBatchChangeSet createSchedgAgrmtDeliveryAddress(@Nonnull SchedgAgrmtDeliveryAddress schedgAgrmtDeliveryAddress) Create a newSchedgAgrmtDeliveryAddressentity and save it to the S/4HANA system.- Parameters:
schedgAgrmtDeliveryAddress-SchedgAgrmtDeliveryAddressentity 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.
-
updateSchedgAgrmtDeliveryAddress
@Nonnull SchedulingAgreementServiceBatchChangeSet updateSchedgAgrmtDeliveryAddress(@Nonnull SchedgAgrmtDeliveryAddress schedgAgrmtDeliveryAddress) Update an existingSchedgAgrmtDeliveryAddressentity and save it to the S/4HANA system.- Parameters:
schedgAgrmtDeliveryAddress-SchedgAgrmtDeliveryAddressentity 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.
-
createSchedgAgrmtHdrNotes
@Nonnull SchedulingAgreementServiceBatchChangeSet createSchedgAgrmtHdrNotes(@Nonnull SchedgAgrmtHdrNotes schedgAgrmtHdrNotes) Create a newSchedgAgrmtHdrNotesentity and save it to the S/4HANA system.- Parameters:
schedgAgrmtHdrNotes-SchedgAgrmtHdrNotesentity 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.
-
updateSchedgAgrmtHdrNotes
@Nonnull SchedulingAgreementServiceBatchChangeSet updateSchedgAgrmtHdrNotes(@Nonnull SchedgAgrmtHdrNotes schedgAgrmtHdrNotes) Update an existingSchedgAgrmtHdrNotesentity and save it to the S/4HANA system.- Parameters:
schedgAgrmtHdrNotes-SchedgAgrmtHdrNotesentity 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.
-
deleteSchedgAgrmtHdrNotes
@Nonnull SchedulingAgreementServiceBatchChangeSet deleteSchedgAgrmtHdrNotes(@Nonnull SchedgAgrmtHdrNotes schedgAgrmtHdrNotes) Deletes an existingSchedgAgrmtHdrNotesentity in the S/4HANA system.- Parameters:
schedgAgrmtHdrNotes-SchedgAgrmtHdrNotesentity 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.
-
createSchedgAgrmtItmNotes
@Nonnull SchedulingAgreementServiceBatchChangeSet createSchedgAgrmtItmNotes(@Nonnull SchedgAgrmtItmNotes schedgAgrmtItmNotes) Create a newSchedgAgrmtItmNotesentity and save it to the S/4HANA system.- Parameters:
schedgAgrmtItmNotes-SchedgAgrmtItmNotesentity 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.
-
updateSchedgAgrmtItmNotes
@Nonnull SchedulingAgreementServiceBatchChangeSet updateSchedgAgrmtItmNotes(@Nonnull SchedgAgrmtItmNotes schedgAgrmtItmNotes) Update an existingSchedgAgrmtItmNotesentity and save it to the S/4HANA system.- Parameters:
schedgAgrmtItmNotes-SchedgAgrmtItmNotesentity 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.
-
deleteSchedgAgrmtItmNotes
@Nonnull SchedulingAgreementServiceBatchChangeSet deleteSchedgAgrmtItmNotes(@Nonnull SchedgAgrmtItmNotes schedgAgrmtItmNotes) Deletes an existingSchedgAgrmtItmNotesentity in the S/4HANA system.- Parameters:
schedgAgrmtItmNotes-SchedgAgrmtItmNotesentity 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.
-
updateSchedgAgrmtSubcontrgComp
@Nonnull SchedulingAgreementServiceBatchChangeSet updateSchedgAgrmtSubcontrgComp(@Nonnull SchedgAgrmtSubcontrgComp schedgAgrmtSubcontrgComp) Update an existingSchedgAgrmtSubcontrgCompentity and save it to the S/4HANA system.- Parameters:
schedgAgrmtSubcontrgComp-SchedgAgrmtSubcontrgCompentity 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.
-
deleteSchedgAgrmtSubcontrgComp
@Nonnull SchedulingAgreementServiceBatchChangeSet deleteSchedgAgrmtSubcontrgComp(@Nonnull SchedgAgrmtSubcontrgComp schedgAgrmtSubcontrgComp) Deletes an existingSchedgAgrmtSubcontrgCompentity in the S/4HANA system.- Parameters:
schedgAgrmtSubcontrgComp-SchedgAgrmtSubcontrgCompentity 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.
-