Modifier and Type | Field and Description |
---|---|
static CustomerHierOneToOneLink<Customer> |
CustomerHier.TO_CNSLDTN_CUSTOMER
Use with available fluent helpers to apply the to_CnsldtnCustomer navigation property to query operations.
|
static CustomerTextOneToOneLink<Customer> |
CustomerText.TO_CNSLDTN_CUSTOMER
Use with available fluent helpers to apply the to_CnsldtnCustomer navigation property to query operations.
|
Modifier and Type | Method and Description |
---|---|
Customer |
Customer.CustomerBuilder.build() |
Customer |
CustomerHier.fetchCnsldtnCustomer()
Fetches the Customer entity (one to one) associated with this entity.
|
Customer |
CustomerText.fetchCnsldtnCustomer()
Fetches the Customer entity (one to one) associated with this entity.
|
Customer |
CustomerHier.getCnsldtnCustomerOrFetch()
Retrieval of associated Customer entity (one to one).
|
Customer |
CustomerText.getCnsldtnCustomerOrFetch()
Retrieval of associated Customer entity (one to one).
|
Modifier and Type | Method and Description |
---|---|
io.vavr.control.Option<Customer> |
CustomerHier.getCnsldtnCustomerIfPresent()
Retrieval of associated Customer entity (one to one).
|
io.vavr.control.Option<Customer> |
CustomerText.getCnsldtnCustomerIfPresent()
Retrieval of associated Customer entity (one to one).
|
protected Class<Customer> |
CustomerByKeyFluentHelper.getEntityClass() |
protected Class<Customer> |
CustomerFluentHelper.getEntityClass() |
Class<Customer> |
Customer.getType() |
Modifier and Type | Method and Description |
---|---|
CustomerHier.CustomerHierBuilder |
CustomerHier.CustomerHierBuilder.cnsldtnCustomer(Customer value)
Navigation property to_CnsldtnCustomer for CustomerHier to single Customer.
|
CustomerText.CustomerTextBuilder |
CustomerText.CustomerTextBuilder.cnsldtnCustomer(Customer value)
Navigation property to_CnsldtnCustomer for CustomerText to single Customer.
|
void |
CustomerHier.setCnsldtnCustomer(Customer value)
Overwrites the associated Customer entity for the loaded navigation property to_CnsldtnCustomer.
|
void |
CustomerText.setCnsldtnCustomer(Customer value)
Overwrites the associated Customer entity for the loaded navigation property to_CnsldtnCustomer.
|
Constructor and Description |
---|
CustomerHier(String additionalMasterDataHierarchy,
String hierarchyNode,
String hierarchyNode_Text,
LocalDateTime validityEndDate,
String parentNode,
LocalDateTime validityStartDate,
String customer,
String customer_Text,
String sequenceNumber,
String hierarchyNodeLevel,
String nodeType,
Customer toCnsldtnCustomer,
List<CustomerHierText> toCnsldtnCustomerHierT) |
CustomerText(String language,
String customer,
String cnsldtnCustomerText,
Customer toCnsldtnCustomer) |
Modifier and Type | Method and Description |
---|---|
ExpressionFluentHelper<Customer> |
CustomerOneToOneLink.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 CustomerLink<ObjectT> |
CustomerLink.translateLinkType(EntityLink<CustomerLink<ObjectT>,Customer,ObjectT> link) |
Copyright © 2019 SAP SE. All rights reserved.