Modifier and Type | Field and Description |
---|---|
static ProductUnitsOfMeasureLink<ProductUnitsOfMeasureEAN> |
ProductUnitsOfMeasure.TO_INTERNATIONAL_ARTICLE_NUMBER
Use with available fluent helpers to apply the to_InternationalArticleNumber navigation property to query
operations.
|
Modifier and Type | Method and Description |
---|---|
ProductUnitsOfMeasureEAN |
ProductUnitsOfMeasureEAN.ProductUnitsOfMeasureEANBuilder.build() |
protected ProductUnitsOfMeasureEAN |
ProductUnitsOfMeasureEANDeleteFluentHelper.getEntity() |
protected ProductUnitsOfMeasureEAN |
ProductUnitsOfMeasureEANCreateFluentHelper.getEntity() |
protected ProductUnitsOfMeasureEAN |
ProductUnitsOfMeasureEANUpdateFluentHelper.getEntity() |
Modifier and Type | Method and Description |
---|---|
List<ProductUnitsOfMeasureEAN> |
ProductUnitsOfMeasure.fetchInternationalArticleNumber()
Fetches the ProductUnitsOfMeasureEAN entities (one to many) associated with this entity.
|
protected Class<ProductUnitsOfMeasureEAN> |
ProductUnitsOfMeasureEANByKeyFluentHelper.getEntityClass() |
protected Class<ProductUnitsOfMeasureEAN> |
ProductUnitsOfMeasureEANFluentHelper.getEntityClass() |
io.vavr.control.Option<List<ProductUnitsOfMeasureEAN>> |
ProductUnitsOfMeasure.getInternationalArticleNumberIfPresent()
Retrieval of associated ProductUnitsOfMeasureEAN entities (one to many).
|
List<ProductUnitsOfMeasureEAN> |
ProductUnitsOfMeasure.getInternationalArticleNumberOrFetch()
Retrieval of associated ProductUnitsOfMeasureEAN entities (one to many).
|
Class<ProductUnitsOfMeasureEAN> |
ProductUnitsOfMeasureEAN.getType() |
Modifier and Type | Method and Description |
---|---|
void |
ProductUnitsOfMeasure.addInternationalArticleNumber(ProductUnitsOfMeasureEAN... entity)
Adds elements to the list of associated ProductUnitsOfMeasureEAN entities.
|
ProductUnitsOfMeasure.ProductUnitsOfMeasureBuilder |
ProductUnitsOfMeasure.ProductUnitsOfMeasureBuilder.internationalArticleNumber(ProductUnitsOfMeasureEAN... value)
Navigation property to_InternationalArticleNumber for ProductUnitsOfMeasure to multiple
ProductUnitsOfMeasureEAN.
|
Modifier and Type | Method and Description |
---|---|
void |
ProductUnitsOfMeasure.setInternationalArticleNumber(List<ProductUnitsOfMeasureEAN> value)
Overwrites the list of associated ProductUnitsOfMeasureEAN entities for the loaded navigation property
to_InternationalArticleNumber.
|
Constructor and Description |
---|
ProductUnitsOfMeasureEANCreateFluentHelper(String servicePath,
ProductUnitsOfMeasureEAN entity)
Creates a fluent helper object that will create a
ProductUnitsOfMeasureEAN entity on the OData endpoint. |
ProductUnitsOfMeasureEANDeleteFluentHelper(String servicePath,
ProductUnitsOfMeasureEAN entity)
Creates a fluent helper object that will delete a
ProductUnitsOfMeasureEAN entity on the OData endpoint. |
ProductUnitsOfMeasureEANUpdateFluentHelper(String servicePath,
ProductUnitsOfMeasureEAN entity)
Creates a fluent helper object that will update a
ProductUnitsOfMeasureEAN entity on the OData endpoint. |
Constructor and Description |
---|
ProductUnitsOfMeasure(String product,
String alternativeUnit,
BigDecimal quantityNumerator,
BigDecimal quantityDenominator,
BigDecimal materialVolume,
String volumeUnit,
BigDecimal grossWeight,
String weightUnit,
String globalTradeItemNumber,
String globalTradeItemNumberCategory,
BigDecimal unitSpecificProductLength,
BigDecimal unitSpecificProductWidth,
BigDecimal unitSpecificProductHeight,
String productMeasurementUnit,
String lowerLevelPackagingUnit,
BigDecimal remainingVolumeAfterNesting,
Short maximumStackingFactor,
BigDecimal capacityUsage,
List<ProductUnitsOfMeasureEAN> toInternationalArticleNumber) |
Modifier and Type | Method and Description |
---|---|
ProductMasterServiceBatchChangeSet |
DefaultProductMasterServiceBatchChangeSet.createProductUnitsOfMeasureEAN(ProductUnitsOfMeasureEAN productUnitsOfMeasureEAN)
Create a new
ProductUnitsOfMeasureEAN entity and save it to the S/4HANA system. |
ProductMasterServiceBatchChangeSet |
ProductMasterServiceBatchChangeSet.createProductUnitsOfMeasureEAN(ProductUnitsOfMeasureEAN productUnitsOfMeasureEAN)
Create a new
ProductUnitsOfMeasureEAN entity and save it to the S/4HANA system. |
ProductMasterServiceBatchChangeSet |
DefaultProductMasterServiceBatchChangeSet.deleteProductUnitsOfMeasureEAN(ProductUnitsOfMeasureEAN productUnitsOfMeasureEAN)
Deletes an existing
ProductUnitsOfMeasureEAN entity in the S/4HANA system. |
ProductMasterServiceBatchChangeSet |
ProductMasterServiceBatchChangeSet.deleteProductUnitsOfMeasureEAN(ProductUnitsOfMeasureEAN productUnitsOfMeasureEAN)
Deletes an existing
ProductUnitsOfMeasureEAN entity in the S/4HANA system. |
ProductMasterServiceBatchChangeSet |
DefaultProductMasterServiceBatchChangeSet.updateProductUnitsOfMeasureEAN(ProductUnitsOfMeasureEAN productUnitsOfMeasureEAN)
Update an existing
ProductUnitsOfMeasureEAN entity and save it to the S/4HANA system. |
ProductMasterServiceBatchChangeSet |
ProductMasterServiceBatchChangeSet.updateProductUnitsOfMeasureEAN(ProductUnitsOfMeasureEAN productUnitsOfMeasureEAN)
Update an existing
ProductUnitsOfMeasureEAN entity and save it to the S/4HANA system. |
Modifier and Type | Method and Description |
---|---|
ExpressionFluentHelper<ProductUnitsOfMeasureEAN> |
ProductUnitsOfMeasureEANOneToOneLink.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 ProductUnitsOfMeasureEANLink<ObjectT> |
ProductUnitsOfMeasureEANLink.translateLinkType(EntityLink<ProductUnitsOfMeasureEANLink<ObjectT>,ProductUnitsOfMeasureEAN,ObjectT> link) |
Copyright © 2019 SAP SE. All rights reserved.