Modifier and Type | Field and Description |
---|---|
static ProductLink<ProductUnitsOfMeasure> |
Product.TO_PRODUCT_UNITS_OF_MEASURE
Use with available fluent helpers to apply the to_ProductUnitsOfMeasure navigation property to query
operations.
|
Modifier and Type | Method and Description |
---|---|
ProductUnitsOfMeasure |
ProductUnitsOfMeasure.ProductUnitsOfMeasureBuilder.build() |
protected ProductUnitsOfMeasure |
ProductUnitsOfMeasureUpdateFluentHelper.getEntity() |
protected ProductUnitsOfMeasure |
ProductUnitsOfMeasureDeleteFluentHelper.getEntity() |
protected ProductUnitsOfMeasure |
ProductUnitsOfMeasureCreateFluentHelper.getEntity() |
Modifier and Type | Method and Description |
---|---|
List<ProductUnitsOfMeasure> |
Product.fetchProductUnitsOfMeasure()
Fetches the ProductUnitsOfMeasure entities (one to many) associated with this entity.
|
protected Class<ProductUnitsOfMeasure> |
ProductUnitsOfMeasureFluentHelper.getEntityClass() |
protected Class<ProductUnitsOfMeasure> |
ProductUnitsOfMeasureByKeyFluentHelper.getEntityClass() |
io.vavr.control.Option<List<ProductUnitsOfMeasure>> |
Product.getProductUnitsOfMeasureIfPresent()
Retrieval of associated ProductUnitsOfMeasure entities (one to many).
|
List<ProductUnitsOfMeasure> |
Product.getProductUnitsOfMeasureOrFetch()
Retrieval of associated ProductUnitsOfMeasure entities (one to many).
|
Class<ProductUnitsOfMeasure> |
ProductUnitsOfMeasure.getType() |
Modifier and Type | Method and Description |
---|---|
void |
Product.addProductUnitsOfMeasure(ProductUnitsOfMeasure... entity)
Adds elements to the list of associated ProductUnitsOfMeasure entities.
|
Product.ProductBuilder |
Product.ProductBuilder.productUnitsOfMeasure(ProductUnitsOfMeasure... value)
Navigation property to_ProductUnitsOfMeasure for Product to multiple
ProductUnitsOfMeasure.
|
Modifier and Type | Method and Description |
---|---|
void |
Product.setProductUnitsOfMeasure(List<ProductUnitsOfMeasure> value)
Overwrites the list of associated ProductUnitsOfMeasure entities for the loaded navigation property
to_ProductUnitsOfMeasure.
|
Constructor and Description |
---|
ProductUnitsOfMeasureCreateFluentHelper(String servicePath,
ProductUnitsOfMeasure entity)
Creates a fluent helper object that will create a
ProductUnitsOfMeasure entity on the OData endpoint. |
ProductUnitsOfMeasureDeleteFluentHelper(String servicePath,
ProductUnitsOfMeasure entity)
Creates a fluent helper object that will delete a
ProductUnitsOfMeasure entity on the OData endpoint. |
ProductUnitsOfMeasureUpdateFluentHelper(String servicePath,
ProductUnitsOfMeasure entity)
Creates a fluent helper object that will update a
ProductUnitsOfMeasure entity on the OData endpoint. |
Constructor and Description |
---|
Product(String product,
String productType,
String crossPlantStatus,
LocalDateTime crossPlantStatusValidityDate,
LocalDateTime creationDate,
String createdByUser,
LocalDateTime lastChangeDate,
String lastChangedByUser,
ZonedDateTime lastChangeDateTime,
Boolean isMarkedForDeletion,
String productOldID,
BigDecimal grossWeight,
String purchaseOrderQuantityUnit,
String sourceOfSupply,
String weightUnit,
BigDecimal netWeight,
String countryOfOrigin,
String competitorID,
String productGroup,
String baseUnit,
String itemCategoryGroup,
String productHierarchy,
String division,
String varblPurOrdUnitIsActive,
String volumeUnit,
BigDecimal materialVolume,
String aNPCode,
String brand,
String procurementRule,
LocalDateTime validityStartDate,
String lowLevelCode,
String prodNoInGenProdInPrepackProd,
String serialIdentifierAssgmtProfile,
String sizeOrDimensionText,
String industryStandardName,
String productStandardID,
String internationalArticleNumberCat,
Boolean productIsConfigurable,
Boolean isBatchManagementRequired,
String externalProductGroup,
String crossPlantConfigurableProduct,
String serialNoExplicitnessLevel,
String productManufacturerNumber,
String manufacturerNumber,
String manufacturerPartProfile,
Boolean qltyMgmtInProcmtIsActive,
String industrySector,
String changeNumber,
String materialRevisionLevel,
String handlingIndicator,
String warehouseProductGroup,
String warehouseStorageCondition,
String standardHandlingUnitType,
String serialNumberProfile,
String adjustmentProfile,
String preferredUnitOfMeasure,
Boolean isPilferable,
Boolean isRelevantForHzdsSubstances,
BigDecimal quarantinePeriod,
String timeUnitForQuarantinePeriod,
String qualityInspectionGroup,
String authorizationGroup,
String handlingUnitType,
Boolean hasVariableTareWeight,
BigDecimal maximumPackagingLength,
BigDecimal maximumPackagingWidth,
BigDecimal maximumPackagingHeight,
String unitForMaxPackagingDimensions,
List<ProductDescription> toDescription,
List<ProductPlant> toPlant,
List<ProductBasicText> toProductBasicText,
List<ProductInspectionText> toProductInspectionText,
ProductProcurement toProductProcurement,
List<ProductPurchaseText> toProductPurchaseText,
ProductQualityMgmt toProductQualityMgmt,
ProductSales toProductSales,
List<ProductSalesTax> toProductSalesTax,
ProductStorage toProductStorage,
List<ProductUnitsOfMeasure> toProductUnitsOfMeasure,
List<ProductSalesDelivery> toSalesDelivery,
List<ProductValuation> toValuation) |
Modifier and Type | Method and Description |
---|---|
ProductMasterServiceBatchChangeSet |
DefaultProductMasterServiceBatchChangeSet.createProductUnitsOfMeasure(ProductUnitsOfMeasure productUnitsOfMeasure)
Create a new
ProductUnitsOfMeasure entity and save it to the S/4HANA system. |
ProductMasterServiceBatchChangeSet |
ProductMasterServiceBatchChangeSet.createProductUnitsOfMeasure(ProductUnitsOfMeasure productUnitsOfMeasure)
Create a new
ProductUnitsOfMeasure entity and save it to the S/4HANA system. |
ProductMasterServiceBatchChangeSet |
DefaultProductMasterServiceBatchChangeSet.deleteProductUnitsOfMeasure(ProductUnitsOfMeasure productUnitsOfMeasure)
Deletes an existing
ProductUnitsOfMeasure entity in the S/4HANA system. |
ProductMasterServiceBatchChangeSet |
ProductMasterServiceBatchChangeSet.deleteProductUnitsOfMeasure(ProductUnitsOfMeasure productUnitsOfMeasure)
Deletes an existing
ProductUnitsOfMeasure entity in the S/4HANA system. |
ProductMasterServiceBatchChangeSet |
DefaultProductMasterServiceBatchChangeSet.updateProductUnitsOfMeasure(ProductUnitsOfMeasure productUnitsOfMeasure)
Update an existing
ProductUnitsOfMeasure entity and save it to the S/4HANA system. |
ProductMasterServiceBatchChangeSet |
ProductMasterServiceBatchChangeSet.updateProductUnitsOfMeasure(ProductUnitsOfMeasure productUnitsOfMeasure)
Update an existing
ProductUnitsOfMeasure entity and save it to the S/4HANA system. |
Modifier and Type | Method and Description |
---|---|
ExpressionFluentHelper<ProductUnitsOfMeasure> |
ProductUnitsOfMeasureOneToOneLink.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 ProductUnitsOfMeasureLink<ObjectT> |
ProductUnitsOfMeasureLink.translateLinkType(EntityLink<ProductUnitsOfMeasureLink<ObjectT>,ProductUnitsOfMeasure,ObjectT> link) |
Copyright © 2020 SAP SE. All rights reserved.