Modifier and Type | Field and Description |
---|---|
static SubItemCategoryTextOneToOneLink<SubItemCategory> |
SubItemCategoryText.TO_CNSLDTN_SUBITEM_CATEGORY
Use with available fluent helpers to apply the to_CnsldtnSubitemCategory navigation property to query
operations.
|
Modifier and Type | Method and Description |
---|---|
SubItemCategory |
SubItemCategory.SubItemCategoryBuilder.build() |
SubItemCategory |
SubItemCategoryText.fetchCnsldtnSubitemCategory()
Fetches the SubItemCategory entity (one to one) associated with this entity.
|
SubItemCategory |
SubItemCategoryText.getCnsldtnSubitemCategoryOrFetch()
Retrieval of associated SubItemCategory entity (one to one).
|
Modifier and Type | Method and Description |
---|---|
io.vavr.control.Option<SubItemCategory> |
SubItemCategoryText.getCnsldtnSubitemCategoryIfPresent()
Retrieval of associated SubItemCategory entity (one to one).
|
protected Class<SubItemCategory> |
SubItemCategoryFluentHelper.getEntityClass() |
protected Class<SubItemCategory> |
SubItemCategoryByKeyFluentHelper.getEntityClass() |
Class<SubItemCategory> |
SubItemCategory.getType() |
Modifier and Type | Method and Description |
---|---|
SubItemCategoryText.SubItemCategoryTextBuilder |
SubItemCategoryText.SubItemCategoryTextBuilder.cnsldtnSubitemCategory(SubItemCategory value)
Navigation property to_CnsldtnSubitemCategory for SubItemCategoryText to single
SubItemCategory.
|
void |
SubItemCategoryText.setCnsldtnSubitemCategory(SubItemCategory value)
Overwrites the associated SubItemCategory entity for the loaded navigation property
to_CnsldtnSubitemCategory.
|
Constructor and Description |
---|
SubItemCategoryText(String subItemCategory,
String language,
String subItemCategoryText,
SubItemCategory toCnsldtnSubitemCategory) |
Modifier and Type | Method and Description |
---|---|
ExpressionFluentHelper<SubItemCategory> |
SubItemCategoryOneToOneLink.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 SubItemCategoryLink<ObjectT> |
SubItemCategoryLink.translateLinkType(EntityLink<SubItemCategoryLink<ObjectT>,SubItemCategory,ObjectT> link) |
Copyright © 2019 SAP SE. All rights reserved.