public interface LeadServiceBatchChangeSet extends FluentHelperBatchEndChangeSet<LeadServiceBatch>
LeadService
.Modifier and Type | Method and Description |
---|---|
LeadServiceBatchChangeSet |
createLead(Lead lead)
Create a new
Lead entity
and save it to the S/4HANA system. |
LeadServiceBatchChangeSet |
createLeadItem(LeadItem leadItem)
Create a new
LeadItem
entity and save it to the S/4HANA system. |
LeadServiceBatchChangeSet |
createLeadPersonResp(LeadPersonResp leadPersonResp)
Create a new
LeadPersonResp entity and save it to the S/4HANA system. |
LeadServiceBatchChangeSet |
createLeadText(LeadText leadText)
Create a new
LeadText
entity and save it to the S/4HANA system. |
LeadServiceBatchChangeSet |
deleteLeadItem(LeadItem leadItem)
Deletes an existing
LeadItem entity in the S/4HANA system. |
LeadServiceBatchChangeSet |
deleteLeadPersonResp(LeadPersonResp leadPersonResp)
Deletes an existing
LeadPersonResp
entity in the S/4HANA system. |
LeadServiceBatchChangeSet |
deleteLeadText(LeadText leadText)
Deletes an existing
LeadText entity in the S/4HANA system. |
LeadServiceBatchChangeSet |
updateLead(Lead lead)
Update an existing
Lead
entity and save it to the S/4HANA system. |
LeadServiceBatchChangeSet |
updateLeadItem(LeadItem leadItem)
Update an existing
LeadItem entity and save it to the S/4HANA system. |
LeadServiceBatchChangeSet |
updateLeadPersonResp(LeadPersonResp leadPersonResp)
Update an existing
LeadPersonResp entity and save it to the S/4HANA system. |
LeadServiceBatchChangeSet |
updateLeadText(LeadText leadText)
Update an existing
LeadText entity and save it to the S/4HANA system. |
endChangeSet
@Nonnull LeadServiceBatchChangeSet createLead(@Nonnull Lead lead)
Lead
entity
and save it to the S/4HANA system.lead
- Lead
entity
object that will be created in the S/4HANA system.endChangeSet
on the returned fluent helper object.@Nonnull LeadServiceBatchChangeSet updateLead(@Nonnull Lead lead)
Lead
entity and save it to the S/4HANA system.lead
- Lead
entity
object that will be updated in the S/4HANA system.endChangeSet
on the returned fluent helper object.@Nonnull LeadServiceBatchChangeSet createLeadItem(@Nonnull LeadItem leadItem)
LeadItem
entity and save it to the S/4HANA system.leadItem
- LeadItem
entity object that will be created in the S/4HANA system.endChangeSet
on the returned fluent helper object.@Nonnull LeadServiceBatchChangeSet updateLeadItem(@Nonnull LeadItem leadItem)
LeadItem
entity and save it to the S/4HANA system.leadItem
- LeadItem
entity object that will be updated in the S/4HANA system.endChangeSet
on the returned fluent helper object.@Nonnull LeadServiceBatchChangeSet deleteLeadItem(@Nonnull LeadItem leadItem)
LeadItem
entity in the S/4HANA system.leadItem
- LeadItem
entity object that will be deleted in the S/4HANA system.endChangeSet
on the returned fluent helper object.@Nonnull LeadServiceBatchChangeSet createLeadPersonResp(@Nonnull LeadPersonResp leadPersonResp)
LeadPersonResp
entity and save it to the S/4HANA system.leadPersonResp
- LeadPersonResp
entity object that will be created in the S/4HANA system.endChangeSet
on the returned fluent helper object.@Nonnull LeadServiceBatchChangeSet updateLeadPersonResp(@Nonnull LeadPersonResp leadPersonResp)
LeadPersonResp
entity and save it to the S/4HANA system.leadPersonResp
- LeadPersonResp
entity object that will be updated in the S/4HANA system.endChangeSet
on the returned fluent helper object.@Nonnull LeadServiceBatchChangeSet deleteLeadPersonResp(@Nonnull LeadPersonResp leadPersonResp)
LeadPersonResp
entity in the S/4HANA system.leadPersonResp
- LeadPersonResp
entity object that will be deleted in the S/4HANA system.endChangeSet
on the returned fluent helper object.@Nonnull LeadServiceBatchChangeSet createLeadText(@Nonnull LeadText leadText)
LeadText
entity and save it to the S/4HANA system.leadText
- LeadText
entity object that will be created in the S/4HANA system.endChangeSet
on the returned fluent helper object.@Nonnull LeadServiceBatchChangeSet updateLeadText(@Nonnull LeadText leadText)
LeadText
entity and save it to the S/4HANA system.leadText
- LeadText
entity object that will be updated in the S/4HANA system.endChangeSet
on the returned fluent helper object.@Nonnull LeadServiceBatchChangeSet deleteLeadText(@Nonnull LeadText leadText)
LeadText
entity in the S/4HANA system.leadText
- LeadText
entity object that will be deleted in the S/4HANA system.endChangeSet
on the returned fluent helper object.Copyright © 2021 SAP SE. All rights reserved.