Modifier and Type | Field and Description |
---|---|
static SoldProductHierOneToOneLink<SoldProduct> |
SoldProductHier.TO_CNSLDTN_PRODUCT_SOLD
Use with available fluent helpers to apply the to_CnsldtnProductSold navigation property to query
operations.
|
static SoldProductTextOneToOneLink<SoldProduct> |
SoldProductText.TO_CNSLDTN_PRODUCT_SOLD
Use with available fluent helpers to apply the to_CnsldtnProductSold navigation property to query
operations.
|
Modifier and Type | Method and Description |
---|---|
SoldProduct |
SoldProduct.SoldProductBuilder.build() |
SoldProduct |
SoldProductHier.fetchCnsldtnProductSold()
Fetches the SoldProduct entity (one to one) associated with this entity.
|
SoldProduct |
SoldProductText.fetchCnsldtnProductSold()
Fetches the SoldProduct entity (one to one) associated with this entity.
|
SoldProduct |
SoldProductHier.getCnsldtnProductSoldOrFetch()
Retrieval of associated SoldProduct entity (one to one).
|
SoldProduct |
SoldProductText.getCnsldtnProductSoldOrFetch()
Retrieval of associated SoldProduct entity (one to one).
|
Modifier and Type | Method and Description |
---|---|
io.vavr.control.Option<SoldProduct> |
SoldProductHier.getCnsldtnProductSoldIfPresent()
Retrieval of associated SoldProduct entity (one to one).
|
io.vavr.control.Option<SoldProduct> |
SoldProductText.getCnsldtnProductSoldIfPresent()
Retrieval of associated SoldProduct entity (one to one).
|
protected Class<SoldProduct> |
SoldProductByKeyFluentHelper.getEntityClass() |
protected Class<SoldProduct> |
SoldProductFluentHelper.getEntityClass() |
Class<SoldProduct> |
SoldProduct.getType() |
Modifier and Type | Method and Description |
---|---|
SoldProductHier.SoldProductHierBuilder |
SoldProductHier.SoldProductHierBuilder.cnsldtnProductSold(SoldProduct value)
Navigation property to_CnsldtnProductSold for SoldProductHier to single SoldProduct.
|
SoldProductText.SoldProductTextBuilder |
SoldProductText.SoldProductTextBuilder.cnsldtnProductSold(SoldProduct value)
Navigation property to_CnsldtnProductSold for SoldProductText to single SoldProduct.
|
void |
SoldProductHier.setCnsldtnProductSold(SoldProduct value)
Overwrites the associated SoldProduct entity for the loaded navigation property
to_CnsldtnProductSold.
|
void |
SoldProductText.setCnsldtnProductSold(SoldProduct value)
Overwrites the associated SoldProduct entity for the loaded navigation property
to_CnsldtnProductSold.
|
Constructor and Description |
---|
SoldProductHier(String additionalMasterDataHierarchy,
String hierarchyNode,
String hierarchyNode_Text,
LocalDateTime validityEndDate,
String parentNode,
LocalDateTime validityStartDate,
String material,
String material_Text,
String sequenceNumber,
String hierarchyNodeSequence,
String hierarchyNodeLevel,
String nodeType,
SoldProduct toCnsldtnProductSold,
List<SoldProductHierText> toCnsldtnProductSoldHierT) |
SoldProductText(String language,
String material,
String soldProductText,
SoldProduct toCnsldtnProductSold) |
Modifier and Type | Method and Description |
---|---|
ExpressionFluentHelper<SoldProduct> |
SoldProductOneToOneLink.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 SoldProductLink<ObjectT> |
SoldProductLink.translateLinkType(EntityLink<SoldProductLink<ObjectT>,SoldProduct,ObjectT> link) |
Copyright © 2021 SAP SE. All rights reserved.