Modifier and Type | Field and Description |
---|---|
static MaterialLink<MaterialHier> |
Material.TO_CNSLDTN_MATERIAL_HIER
Use with available fluent helpers to apply the to_CnsldtnMaterialHier navigation property to query
operations.
|
Modifier and Type | Method and Description |
---|---|
MaterialHier |
MaterialHier.MaterialHierBuilder.build() |
Modifier and Type | Method and Description |
---|---|
List<MaterialHier> |
Material.fetchCnsldtnMaterialHier()
Fetches the MaterialHier entities (one to many) associated with this entity.
|
io.vavr.control.Option<List<MaterialHier>> |
Material.getCnsldtnMaterialHierIfPresent()
Retrieval of associated MaterialHier entities (one to many).
|
List<MaterialHier> |
Material.getCnsldtnMaterialHierOrFetch()
Retrieval of associated MaterialHier entities (one to many).
|
protected Class<MaterialHier> |
MaterialHierFluentHelper.getEntityClass() |
protected Class<MaterialHier> |
MaterialHierByKeyFluentHelper.getEntityClass() |
Class<MaterialHier> |
MaterialHier.getType() |
Modifier and Type | Method and Description |
---|---|
void |
Material.addCnsldtnMaterialHier(MaterialHier... entity)
Adds elements to the list of associated MaterialHier entities.
|
Material.MaterialBuilder |
Material.MaterialBuilder.cnsldtnMaterialHier(MaterialHier... value)
Navigation property to_CnsldtnMaterialHier for Material to multiple MaterialHier.
|
Modifier and Type | Method and Description |
---|---|
void |
Material.setCnsldtnMaterialHier(List<MaterialHier> value)
Overwrites the list of associated MaterialHier entities for the loaded navigation property
to_CnsldtnMaterialHier.
|
Constructor and Description |
---|
Material(String material,
String material_Text,
String additionalMasterDataSource,
List<MaterialHier> toCnsldtnMaterialHier,
List<MaterialText> toCnsldtnMaterialT) |
Modifier and Type | Method and Description |
---|---|
ExpressionFluentHelper<MaterialHier> |
MaterialHierOneToOneLink.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 MaterialHierLink<ObjectT> |
MaterialHierLink.translateLinkType(EntityLink<MaterialHierLink<ObjectT>,MaterialHier,ObjectT> link) |
Copyright © 2020 SAP SE. All rights reserved.