Modifier and Type | Field and Description |
---|---|
static PostingLevelTextOneToOneLink<PostingLevel> |
PostingLevelText.TO_CNSLDTN_POSTING_LEVEL
Use with available fluent helpers to apply the to_CnsldtnPostingLevel navigation property to query
operations.
|
static PostingLevelHierOneToOneLink<PostingLevel> |
PostingLevelHier.TO_CNSLDTN_POSTING_LEVEL
Use with available fluent helpers to apply the to_CnsldtnPostingLevel navigation property to query
operations.
|
Modifier and Type | Method and Description |
---|---|
PostingLevel |
PostingLevel.PostingLevelBuilder.build() |
PostingLevel |
PostingLevelText.fetchCnsldtnPostingLevel()
Fetches the PostingLevel entity (one to one) associated with this entity.
|
PostingLevel |
PostingLevelHier.fetchCnsldtnPostingLevel()
Fetches the PostingLevel entity (one to one) associated with this entity.
|
PostingLevel |
PostingLevelText.getCnsldtnPostingLevelOrFetch()
Retrieval of associated PostingLevel entity (one to one).
|
PostingLevel |
PostingLevelHier.getCnsldtnPostingLevelOrFetch()
Retrieval of associated PostingLevel entity (one to one).
|
Modifier and Type | Method and Description |
---|---|
io.vavr.control.Option<PostingLevel> |
PostingLevelText.getCnsldtnPostingLevelIfPresent()
Retrieval of associated PostingLevel entity (one to one).
|
io.vavr.control.Option<PostingLevel> |
PostingLevelHier.getCnsldtnPostingLevelIfPresent()
Retrieval of associated PostingLevel entity (one to one).
|
protected Class<PostingLevel> |
PostingLevelFluentHelper.getEntityClass() |
protected Class<PostingLevel> |
PostingLevelByKeyFluentHelper.getEntityClass() |
Class<PostingLevel> |
PostingLevel.getType() |
Modifier and Type | Method and Description |
---|---|
PostingLevelText.PostingLevelTextBuilder |
PostingLevelText.PostingLevelTextBuilder.cnsldtnPostingLevel(PostingLevel value)
Navigation property to_CnsldtnPostingLevel for PostingLevelText to single PostingLevel.
|
PostingLevelHier.PostingLevelHierBuilder |
PostingLevelHier.PostingLevelHierBuilder.cnsldtnPostingLevel(PostingLevel value)
Navigation property to_CnsldtnPostingLevel for PostingLevelHier to single PostingLevel.
|
void |
PostingLevelText.setCnsldtnPostingLevel(PostingLevel value)
Overwrites the associated PostingLevel entity for the loaded navigation property
to_CnsldtnPostingLevel.
|
void |
PostingLevelHier.setCnsldtnPostingLevel(PostingLevel value)
Overwrites the associated PostingLevel entity for the loaded navigation property
to_CnsldtnPostingLevel.
|
Constructor and Description |
---|
PostingLevelHier(String consolidationPostgLevelHier,
String hierarchyNode,
String hierarchyNode_Text,
String parentNode,
String postingLevel,
String postingLevel_Text,
String sequenceNumber,
String hierarchyNodeLevel,
String nodeType,
PostingLevel toCnsldtnPostingLevel,
List<PostingLevelHierText> toCnsldtnPostingLevelHierT) |
PostingLevelText(String language,
String postingLevel,
String postingLevelText,
PostingLevel toCnsldtnPostingLevel) |
Modifier and Type | Method and Description |
---|---|
ExpressionFluentHelper<PostingLevel> |
PostingLevelOneToOneLink.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 PostingLevelLink<ObjectT> |
PostingLevelLink.translateLinkType(EntityLink<PostingLevelLink<ObjectT>,PostingLevel,ObjectT> link) |
Copyright © 2021 SAP SE. All rights reserved.