Modifier and Type | Field and Description |
---|---|
static PostingLevelHierTextOneToOneLink<PostingLevelHier> |
PostingLevelHierText.TO_CNSLDTN_POSTING_LEVEL_HIER
Use with available fluent helpers to apply the to_CnsldtnPostingLevelHier navigation property to query
operations.
|
static PostingLevelLink<PostingLevelHier> |
PostingLevel.TO_CNSLDTN_POSTING_LEVEL_HIER
Use with available fluent helpers to apply the to_CnsldtnPostingLevelHier navigation property to query
operations.
|
Modifier and Type | Method and Description |
---|---|
PostingLevelHier |
PostingLevelHier.PostingLevelHierBuilder.build() |
PostingLevelHier |
PostingLevelHierText.fetchCnsldtnPostingLevelHier()
Fetches the PostingLevelHier entity (one to one) associated with this entity.
|
PostingLevelHier |
PostingLevelHierText.getCnsldtnPostingLevelHierOrFetch()
Retrieval of associated PostingLevelHier entity (one to one).
|
Modifier and Type | Method and Description |
---|---|
List<PostingLevelHier> |
PostingLevel.fetchCnsldtnPostingLevelHier()
Fetches the PostingLevelHier entities (one to many) associated with this entity.
|
io.vavr.control.Option<PostingLevelHier> |
PostingLevelHierText.getCnsldtnPostingLevelHierIfPresent()
Retrieval of associated PostingLevelHier entity (one to one).
|
io.vavr.control.Option<List<PostingLevelHier>> |
PostingLevel.getCnsldtnPostingLevelHierIfPresent()
Retrieval of associated PostingLevelHier entities (one to many).
|
List<PostingLevelHier> |
PostingLevel.getCnsldtnPostingLevelHierOrFetch()
Retrieval of associated PostingLevelHier entities (one to many).
|
protected Class<PostingLevelHier> |
PostingLevelHierByKeyFluentHelper.getEntityClass() |
protected Class<PostingLevelHier> |
PostingLevelHierFluentHelper.getEntityClass() |
Class<PostingLevelHier> |
PostingLevelHier.getType() |
Modifier and Type | Method and Description |
---|---|
void |
PostingLevel.addCnsldtnPostingLevelHier(PostingLevelHier... entity)
Adds elements to the list of associated PostingLevelHier entities.
|
PostingLevel.PostingLevelBuilder |
PostingLevel.PostingLevelBuilder.cnsldtnPostingLevelHier(PostingLevelHier... value)
Navigation property to_CnsldtnPostingLevelHier for PostingLevel to multiple
PostingLevelHier.
|
PostingLevelHierText.PostingLevelHierTextBuilder |
PostingLevelHierText.PostingLevelHierTextBuilder.cnsldtnPostingLevelHier(PostingLevelHier value)
Navigation property to_CnsldtnPostingLevelHier for PostingLevelHierText to single
PostingLevelHier.
|
void |
PostingLevelHierText.setCnsldtnPostingLevelHier(PostingLevelHier value)
Overwrites the associated PostingLevelHier entity for the loaded navigation property
to_CnsldtnPostingLevelHier.
|
Modifier and Type | Method and Description |
---|---|
void |
PostingLevel.setCnsldtnPostingLevelHier(List<PostingLevelHier> value)
Overwrites the list of associated PostingLevelHier entities for the loaded navigation property
to_CnsldtnPostingLevelHier.
|
Constructor and Description |
---|
PostingLevelHierText(String language,
String consolidationPostgLevelHier,
String hierarchyNode,
String hierarchyNodeText,
String nodeType,
PostingLevelHier toCnsldtnPostingLevelHier) |
Constructor and Description |
---|
PostingLevel(String postingLevel,
String postingLevel_Text,
List<PostingLevelHier> toCnsldtnPostingLevelHier,
List<PostingLevelText> toCnsldtnPostingLevelT) |
Modifier and Type | Method and Description |
---|---|
ExpressionFluentHelper<PostingLevelHier> |
PostingLevelHierOneToOneLink.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 PostingLevelHierLink<ObjectT> |
PostingLevelHierLink.translateLinkType(EntityLink<PostingLevelHierLink<ObjectT>,PostingLevelHier,ObjectT> link) |
Copyright © 2021 SAP SE. All rights reserved.