Modifier and Type | Method and Description |
---|---|
PurgCat |
PurgCat.PurgCatBuilder.build() |
protected PurgCat |
PurgCatCreateFluentHelper.getEntity() |
protected PurgCat |
PurgCatUpdateFluentHelper.getEntity() |
Modifier and Type | Method and Description |
---|---|
protected Class<PurgCat> |
PurgCatByKeyFluentHelper.getEntityClass() |
protected Class<PurgCat> |
PurgCatFluentHelper.getEntityClass() |
Class<PurgCat> |
PurgCat.getType() |
Constructor and Description |
---|
PurgCatCreateFluentHelper(String servicePath,
PurgCat entity)
Creates a fluent helper object that will create a
PurgCat entity on the
OData endpoint. |
PurgCatUpdateFluentHelper(String servicePath,
PurgCat entity)
Creates a fluent helper object that will update a
PurgCat entity on the
OData endpoint. |
Modifier and Type | Method and Description |
---|---|
PurchasingCategoryServiceBatchChangeSet |
PurchasingCategoryServiceBatchChangeSet.createPurgCat(PurgCat purgCat)
Create a new
PurgCat
entity and save it to the S/4HANA system. |
PurchasingCategoryServiceBatchChangeSet |
DefaultPurchasingCategoryServiceBatchChangeSet.createPurgCat(PurgCat purgCat)
Create a new
PurgCat
entity and save it to the S/4HANA system. |
PurchasingCategoryServiceBatchChangeSet |
PurchasingCategoryServiceBatchChangeSet.updatePurgCat(PurgCat purgCat)
Update an existing
PurgCat
entity and save it to the S/4HANA system. |
PurchasingCategoryServiceBatchChangeSet |
DefaultPurchasingCategoryServiceBatchChangeSet.updatePurgCat(PurgCat purgCat)
Update an existing
PurgCat
entity and save it to the S/4HANA system. |
Modifier and Type | Method and Description |
---|---|
ExpressionFluentHelper<PurgCat> |
PurgCatOneToOneLink.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 PurgCatLink<ObjectT> |
PurgCatLink.translateLinkType(EntityLink<PurgCatLink<ObjectT>,PurgCat,ObjectT> link) |
Modifier and Type | Method and Description |
---|---|
PurgCatCreateFluentHelper |
DefaultPurchasingCategoryService.createPurgCat(PurgCat purgCat) |
PurgCatCreateFluentHelper |
PurchasingCategoryService.createPurgCat(PurgCat purgCat)
Create a new
PurgCat
entity and save it to the S/4HANA system. |
PurgCatUpdateFluentHelper |
DefaultPurchasingCategoryService.updatePurgCat(PurgCat purgCat) |
PurgCatUpdateFluentHelper |
PurchasingCategoryService.updatePurgCat(PurgCat purgCat)
Update an existing
PurgCat
entity and save it to the S/4HANA system. |
Copyright © 2019 SAP SE. All rights reserved.