Package | Description |
---|---|
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.productmaster | |
com.sap.cloud.sdk.s4hana.datamodel.odata.services |
Modifier and Type | Method and Description |
---|---|
Product |
Product.ProductBuilder.build() |
protected Product |
ProductCreateFluentHelper.getEntity() |
protected Product |
ProductUpdateFluentHelper.getEntity() |
Modifier and Type | Method and Description |
---|---|
protected Class<Product> |
ProductFluentHelper.getEntityClass() |
protected Class<Product> |
ProductByKeyFluentHelper.getEntityClass() |
Class<Product> |
Product.getType() |
Modifier and Type | Method and Description |
---|---|
protected ProductLink<ObjectT> |
ProductLink.translateLinkType(EntityLink<ProductLink<ObjectT>,Product,ObjectT> link) |
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 |
---|---|
ProductCreateFluentHelper |
DefaultProductMasterService.createProduct(Product product) |
ProductCreateFluentHelper |
ProductMasterService.createProduct(Product product)
Create a new
Product entity and
save it to the S/4HANA system. |
ProductUpdateFluentHelper |
DefaultProductMasterService.updateProduct(Product product) |
ProductUpdateFluentHelper |
ProductMasterService.updateProduct(Product product)
Update an existing
Product
entity and save it to the S/4HANA system. |
Copyright © 2018 SAP SE. All rights reserved.