Modifier and Type | Field and Description |
---|---|
static SupplierHierOneToOneLink<Supplier> |
SupplierHier.TO_CNSLDTN_SUPPLIER
Use with available fluent helpers to apply the to_CnsldtnSupplier navigation property to query operations.
|
static SupplierTextOneToOneLink<Supplier> |
SupplierText.TO_CNSLDTN_SUPPLIER
Use with available fluent helpers to apply the to_CnsldtnSupplier navigation property to query operations.
|
Modifier and Type | Method and Description |
---|---|
Supplier |
Supplier.SupplierBuilder.build() |
Supplier |
SupplierHier.fetchCnsldtnSupplier()
Fetches the Supplier entity (one to one) associated with this entity.
|
Supplier |
SupplierText.fetchCnsldtnSupplier()
Fetches the Supplier entity (one to one) associated with this entity.
|
Supplier |
SupplierHier.getCnsldtnSupplierOrFetch()
Retrieval of associated Supplier entity (one to one).
|
Supplier |
SupplierText.getCnsldtnSupplierOrFetch()
Retrieval of associated Supplier entity (one to one).
|
Modifier and Type | Method and Description |
---|---|
io.vavr.control.Option<Supplier> |
SupplierHier.getCnsldtnSupplierIfPresent()
Retrieval of associated Supplier entity (one to one).
|
io.vavr.control.Option<Supplier> |
SupplierText.getCnsldtnSupplierIfPresent()
Retrieval of associated Supplier entity (one to one).
|
protected Class<Supplier> |
SupplierFluentHelper.getEntityClass() |
protected Class<Supplier> |
SupplierByKeyFluentHelper.getEntityClass() |
Class<Supplier> |
Supplier.getType() |
Modifier and Type | Method and Description |
---|---|
SupplierHier.SupplierHierBuilder |
SupplierHier.SupplierHierBuilder.cnsldtnSupplier(Supplier value)
Navigation property to_CnsldtnSupplier for SupplierHier to single Supplier.
|
SupplierText.SupplierTextBuilder |
SupplierText.SupplierTextBuilder.cnsldtnSupplier(Supplier value)
Navigation property to_CnsldtnSupplier for SupplierText to single Supplier.
|
void |
SupplierHier.setCnsldtnSupplier(Supplier value)
Overwrites the associated Supplier entity for the loaded navigation property to_CnsldtnSupplier.
|
void |
SupplierText.setCnsldtnSupplier(Supplier value)
Overwrites the associated Supplier entity for the loaded navigation property to_CnsldtnSupplier.
|
Constructor and Description |
---|
SupplierHier(String additionalMasterDataHierarchy,
String hierarchyNode,
String hierarchyNode_Text,
LocalDateTime validityEndDate,
String parentNode,
LocalDateTime validityStartDate,
String supplier,
String supplier_Text,
String sequenceNumber,
String hierarchyNodeSequence,
String hierarchyNodeLevel,
String nodeType,
Supplier toCnsldtnSupplier,
List<SupplierHierText> toCnsldtnSupplierHierT) |
SupplierText(String language,
String supplier,
String cnsldtnSupplierText,
Supplier toCnsldtnSupplier) |
Modifier and Type | Method and Description |
---|---|
ExpressionFluentHelper<Supplier> |
SupplierOneToOneLink.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 SupplierLink<ObjectT> |
SupplierLink.translateLinkType(EntityLink<SupplierLink<ObjectT>,Supplier,ObjectT> link) |
Copyright © 2021 SAP SE. All rights reserved.