Modifier and Type | Field and Description |
---|---|
static SubItemTextOneToOneLink<SubItem> |
SubItemText.TO_CNSLDTN_SUB_ITEM
Use with available fluent helpers to apply the to_CnsldtnSubItem navigation property to query operations.
|
static SubitemHierOneToOneLink<SubItem> |
SubitemHier.TO_CNSLDTN_SUBITEM
Use with available fluent helpers to apply the to_CnsldtnSubitem navigation property to query operations.
|
Modifier and Type | Method and Description |
---|---|
SubItem |
SubItem.SubItemBuilder.build() |
SubItem |
SubitemHier.fetchCnsldtnSubitem()
Fetches the SubItem entity (one to one) associated with this entity.
|
SubItem |
SubItemText.fetchCnsldtnSubItem()
Fetches the SubItem entity (one to one) associated with this entity.
|
SubItem |
SubitemHier.getCnsldtnSubitemOrFetch()
Retrieval of associated SubItem entity (one to one).
|
SubItem |
SubItemText.getCnsldtnSubItemOrFetch()
Retrieval of associated SubItem entity (one to one).
|
Modifier and Type | Method and Description |
---|---|
io.vavr.control.Option<SubItem> |
SubitemHier.getCnsldtnSubitemIfPresent()
Retrieval of associated SubItem entity (one to one).
|
io.vavr.control.Option<SubItem> |
SubItemText.getCnsldtnSubItemIfPresent()
Retrieval of associated SubItem entity (one to one).
|
protected Class<SubItem> |
SubItemFluentHelper.getEntityClass() |
protected Class<SubItem> |
SubItemByKeyFluentHelper.getEntityClass() |
Class<SubItem> |
SubItem.getType() |
Modifier and Type | Method and Description |
---|---|
SubitemHier.SubitemHierBuilder |
SubitemHier.SubitemHierBuilder.cnsldtnSubitem(SubItem value)
Navigation property to_CnsldtnSubitem for SubitemHier to single SubItem.
|
SubItemText.SubItemTextBuilder |
SubItemText.SubItemTextBuilder.cnsldtnSubItem(SubItem value)
Navigation property to_CnsldtnSubItem for SubItemText to single SubItem.
|
void |
SubitemHier.setCnsldtnSubitem(SubItem value)
Overwrites the associated SubItem entity for the loaded navigation property to_CnsldtnSubitem.
|
void |
SubItemText.setCnsldtnSubItem(SubItem value)
Overwrites the associated SubItem entity for the loaded navigation property to_CnsldtnSubItem.
|
Constructor and Description |
---|
SubitemHier(String consolidationSubitemHierarchy,
String hierarchyNode,
String hierarchyNode_Text,
String subItemCategory,
String subItemCategory_Text,
String parentNode,
String hierarchyVersion,
String subItem,
String subItem_Text,
String sequenceNumber,
String hierarchyNodeLevel,
String nodeType,
SubItem toCnsldtnSubitem,
List<SubitemHierText> toCnsldtnSubitemHierT) |
SubItemText(String subItemCategory,
String subItemCategory_Text,
String language,
String subItem,
String subItemText,
SubItem toCnsldtnSubItem) |
Modifier and Type | Method and Description |
---|---|
ExpressionFluentHelper<SubItem> |
SubItemOneToOneLink.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 SubItemLink<ObjectT> |
SubItemLink.translateLinkType(EntityLink<SubItemLink<ObjectT>,SubItem,ObjectT> link) |
Copyright © 2021 SAP SE. All rights reserved.