Modifier and Type | Method and Description |
---|---|
Product |
Product.ProductBuilder.build() |
protected Product |
ProductUpdateFluentHelper.getEntity() |
protected Product |
ProductCreateFluentHelper.getEntity() |
Modifier and Type | Method and Description |
---|---|
protected Class<Product> |
ProductByKeyFluentHelper.getEntityClass() |
protected Class<Product> |
ProductFluentHelper.getEntityClass() |
Class<Product> |
Product.getType() |
Constructor and Description |
---|
ProductCreateFluentHelper(String servicePath,
Product entity)
Creates a fluent helper object that will create a
Product entity on the OData
endpoint. |
ProductUpdateFluentHelper(String servicePath,
Product entity)
Creates a fluent helper object that will update a
Product entity on the OData
endpoint. |
Modifier and Type | Method and Description |
---|---|
ExpressionFluentHelper<Product> |
ProductOneToOneLink.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 ProductLink<ObjectT> |
ProductLink.translateLinkType(EntityLink<ProductLink<ObjectT>,Product,ObjectT> link) |
Modifier and Type | Method and Description |
---|---|
ProductCreateFluentHelper |
ProductMasterService.createProduct(Product product)
Create a new
Product entity and
save it to the S/4HANA system. |
ProductCreateFluentHelper |
DefaultProductMasterService.createProduct(Product product) |
ProductUpdateFluentHelper |
ProductMasterService.updateProduct(Product product)
Update an existing
Product
entity and save it to the S/4HANA system. |
ProductUpdateFluentHelper |
DefaultProductMasterService.updateProduct(Product product) |
Copyright © 2019 SAP SE. All rights reserved.