public class DefaultWorkforceTimesheetServiceBatchChangeSet extends BatchChangeSetFluentHelperBasic<WorkforceTimesheetServiceBatch,WorkforceTimesheetServiceBatchChangeSet> implements WorkforceTimesheetServiceBatchChangeSet
WorkforceTimesheetServiceBatchChangeSet
interface, enabling you to combine multiple
operations into one changeset. For further information have a look into the
WorkforceTimesheetService
.Modifier and Type | Method and Description |
---|---|
WorkforceTimesheetServiceBatchChangeSet |
createTimeSheetEntry(TimeSheetEntry timeSheetEntry)
Create a new
TimeSheetEntry entity and save it to the S/4HANA system. |
protected DefaultWorkforceTimesheetServiceBatchChangeSet |
getThis()
Method to safely return the current fluent helper instance upon public method calls.
|
addRequestCreate, addRequestDelete, addRequestUpdate, endChangeSet
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
endChangeSet
@Nonnull protected DefaultWorkforceTimesheetServiceBatchChangeSet getThis()
getThis
in class BatchChangeSetFluentHelperBasic<WorkforceTimesheetServiceBatch,WorkforceTimesheetServiceBatchChangeSet>
@Nonnull public WorkforceTimesheetServiceBatchChangeSet createTimeSheetEntry(@Nonnull TimeSheetEntry timeSheetEntry)
TimeSheetEntry
entity and save it to the S/4HANA system.createTimeSheetEntry
in interface WorkforceTimesheetServiceBatchChangeSet
timeSheetEntry
- TimeSheetEntry
entity object that will be created in the S/4HANA system.endChangeSet
on the returned fluent helper object.Copyright © 2021 SAP SE. All rights reserved.