Modifier and Type | Field and Description |
---|---|
static SpecAssignedMatlForKeyDateOneToOneLink<Product> |
SpecAssignedMatlForKeyDate.TO_PRODUCT
Use with available fluent helpers to apply the to_Product navigation property to query operations.
|
Modifier and Type | Method and Description |
---|---|
Product |
Product.ProductBuilder.build() |
Product |
SpecAssignedMatlForKeyDate.fetchProduct()
Fetches the Product entity (one to one) associated with this entity.
|
protected Product |
ProductUpdateFluentHelper.getEntity() |
protected Product |
ProductCreateFluentHelper.getEntity() |
Product |
SpecAssignedMatlForKeyDate.getProductOrFetch()
Retrieval of associated Product entity (one to one).
|
Modifier and Type | Method and Description |
---|---|
protected Class<Product> |
ProductFluentHelper.getEntityClass() |
protected Class<Product> |
ProductByKeyFluentHelper.getEntityClass() |
io.vavr.control.Option<Product> |
SpecAssignedMatlForKeyDate.getProductIfPresent()
Retrieval of associated Product entity (one to one).
|
Class<Product> |
Product.getType() |
Modifier and Type | Method and Description |
---|---|
SpecAssignedMatlForKeyDate.SpecAssignedMatlForKeyDateBuilder |
SpecAssignedMatlForKeyDate.SpecAssignedMatlForKeyDateBuilder.product(Product value)
Navigation property to_Product for SpecAssignedMatlForKeyDate to single Product.
|
void |
SpecAssignedMatlForKeyDate.setProduct(Product value)
Overwrites the associated Product entity for the loaded navigation property to_Product.
|
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. |
SpecAssignedMatlForKeyDate(String specMaterialAssgmtInternalID,
String specMaterialAssgmtChangeState,
String material,
String plant,
String plantName,
LocalDateTime specMaterialAssgmtChangeDate,
String specMaterialAssgmtChangeNumber,
String specMaterialAssgmtCreatedByUsr,
LocalDateTime specMaterialAssgmtCreationDate,
Boolean specMaterialAssgmtIsDeleted,
String specMatlAssgmtLastChangedByUsr,
LocalDateTime specMatlAssgmtValdtyEndDate,
LocalDateTime specMatlAssgmtValdtyStartDate,
String specificationInternalID,
String specificationAuthznGroup,
String specificationType,
List<ProductDescription> toDescription,
Product toProduct,
ProductPlant toProductPlant) |
Modifier and Type | Method and Description |
---|---|
RealSubstanceServiceBatchChangeSet |
RealSubstanceServiceBatchChangeSet.createProduct(Product product)
Create a new
Product entity and
save it to the S/4HANA system. |
RealSubstanceServiceBatchChangeSet |
DefaultRealSubstanceServiceBatchChangeSet.createProduct(Product product)
Create a new
Product entity and
save it to the S/4HANA system. |
RealSubstanceServiceBatchChangeSet |
RealSubstanceServiceBatchChangeSet.updateProduct(Product product)
Update an existing
Product
entity and save it to the S/4HANA system. |
RealSubstanceServiceBatchChangeSet |
DefaultRealSubstanceServiceBatchChangeSet.updateProduct(Product product)
Update an existing
Product
entity and save it to the S/4HANA system. |
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 |
DefaultRealSubstanceService.createProduct(Product product) |
ProductCreateFluentHelper |
RealSubstanceService.createProduct(Product product)
Create a new
Product entity and
save it to the S/4HANA system. |
ProductUpdateFluentHelper |
DefaultRealSubstanceService.updateProduct(Product product) |
ProductUpdateFluentHelper |
RealSubstanceService.updateProduct(Product product)
Update an existing
Product
entity and save it to the S/4HANA system. |
Copyright © 2019 SAP SE. All rights reserved.