Modifier and Type | Field and Description |
---|---|
static MaterialLink<MaterialText> |
Material.TO_CNSLDTN_MATERIAL_T
Use with available fluent helpers to apply the to_CnsldtnMaterialT navigation property to query
operations.
|
Modifier and Type | Method and Description |
---|---|
MaterialText |
MaterialText.MaterialTextBuilder.build() |
Modifier and Type | Method and Description |
---|---|
List<MaterialText> |
Material.fetchCnsldtnMaterialT()
Fetches the MaterialText entities (one to many) associated with this entity.
|
io.vavr.control.Option<List<MaterialText>> |
Material.getCnsldtnMaterialTIfPresent()
Retrieval of associated MaterialText entities (one to many).
|
List<MaterialText> |
Material.getCnsldtnMaterialTOrFetch()
Retrieval of associated MaterialText entities (one to many).
|
protected Class<MaterialText> |
MaterialTextFluentHelper.getEntityClass() |
protected Class<MaterialText> |
MaterialTextByKeyFluentHelper.getEntityClass() |
Class<MaterialText> |
MaterialText.getType() |
Modifier and Type | Method and Description |
---|---|
void |
Material.addCnsldtnMaterialT(MaterialText... entity)
Adds elements to the list of associated MaterialText entities.
|
Material.MaterialBuilder |
Material.MaterialBuilder.cnsldtnMaterialT(MaterialText... value)
Navigation property to_CnsldtnMaterialT for Material to multiple MaterialText.
|
Modifier and Type | Method and Description |
---|---|
void |
Material.setCnsldtnMaterialT(List<MaterialText> value)
Overwrites the list of associated MaterialText entities for the loaded navigation property
to_CnsldtnMaterialT.
|
Constructor and Description |
---|
Material(String material,
String material_Text,
String additionalMasterDataSource,
List<MaterialHier> toCnsldtnMaterialHier,
List<MaterialText> toCnsldtnMaterialT) |
Modifier and Type | Method and Description |
---|---|
ExpressionFluentHelper<MaterialText> |
MaterialTextOneToOneLink.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 MaterialTextLink<ObjectT> |
MaterialTextLink.translateLinkType(EntityLink<MaterialTextLink<ObjectT>,MaterialText,ObjectT> link) |
Copyright © 2020 SAP SE. All rights reserved.