Modifier and Type | Field and Description |
---|---|
static ProductLink<ProductValuation> |
Product.TO_VALUATION
Use with available fluent helpers to apply the to_Valuation navigation property to query operations.
|
Modifier and Type | Method and Description |
---|---|
ProductValuation |
ProductValuation.ProductValuationBuilder.build() |
protected ProductValuation |
ProductValuationUpdateFluentHelper.getEntity() |
protected ProductValuation |
ProductValuationCreateFluentHelper.getEntity() |
Modifier and Type | Method and Description |
---|---|
List<ProductValuation> |
Product.fetchValuation()
Fetches the ProductValuation entities (one to many) associated with this entity.
|
protected Class<ProductValuation> |
ProductValuationFluentHelper.getEntityClass() |
protected Class<ProductValuation> |
ProductValuationByKeyFluentHelper.getEntityClass() |
Class<ProductValuation> |
ProductValuation.getType() |
Optional<List<ProductValuation>> |
Product.getValuationIfPresent()
Retrieval of associated ProductValuation entities (one to many).
|
List<ProductValuation> |
Product.getValuationOrFetch()
Retrieval of associated ProductValuation entities (one to many).
|
Modifier and Type | Method and Description |
---|---|
void |
Product.addValuation(ProductValuation... entity)
Adds elements to the list of associated ProductValuation entities.
|
Product.ProductBuilder |
Product.ProductBuilder.valuation(ProductValuation... value) |
Modifier and Type | Method and Description |
---|---|
void |
Product.setValuation(List<ProductValuation> value)
Overwrites the list of associated ProductValuation entities for the loaded navigation property
to_Valuation.
|
Constructor and Description |
---|
ProductValuationCreateFluentHelper(String servicePath,
ProductValuation entity)
Creates a fluent helper object that will create a
ProductValuation
entity on the OData endpoint. |
ProductValuationUpdateFluentHelper(String servicePath,
ProductValuation entity)
Creates a fluent helper object that will update a
ProductValuation
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 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.createProductValuation(ProductValuation productValuation)
Create a new
ProductValuation entity and save it to the S/4HANA system. |
ProductMasterServiceBatchChangeSet |
ProductMasterServiceBatchChangeSet.createProductValuation(ProductValuation productValuation)
Create a new
ProductValuation entity and save it to the S/4HANA system. |
ProductMasterServiceBatchChangeSet |
DefaultProductMasterServiceBatchChangeSet.updateProductValuation(ProductValuation productValuation)
Update an existing
ProductValuation entity and save it to the S/4HANA system. |
ProductMasterServiceBatchChangeSet |
ProductMasterServiceBatchChangeSet.updateProductValuation(ProductValuation productValuation)
Update an existing
ProductValuation entity and save it to the S/4HANA system. |
Modifier and Type | Method and Description |
---|---|
ExpressionFluentHelper<ProductValuation> |
ProductValuationOneToOneLink.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 ProductValuationLink<ObjectT> |
ProductValuationLink.translateLinkType(EntityLink<ProductValuationLink<ObjectT>,ProductValuation,ObjectT> link) |
Modifier and Type | Method and Description |
---|---|
ProductValuationCreateFluentHelper |
DefaultProductMasterService.createProductValuation(ProductValuation productValuation) |
ProductValuationCreateFluentHelper |
ProductMasterService.createProductValuation(ProductValuation productValuation)
Create a new
ProductValuation entity and save it to the S/4HANA system. |
ProductValuationUpdateFluentHelper |
DefaultProductMasterService.updateProductValuation(ProductValuation productValuation) |
ProductValuationUpdateFluentHelper |
ProductMasterService.updateProductValuation(ProductValuation productValuation)
Update an existing
ProductValuation entity and save it to the S/4HANA system. |
Copyright © 2019 SAP SE. All rights reserved.