Modifier and Type | Field and Description |
---|---|
static ProductGroupTextOneToOneLink<ProductGroup> |
ProductGroupText.TO_MATERIAL_GROUP
Use with available fluent helpers to apply the to_MaterialGroup navigation property to query operations.
|
Modifier and Type | Method and Description |
---|---|
ProductGroup |
ProductGroup.ProductGroupBuilder.build() |
ProductGroup |
ProductGroupText.fetchMaterialGroup()
Fetches the ProductGroup entity (one to one) associated with this entity.
|
ProductGroup |
ProductGroupText.getMaterialGroupOrFetch()
Retrieval of associated ProductGroup entity (one to one).
|
Modifier and Type | Method and Description |
---|---|
protected Class<ProductGroup> |
ProductGroupByKeyFluentHelper.getEntityClass() |
protected Class<ProductGroup> |
ProductGroupFluentHelper.getEntityClass() |
io.vavr.control.Option<ProductGroup> |
ProductGroupText.getMaterialGroupIfPresent()
Retrieval of associated ProductGroup entity (one to one).
|
Class<ProductGroup> |
ProductGroup.getType() |
Modifier and Type | Method and Description |
---|---|
ProductGroupText.ProductGroupTextBuilder |
ProductGroupText.ProductGroupTextBuilder.materialGroup(ProductGroup value)
Navigation property to_MaterialGroup for ProductGroupText to single ProductGroup.
|
void |
ProductGroupText.setMaterialGroup(ProductGroup value)
Overwrites the associated ProductGroup entity for the loaded navigation property to_MaterialGroup.
|
Constructor and Description |
---|
ProductGroupText(String materialGroup,
String language,
String materialGroupName,
String materialGroupText,
ProductGroup toMaterialGroup) |
Modifier and Type | Method and Description |
---|---|
ExpressionFluentHelper<ProductGroup> |
ProductGroupOneToOneLink.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 ProductGroupLink<ObjectT> |
ProductGroupLink.translateLinkType(EntityLink<ProductGroupLink<ObjectT>,ProductGroup,ObjectT> link) |
Copyright © 2021 SAP SE. All rights reserved.