Modifier and Type | Field and Description |
---|---|
static BusinessAreaLink<BusinessAreaText> |
BusinessArea.TO_CNSLDTN_BUSINESS_AREA_T
Use with available fluent helpers to apply the to_CnsldtnBusinessAreaT navigation property to query
operations.
|
Modifier and Type | Method and Description |
---|---|
BusinessAreaText |
BusinessAreaText.BusinessAreaTextBuilder.build() |
Modifier and Type | Method and Description |
---|---|
List<BusinessAreaText> |
BusinessArea.fetchCnsldtnBusinessAreaT()
Fetches the BusinessAreaText entities (one to many) associated with this entity.
|
io.vavr.control.Option<List<BusinessAreaText>> |
BusinessArea.getCnsldtnBusinessAreaTIfPresent()
Retrieval of associated BusinessAreaText entities (one to many).
|
List<BusinessAreaText> |
BusinessArea.getCnsldtnBusinessAreaTOrFetch()
Retrieval of associated BusinessAreaText entities (one to many).
|
protected Class<BusinessAreaText> |
BusinessAreaTextFluentHelper.getEntityClass() |
protected Class<BusinessAreaText> |
BusinessAreaTextByKeyFluentHelper.getEntityClass() |
Class<BusinessAreaText> |
BusinessAreaText.getType() |
Modifier and Type | Method and Description |
---|---|
void |
BusinessArea.addCnsldtnBusinessAreaT(BusinessAreaText... entity)
Adds elements to the list of associated BusinessAreaText entities.
|
BusinessArea.BusinessAreaBuilder |
BusinessArea.BusinessAreaBuilder.cnsldtnBusinessAreaT(BusinessAreaText... value)
Navigation property to_CnsldtnBusinessAreaT for BusinessArea to multiple
BusinessAreaText.
|
Modifier and Type | Method and Description |
---|---|
void |
BusinessArea.setCnsldtnBusinessAreaT(List<BusinessAreaText> value)
Overwrites the list of associated BusinessAreaText entities for the loaded navigation property
to_CnsldtnBusinessAreaT.
|
Constructor and Description |
---|
BusinessArea(String businessArea,
String businessArea_Text,
String additionalMasterDataSource,
List<BusinessAreaHier> toCnsldtnBusinessAreaHier,
List<BusinessAreaText> toCnsldtnBusinessAreaT) |
Modifier and Type | Method and Description |
---|---|
ExpressionFluentHelper<BusinessAreaText> |
BusinessAreaTextOneToOneLink.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 BusinessAreaTextLink<ObjectT> |
BusinessAreaTextLink.translateLinkType(EntityLink<BusinessAreaTextLink<ObjectT>,BusinessAreaText,ObjectT> link) |
Copyright © 2021 SAP SE. All rights reserved.