Modifier and Type | Field and Description |
---|---|
static SalesDistrictTextOneToOneLink<SalesDistrict> |
SalesDistrictText.TO_CNSLDTN_SALES_DISTRICT
Use with available fluent helpers to apply the to_CnsldtnSalesDistrict navigation property to query
operations.
|
Modifier and Type | Method and Description |
---|---|
SalesDistrict |
SalesDistrict.SalesDistrictBuilder.build() |
SalesDistrict |
SalesDistrictText.fetchCnsldtnSalesDistrict()
Fetches the SalesDistrict entity (one to one) associated with this entity.
|
SalesDistrict |
SalesDistrictText.getCnsldtnSalesDistrictOrFetch()
Retrieval of associated SalesDistrict entity (one to one).
|
Modifier and Type | Method and Description |
---|---|
io.vavr.control.Option<SalesDistrict> |
SalesDistrictText.getCnsldtnSalesDistrictIfPresent()
Retrieval of associated SalesDistrict entity (one to one).
|
protected Class<SalesDistrict> |
SalesDistrictByKeyFluentHelper.getEntityClass() |
protected Class<SalesDistrict> |
SalesDistrictFluentHelper.getEntityClass() |
Class<SalesDistrict> |
SalesDistrict.getType() |
Modifier and Type | Method and Description |
---|---|
SalesDistrictText.SalesDistrictTextBuilder |
SalesDistrictText.SalesDistrictTextBuilder.cnsldtnSalesDistrict(SalesDistrict value)
Navigation property to_CnsldtnSalesDistrict for SalesDistrictText to single
SalesDistrict.
|
void |
SalesDistrictText.setCnsldtnSalesDistrict(SalesDistrict value)
Overwrites the associated SalesDistrict entity for the loaded navigation property
to_CnsldtnSalesDistrict.
|
Constructor and Description |
---|
SalesDistrictText(String language,
String salesDistrict,
String salesDistrictText,
SalesDistrict toCnsldtnSalesDistrict) |
Modifier and Type | Method and Description |
---|---|
ExpressionFluentHelper<SalesDistrict> |
SalesDistrictOneToOneLink.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 SalesDistrictLink<ObjectT> |
SalesDistrictLink.translateLinkType(EntityLink<SalesDistrictLink<ObjectT>,SalesDistrict,ObjectT> link) |
Copyright © 2021 SAP SE. All rights reserved.