Modifier and Type | Method and Description |
---|---|
PurchasingSource |
PurchasingSource.PurchasingSourceBuilder.build() |
protected PurchasingSource |
PurchasingSourceUpdateFluentHelper.getEntity() |
protected PurchasingSource |
PurchasingSourceDeleteFluentHelper.getEntity() |
protected PurchasingSource |
PurchasingSourceCreateFluentHelper.getEntity() |
Modifier and Type | Method and Description |
---|---|
protected Class<PurchasingSource> |
PurchasingSourceFluentHelper.getEntityClass() |
protected Class<PurchasingSource> |
PurchasingSourceByKeyFluentHelper.getEntityClass() |
Class<PurchasingSource> |
PurchasingSource.getType() |
Constructor and Description |
---|
PurchasingSourceCreateFluentHelper(String servicePath,
PurchasingSource entity)
Creates a fluent helper object that will create a
PurchasingSource
entity on the OData endpoint. |
PurchasingSourceDeleteFluentHelper(String servicePath,
PurchasingSource entity)
Creates a fluent helper object that will delete a
PurchasingSource
entity on the OData endpoint. |
PurchasingSourceUpdateFluentHelper(String servicePath,
PurchasingSource entity)
Creates a fluent helper object that will update a
PurchasingSource
entity on the OData endpoint. |
Modifier and Type | Method and Description |
---|---|
PurchasingSourceServiceBatchChangeSet |
DefaultPurchasingSourceServiceBatchChangeSet.createPurchasingSource(PurchasingSource purchasingSource)
Create a new
PurchasingSource entity and save it to the S/4HANA system. |
PurchasingSourceServiceBatchChangeSet |
PurchasingSourceServiceBatchChangeSet.createPurchasingSource(PurchasingSource purchasingSource)
Create a new
PurchasingSource entity and save it to the S/4HANA system. |
PurchasingSourceServiceBatchChangeSet |
DefaultPurchasingSourceServiceBatchChangeSet.deletePurchasingSource(PurchasingSource purchasingSource)
Deletes an existing
PurchasingSource entity in the S/4HANA system. |
PurchasingSourceServiceBatchChangeSet |
PurchasingSourceServiceBatchChangeSet.deletePurchasingSource(PurchasingSource purchasingSource)
Deletes an existing
PurchasingSource entity in the S/4HANA system. |
PurchasingSourceServiceBatchChangeSet |
DefaultPurchasingSourceServiceBatchChangeSet.updatePurchasingSource(PurchasingSource purchasingSource)
Update an existing
PurchasingSource entity and save it to the S/4HANA system. |
PurchasingSourceServiceBatchChangeSet |
PurchasingSourceServiceBatchChangeSet.updatePurchasingSource(PurchasingSource purchasingSource)
Update an existing
PurchasingSource entity and save it to the S/4HANA system. |
Modifier and Type | Method and Description |
---|---|
ExpressionFluentHelper<PurchasingSource> |
PurchasingSourceOneToOneLink.filter(ExpressionFluentHelper<ObjectT> filterExpression)
Query modifier to restrict the result set to entities for which this expression (formulated over a property of a
related entity) evaluates to true.
|
Modifier and Type | Method and Description |
---|---|
protected PurchasingSourceLink<ObjectT> |
PurchasingSourceLink.translateLinkType(EntityLink<PurchasingSourceLink<ObjectT>,PurchasingSource,ObjectT> link) |
Copyright © 2019 SAP SE. All rights reserved.