Modifier and Type | Field and Description |
---|---|
static ClfnProductLink<ProductCharc> |
ClfnProduct.TO_PRODUCT_CHARC
Use with available fluent helpers to apply the to_ProductCharc navigation property to query operations.
|
Modifier and Type | Method and Description |
---|---|
ProductCharc |
ProductCharc.ProductCharcBuilder.build() |
Modifier and Type | Method and Description |
---|---|
List<ProductCharc> |
ClfnProduct.fetchProductCharc()
Fetches the ProductCharc entities (one to many) associated with this entity.
|
protected Class<ProductCharc> |
ProductCharcFluentHelper.getEntityClass() |
protected Class<ProductCharc> |
ProductCharcByKeyFluentHelper.getEntityClass() |
io.vavr.control.Option<List<ProductCharc>> |
ClfnProduct.getProductCharcIfPresent()
Retrieval of associated ProductCharc entities (one to many).
|
List<ProductCharc> |
ClfnProduct.getProductCharcOrFetch()
Retrieval of associated ProductCharc entities (one to many).
|
Class<ProductCharc> |
ProductCharc.getType() |
Modifier and Type | Method and Description |
---|---|
void |
ClfnProduct.addProductCharc(ProductCharc... entity)
Adds elements to the list of associated ProductCharc entities.
|
ClfnProduct.ClfnProductBuilder |
ClfnProduct.ClfnProductBuilder.productCharc(ProductCharc... value)
Navigation property to_ProductCharc for ClfnProduct to multiple ProductCharc.
|
Modifier and Type | Method and Description |
---|---|
void |
ClfnProduct.setProductCharc(List<ProductCharc> value)
Overwrites the list of associated ProductCharc entities for the loaded navigation property
to_ProductCharc.
|
Constructor and Description |
---|
ClfnProduct(String product,
String productType,
String crossPlantStatus,
LocalDateTime crossPlantStatusValidityDate,
LocalDateTime creationDate,
String createdByUser,
LocalDateTime lastChangeDate,
String lastChangedByUser,
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 manufacturerPartProfile,
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<ProductCharc> toProductCharc,
List<ProductClass> toProductClass,
List<ProductSalesTax> toProductSalesTax,
List<ProductSalesDelivery> toSalesDelivery) |
Modifier and Type | Method and Description |
---|---|
ExpressionFluentHelper<ProductCharc> |
ProductCharcOneToOneLink.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 ProductCharcLink<ObjectT> |
ProductCharcLink.translateLinkType(EntityLink<ProductCharcLink<ObjectT>,ProductCharc,ObjectT> link) |
Copyright © 2020 SAP SE. All rights reserved.