public class DefaultJustInTimeCallServiceBatchChangeSet extends BatchChangeSetFluentHelperBasic<JustInTimeCallServiceBatch,JustInTimeCallServiceBatchChangeSet> implements JustInTimeCallServiceBatchChangeSet
JustInTimeCallServiceBatchChangeSet
interface, enabling you to combine multiple
operations into one changeset. For further information have a look into the
JustInTimeCallService
.Modifier and Type | Method and Description |
---|---|
JustInTimeCallServiceBatchChangeSet |
createJITCallCompGrp(JITCallCompGrp jITCallCompGrp)
Create a new
JITCallCompGrp entity and save it to the S/4HANA system. |
JustInTimeCallServiceBatchChangeSet |
createJITCallCompMatl(JITCallCompMatl jITCallCompMatl)
Create a new
JITCallCompMatl entity and save it to the S/4HANA system. |
JustInTimeCallServiceBatchChangeSet |
createJITCallHeader(JITCallHeader jITCallHeader)
Create a new
JITCallHeader entity and save it to the S/4HANA system. |
protected DefaultJustInTimeCallServiceBatchChangeSet |
getThis()
Method to safely return the current fluent helper instance upon public method calls.
|
JustInTimeCallServiceBatchChangeSet |
updateJITCallCompGrp(JITCallCompGrp jITCallCompGrp)
Update an existing
JITCallCompGrp entity and save it to the S/4HANA system. |
JustInTimeCallServiceBatchChangeSet |
updateJITCallCompMatl(JITCallCompMatl jITCallCompMatl)
Update an existing
JITCallCompMatl entity and save it to the S/4HANA system. |
JustInTimeCallServiceBatchChangeSet |
updateJITCallHeader(JITCallHeader jITCallHeader)
Update an existing
JITCallHeader entity and save it to the S/4HANA system. |
addRequestCreate, addRequestDelete, addRequestUpdate, endChangeSet
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
endChangeSet
@Nonnull protected DefaultJustInTimeCallServiceBatchChangeSet getThis()
getThis
in class BatchChangeSetFluentHelperBasic<JustInTimeCallServiceBatch,JustInTimeCallServiceBatchChangeSet>
@Nonnull public JustInTimeCallServiceBatchChangeSet createJITCallCompGrp(@Nonnull JITCallCompGrp jITCallCompGrp)
JITCallCompGrp
entity and save it to the S/4HANA system.createJITCallCompGrp
in interface JustInTimeCallServiceBatchChangeSet
jITCallCompGrp
- JITCallCompGrp
entity object that will be created in the S/4HANA system.endChangeSet
on the returned fluent helper object.@Nonnull public JustInTimeCallServiceBatchChangeSet updateJITCallCompGrp(@Nonnull JITCallCompGrp jITCallCompGrp)
JITCallCompGrp
entity and save it to the S/4HANA system.updateJITCallCompGrp
in interface JustInTimeCallServiceBatchChangeSet
jITCallCompGrp
- JITCallCompGrp
entity object that will be updated in the S/4HANA system.endChangeSet
on the returned fluent helper object.@Nonnull public JustInTimeCallServiceBatchChangeSet createJITCallCompMatl(@Nonnull JITCallCompMatl jITCallCompMatl)
JITCallCompMatl
entity and save it to the S/4HANA system.createJITCallCompMatl
in interface JustInTimeCallServiceBatchChangeSet
jITCallCompMatl
- JITCallCompMatl
entity object that will be created in the S/4HANA system.endChangeSet
on the returned fluent helper object.@Nonnull public JustInTimeCallServiceBatchChangeSet updateJITCallCompMatl(@Nonnull JITCallCompMatl jITCallCompMatl)
JITCallCompMatl
entity and save it to the S/4HANA system.updateJITCallCompMatl
in interface JustInTimeCallServiceBatchChangeSet
jITCallCompMatl
- JITCallCompMatl
entity object that will be updated in the S/4HANA system.endChangeSet
on the returned fluent helper object.@Nonnull public JustInTimeCallServiceBatchChangeSet createJITCallHeader(@Nonnull JITCallHeader jITCallHeader)
JITCallHeader
entity and save it to the S/4HANA system.createJITCallHeader
in interface JustInTimeCallServiceBatchChangeSet
jITCallHeader
- JITCallHeader
entity object that will be created in the S/4HANA system.endChangeSet
on the returned fluent helper object.@Nonnull public JustInTimeCallServiceBatchChangeSet updateJITCallHeader(@Nonnull JITCallHeader jITCallHeader)
JITCallHeader
entity and save it to the S/4HANA system.updateJITCallHeader
in interface JustInTimeCallServiceBatchChangeSet
jITCallHeader
- JITCallHeader
entity object that will be updated in the S/4HANA system.endChangeSet
on the returned fluent helper object.Copyright © 2019 SAP SE. All rights reserved.