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()
Product entity object that will be created in the S/4HANA system. |
protected Product |
ProductUpdateFluentHelper.getEntity()
Product entity object that will be updated in the S/4HANA system. |
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(Product entity) |
ProductUpdateFluentHelper(Product entity) |
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.