Modifier and Type | Field and Description |
---|---|
static SoldProductLink<SoldProductText> |
SoldProduct.TO_CNSLDTN_PRODUCT_SOLD_T
Use with available fluent helpers to apply the to_CnsldtnProductSoldT navigation property to query
operations.
|
Modifier and Type | Method and Description |
---|---|
SoldProductText |
SoldProductText.SoldProductTextBuilder.build() |
Modifier and Type | Method and Description |
---|---|
List<SoldProductText> |
SoldProduct.fetchCnsldtnProductSoldT()
Fetches the SoldProductText entities (one to many) associated with this entity.
|
io.vavr.control.Option<List<SoldProductText>> |
SoldProduct.getCnsldtnProductSoldTIfPresent()
Retrieval of associated SoldProductText entities (one to many).
|
List<SoldProductText> |
SoldProduct.getCnsldtnProductSoldTOrFetch()
Retrieval of associated SoldProductText entities (one to many).
|
protected Class<SoldProductText> |
SoldProductTextFluentHelper.getEntityClass() |
protected Class<SoldProductText> |
SoldProductTextByKeyFluentHelper.getEntityClass() |
Class<SoldProductText> |
SoldProductText.getType() |
Modifier and Type | Method and Description |
---|---|
void |
SoldProduct.addCnsldtnProductSoldT(SoldProductText... entity)
Adds elements to the list of associated SoldProductText entities.
|
SoldProduct.SoldProductBuilder |
SoldProduct.SoldProductBuilder.cnsldtnProductSoldT(SoldProductText... value)
Navigation property to_CnsldtnProductSoldT for SoldProduct to multiple SoldProductText.
|
Modifier and Type | Method and Description |
---|---|
void |
SoldProduct.setCnsldtnProductSoldT(List<SoldProductText> value)
Overwrites the list of associated SoldProductText entities for the loaded navigation property
to_CnsldtnProductSoldT.
|
Constructor and Description |
---|
SoldProduct(String material,
String material_Text,
String additionalMasterDataSource,
List<SoldProductHier> toCnsldtnProductSoldHier,
List<SoldProductText> toCnsldtnProductSoldT) |
Modifier and Type | Method and Description |
---|---|
ExpressionFluentHelper<SoldProductText> |
SoldProductTextOneToOneLink.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 SoldProductTextLink<ObjectT> |
SoldProductTextLink.translateLinkType(EntityLink<SoldProductTextLink<ObjectT>,SoldProductText,ObjectT> link) |
Copyright © 2020 SAP SE. All rights reserved.