Modifier and Type | Field and Description |
---|---|
static SupplierLink<SupplierHier> |
Supplier.TO_CNSLDTN_SUPPLIER_HIER
Use with available fluent helpers to apply the to_CnsldtnSupplierHier navigation property to query
operations.
|
Modifier and Type | Method and Description |
---|---|
SupplierHier |
SupplierHier.SupplierHierBuilder.build() |
Modifier and Type | Method and Description |
---|---|
List<SupplierHier> |
Supplier.fetchCnsldtnSupplierHier()
Fetches the SupplierHier entities (one to many) associated with this entity.
|
io.vavr.control.Option<List<SupplierHier>> |
Supplier.getCnsldtnSupplierHierIfPresent()
Retrieval of associated SupplierHier entities (one to many).
|
List<SupplierHier> |
Supplier.getCnsldtnSupplierHierOrFetch()
Retrieval of associated SupplierHier entities (one to many).
|
protected Class<SupplierHier> |
SupplierHierByKeyFluentHelper.getEntityClass() |
protected Class<SupplierHier> |
SupplierHierFluentHelper.getEntityClass() |
Class<SupplierHier> |
SupplierHier.getType() |
Modifier and Type | Method and Description |
---|---|
void |
Supplier.addCnsldtnSupplierHier(SupplierHier... entity)
Adds elements to the list of associated SupplierHier entities.
|
Supplier.SupplierBuilder |
Supplier.SupplierBuilder.cnsldtnSupplierHier(SupplierHier... value)
Navigation property to_CnsldtnSupplierHier for Supplier to multiple SupplierHier.
|
Modifier and Type | Method and Description |
---|---|
void |
Supplier.setCnsldtnSupplierHier(List<SupplierHier> value)
Overwrites the list of associated SupplierHier entities for the loaded navigation property
to_CnsldtnSupplierHier.
|
Constructor and Description |
---|
Supplier(String supplier,
String supplier_Text,
String additionalMasterDataSource,
List<SupplierHier> toCnsldtnSupplierHier,
List<SupplierText> toCnsldtnSupplierT) |
Modifier and Type | Method and Description |
---|---|
ExpressionFluentHelper<SupplierHier> |
SupplierHierOneToOneLink.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 SupplierHierLink<ObjectT> |
SupplierHierLink.translateLinkType(EntityLink<SupplierHierLink<ObjectT>,SupplierHier,ObjectT> link) |
Copyright © 2021 SAP SE. All rights reserved.