Modifier and Type | Field and Description |
---|---|
static SoldProductLink<SoldProductHier> |
SoldProduct.TO_CNSLDTN_PRODUCT_SOLD_HIER
Use with available fluent helpers to apply the to_CnsldtnProductSoldHier navigation property to query
operations.
|
Modifier and Type | Method and Description |
---|---|
SoldProductHier |
SoldProductHier.SoldProductHierBuilder.build() |
Modifier and Type | Method and Description |
---|---|
List<SoldProductHier> |
SoldProduct.fetchCnsldtnProductSoldHier()
Fetches the SoldProductHier entities (one to many) associated with this entity.
|
io.vavr.control.Option<List<SoldProductHier>> |
SoldProduct.getCnsldtnProductSoldHierIfPresent()
Retrieval of associated SoldProductHier entities (one to many).
|
List<SoldProductHier> |
SoldProduct.getCnsldtnProductSoldHierOrFetch()
Retrieval of associated SoldProductHier entities (one to many).
|
protected Class<SoldProductHier> |
SoldProductHierByKeyFluentHelper.getEntityClass() |
protected Class<SoldProductHier> |
SoldProductHierFluentHelper.getEntityClass() |
Class<SoldProductHier> |
SoldProductHier.getType() |
Modifier and Type | Method and Description |
---|---|
void |
SoldProduct.addCnsldtnProductSoldHier(SoldProductHier... entity)
Adds elements to the list of associated SoldProductHier entities.
|
SoldProduct.SoldProductBuilder |
SoldProduct.SoldProductBuilder.cnsldtnProductSoldHier(SoldProductHier... value)
Navigation property to_CnsldtnProductSoldHier for SoldProduct to multiple
SoldProductHier.
|
Modifier and Type | Method and Description |
---|---|
void |
SoldProduct.setCnsldtnProductSoldHier(List<SoldProductHier> value)
Overwrites the list of associated SoldProductHier entities for the loaded navigation property
to_CnsldtnProductSoldHier.
|
Constructor and Description |
---|
SoldProduct(String material,
String material_Text,
String additionalMasterDataSource,
List<SoldProductHier> toCnsldtnProductSoldHier,
List<SoldProductText> toCnsldtnProductSoldT) |
Modifier and Type | Method and Description |
---|---|
ExpressionFluentHelper<SoldProductHier> |
SoldProductHierOneToOneLink.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 SoldProductHierLink<ObjectT> |
SoldProductHierLink.translateLinkType(EntityLink<SoldProductHierLink<ObjectT>,SoldProductHier,ObjectT> link) |
Copyright © 2019 SAP SE. All rights reserved.