Modifier and Type | Field and Description |
---|---|
static SubItemLink<SubitemHier> |
SubItem.TO_CNSLDTN_SUBITEM_HIER
Use with available fluent helpers to apply the to_CnsldtnSubitemHier navigation property to query
operations.
|
static SubitemHierTextOneToOneLink<SubitemHier> |
SubitemHierText.TO_CNSLDTN_SUBITEM_HIER
Use with available fluent helpers to apply the to_CnsldtnSubitemHier navigation property to query
operations.
|
Modifier and Type | Method and Description |
---|---|
SubitemHier |
SubitemHier.SubitemHierBuilder.build() |
SubitemHier |
SubitemHierText.fetchCnsldtnSubitemHier()
Fetches the SubitemHier entity (one to one) associated with this entity.
|
SubitemHier |
SubitemHierText.getCnsldtnSubitemHierOrFetch()
Retrieval of associated SubitemHier entity (one to one).
|
Modifier and Type | Method and Description |
---|---|
List<SubitemHier> |
SubItem.fetchCnsldtnSubitemHier()
Fetches the SubitemHier entities (one to many) associated with this entity.
|
io.vavr.control.Option<List<SubitemHier>> |
SubItem.getCnsldtnSubitemHierIfPresent()
Retrieval of associated SubitemHier entities (one to many).
|
io.vavr.control.Option<SubitemHier> |
SubitemHierText.getCnsldtnSubitemHierIfPresent()
Retrieval of associated SubitemHier entity (one to one).
|
List<SubitemHier> |
SubItem.getCnsldtnSubitemHierOrFetch()
Retrieval of associated SubitemHier entities (one to many).
|
protected Class<SubitemHier> |
SubitemHierByKeyFluentHelper.getEntityClass() |
protected Class<SubitemHier> |
SubitemHierFluentHelper.getEntityClass() |
Class<SubitemHier> |
SubitemHier.getType() |
Modifier and Type | Method and Description |
---|---|
void |
SubItem.addCnsldtnSubitemHier(SubitemHier... entity)
Adds elements to the list of associated SubitemHier entities.
|
SubItem.SubItemBuilder |
SubItem.SubItemBuilder.cnsldtnSubitemHier(SubitemHier... value)
Navigation property to_CnsldtnSubitemHier for SubItem to multiple SubitemHier.
|
SubitemHierText.SubitemHierTextBuilder |
SubitemHierText.SubitemHierTextBuilder.cnsldtnSubitemHier(SubitemHier value)
Navigation property to_CnsldtnSubitemHier for SubitemHierText to single SubitemHier.
|
void |
SubitemHierText.setCnsldtnSubitemHier(SubitemHier value)
Overwrites the associated SubitemHier entity for the loaded navigation property
to_CnsldtnSubitemHier.
|
Modifier and Type | Method and Description |
---|---|
void |
SubItem.setCnsldtnSubitemHier(List<SubitemHier> value)
Overwrites the list of associated SubitemHier entities for the loaded navigation property
to_CnsldtnSubitemHier.
|
Constructor and Description |
---|
SubitemHierText(String language,
String consolidationSubitemHierarchy,
String hierarchyNode,
String subItemCategory,
String subItemCategory_Text,
String hierarchyNodeText,
String nodeType,
SubitemHier toCnsldtnSubitemHier) |
Constructor and Description |
---|
SubItem(String subItemCategory,
String subItemCategory_Text,
String subItem,
String subItem_Text,
String subitemCarryForwardDestination,
String subitemCarryForwardDestination_Text,
String subitemRtrmtDivestitureDest,
String subitemRtrmtDivestitureDest_Text,
String subitemAcquisitionDestination,
String subitemAcquisitionDestination_Text,
List<SubitemHier> toCnsldtnSubitemHier,
List<SubItemText> toCnsldtnSubItemT) |
Modifier and Type | Method and Description |
---|---|
ExpressionFluentHelper<SubitemHier> |
SubitemHierOneToOneLink.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 SubitemHierLink<ObjectT> |
SubitemHierLink.translateLinkType(EntityLink<SubitemHierLink<ObjectT>,SubitemHier,ObjectT> link) |
Copyright © 2021 SAP SE. All rights reserved.