Modifier and Type | Field and Description |
---|---|
static SupplierLink<SupplierText> |
Supplier.TO_CNSLDTN_SUPPLIER_T
Use with available fluent helpers to apply the to_CnsldtnSupplierT navigation property to query
operations.
|
Modifier and Type | Method and Description |
---|---|
SupplierText |
SupplierText.SupplierTextBuilder.build() |
Modifier and Type | Method and Description |
---|---|
List<SupplierText> |
Supplier.fetchCnsldtnSupplierT()
Fetches the SupplierText entities (one to many) associated with this entity.
|
io.vavr.control.Option<List<SupplierText>> |
Supplier.getCnsldtnSupplierTIfPresent()
Retrieval of associated SupplierText entities (one to many).
|
List<SupplierText> |
Supplier.getCnsldtnSupplierTOrFetch()
Retrieval of associated SupplierText entities (one to many).
|
protected Class<SupplierText> |
SupplierTextByKeyFluentHelper.getEntityClass() |
protected Class<SupplierText> |
SupplierTextFluentHelper.getEntityClass() |
Class<SupplierText> |
SupplierText.getType() |
Modifier and Type | Method and Description |
---|---|
void |
Supplier.addCnsldtnSupplierT(SupplierText... entity)
Adds elements to the list of associated SupplierText entities.
|
Supplier.SupplierBuilder |
Supplier.SupplierBuilder.cnsldtnSupplierT(SupplierText... value)
Navigation property to_CnsldtnSupplierT for Supplier to multiple SupplierText.
|
Modifier and Type | Method and Description |
---|---|
void |
Supplier.setCnsldtnSupplierT(List<SupplierText> value)
Overwrites the list of associated SupplierText entities for the loaded navigation property
to_CnsldtnSupplierT.
|
Constructor and Description |
---|
Supplier(String supplier,
String supplier_Text,
String additionalMasterDataSource,
List<SupplierHier> toCnsldtnSupplierHier,
List<SupplierText> toCnsldtnSupplierT) |
Modifier and Type | Method and Description |
---|---|
ExpressionFluentHelper<SupplierText> |
SupplierTextOneToOneLink.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 SupplierTextLink<ObjectT> |
SupplierTextLink.translateLinkType(EntityLink<SupplierTextLink<ObjectT>,SupplierText,ObjectT> link) |
Copyright © 2021 SAP SE. All rights reserved.