Modifier and Type | Field and Description |
---|---|
static CustomerLink<CustomerText> |
Customer.TO_CNSLDTN_CUSTOMER_T
Use with available fluent helpers to apply the to_CnsldtnCustomerT navigation property to query
operations.
|
Modifier and Type | Method and Description |
---|---|
CustomerText |
CustomerText.CustomerTextBuilder.build() |
Modifier and Type | Method and Description |
---|---|
List<CustomerText> |
Customer.fetchCnsldtnCustomerT()
Fetches the CustomerText entities (one to many) associated with this entity.
|
io.vavr.control.Option<List<CustomerText>> |
Customer.getCnsldtnCustomerTIfPresent()
Retrieval of associated CustomerText entities (one to many).
|
List<CustomerText> |
Customer.getCnsldtnCustomerTOrFetch()
Retrieval of associated CustomerText entities (one to many).
|
protected Class<CustomerText> |
CustomerTextByKeyFluentHelper.getEntityClass() |
protected Class<CustomerText> |
CustomerTextFluentHelper.getEntityClass() |
Class<CustomerText> |
CustomerText.getType() |
Modifier and Type | Method and Description |
---|---|
void |
Customer.addCnsldtnCustomerT(CustomerText... entity)
Adds elements to the list of associated CustomerText entities.
|
Customer.CustomerBuilder |
Customer.CustomerBuilder.cnsldtnCustomerT(CustomerText... value)
Navigation property to_CnsldtnCustomerT for Customer to multiple CustomerText.
|
Modifier and Type | Method and Description |
---|---|
void |
Customer.setCnsldtnCustomerT(List<CustomerText> value)
Overwrites the list of associated CustomerText entities for the loaded navigation property
to_CnsldtnCustomerT.
|
Constructor and Description |
---|
Customer(String customer,
String customer_Text,
String additionalMasterDataSource,
List<CustomerHier> toCnsldtnCustomerHier,
List<CustomerText> toCnsldtnCustomerT) |
Modifier and Type | Method and Description |
---|---|
ExpressionFluentHelper<CustomerText> |
CustomerTextOneToOneLink.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 CustomerTextLink<ObjectT> |
CustomerTextLink.translateLinkType(EntityLink<CustomerTextLink<ObjectT>,CustomerText,ObjectT> link) |
Copyright © 2021 SAP SE. All rights reserved.