Modifier and Type | Field and Description |
---|---|
static ClfnProductLink<ProductClass> |
ClfnProduct.TO_PRODUCT_CLASS
Use with available fluent helpers to apply the to_ProductClass navigation property to query operations.
|
Modifier and Type | Method and Description |
---|---|
ProductClass |
ProductClass.ProductClassBuilder.build() |
Modifier and Type | Method and Description |
---|---|
List<ProductClass> |
ClfnProduct.fetchProductClass()
Fetches the ProductClass entities (one to many) associated with this entity.
|
protected Class<ProductClass> |
ProductClassByKeyFluentHelper.getEntityClass() |
protected Class<ProductClass> |
ProductClassFluentHelper.getEntityClass() |
io.vavr.control.Option<List<ProductClass>> |
ClfnProduct.getProductClassIfPresent()
Retrieval of associated ProductClass entities (one to many).
|
List<ProductClass> |
ClfnProduct.getProductClassOrFetch()
Retrieval of associated ProductClass entities (one to many).
|
Class<ProductClass> |
ProductClass.getType() |
Modifier and Type | Method and Description |
---|---|
void |
ClfnProduct.addProductClass(ProductClass... entity)
Adds elements to the list of associated ProductClass entities.
|
ClfnProduct.ClfnProductBuilder |
ClfnProduct.ClfnProductBuilder.productClass(ProductClass... value)
Navigation property to_ProductClass for ClfnProduct to multiple ProductClass.
|
Modifier and Type | Method and Description |
---|---|
void |
ClfnProduct.setProductClass(List<ProductClass> value)
Overwrites the list of associated ProductClass entities for the loaded navigation property
to_ProductClass.
|
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,
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<ProductClass> |
ProductClassOneToOneLink.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 ProductClassLink<ObjectT> |
ProductClassLink.translateLinkType(EntityLink<ProductClassLink<ObjectT>,ProductClass,ObjectT> link) |
Copyright © 2019 SAP SE. All rights reserved.