Modifier and Type | Field and Description |
---|---|
static SalesDistrictLink<SalesDistrictText> |
SalesDistrict.TO_CNSLDTN_SALE_DISTRICT_T
Use with available fluent helpers to apply the to_CnsldtnSaleDistrictT navigation property to query
operations.
|
Modifier and Type | Method and Description |
---|---|
SalesDistrictText |
SalesDistrictText.SalesDistrictTextBuilder.build() |
Modifier and Type | Method and Description |
---|---|
List<SalesDistrictText> |
SalesDistrict.fetchCnsldtnSaleDistrictT()
Fetches the SalesDistrictText entities (one to many) associated with this entity.
|
Optional<List<SalesDistrictText>> |
SalesDistrict.getCnsldtnSaleDistrictTIfPresent()
Retrieval of associated SalesDistrictText entities (one to many).
|
List<SalesDistrictText> |
SalesDistrict.getCnsldtnSaleDistrictTOrFetch()
Retrieval of associated SalesDistrictText entities (one to many).
|
protected Class<SalesDistrictText> |
SalesDistrictTextFluentHelper.getEntityClass() |
protected Class<SalesDistrictText> |
SalesDistrictTextByKeyFluentHelper.getEntityClass() |
Class<SalesDistrictText> |
SalesDistrictText.getType() |
Modifier and Type | Method and Description |
---|---|
void |
SalesDistrict.addCnsldtnSaleDistrictT(SalesDistrictText... entity)
Adds elements to the list of associated SalesDistrictText entities.
|
SalesDistrict.SalesDistrictBuilder |
SalesDistrict.SalesDistrictBuilder.cnsldtnSaleDistrictT(SalesDistrictText... value) |
Modifier and Type | Method and Description |
---|---|
void |
SalesDistrict.setCnsldtnSaleDistrictT(List<SalesDistrictText> value)
Overwrites the list of associated SalesDistrictText entities for the loaded navigation property
to_CnsldtnSaleDistrictT.
|
Constructor and Description |
---|
SalesDistrict(String salesDistrict,
String salesDistrict_Text,
String additionalMasterDataSource,
List<SalesDistrictText> toCnsldtnSaleDistrictT) |
Modifier and Type | Method and Description |
---|---|
ExpressionFluentHelper<SalesDistrictText> |
SalesDistrictTextOneToOneLink.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 SalesDistrictTextLink<ObjectT> |
SalesDistrictTextLink.translateLinkType(EntityLink<SalesDistrictTextLink<ObjectT>,SalesDistrictText,ObjectT> link) |
Copyright © 2019 SAP SE. All rights reserved.