Modifier and Type | Field and Description |
---|---|
static CustomerLink<CustomerHier> |
Customer.TO_CNSLDTN_CUSTOMER_HIER
Use with available fluent helpers to apply the to_CnsldtnCustomerHier navigation property to query
operations.
|
Modifier and Type | Method and Description |
---|---|
CustomerHier |
CustomerHier.CustomerHierBuilder.build() |
Modifier and Type | Method and Description |
---|---|
List<CustomerHier> |
Customer.fetchCnsldtnCustomerHier()
Fetches the CustomerHier entities (one to many) associated with this entity.
|
Optional<List<CustomerHier>> |
Customer.getCnsldtnCustomerHierIfPresent()
Retrieval of associated CustomerHier entities (one to many).
|
List<CustomerHier> |
Customer.getCnsldtnCustomerHierOrFetch()
Retrieval of associated CustomerHier entities (one to many).
|
protected Class<CustomerHier> |
CustomerHierFluentHelper.getEntityClass() |
protected Class<CustomerHier> |
CustomerHierByKeyFluentHelper.getEntityClass() |
Class<CustomerHier> |
CustomerHier.getType() |
Modifier and Type | Method and Description |
---|---|
void |
Customer.addCnsldtnCustomerHier(CustomerHier... entity)
Adds elements to the list of associated CustomerHier entities.
|
Customer.CustomerBuilder |
Customer.CustomerBuilder.cnsldtnCustomerHier(CustomerHier... value) |
Modifier and Type | Method and Description |
---|---|
void |
Customer.setCnsldtnCustomerHier(List<CustomerHier> value)
Overwrites the list of associated CustomerHier entities for the loaded navigation property
to_CnsldtnCustomerHier.
|
Constructor and Description |
---|
Customer(String customer,
String customer_Text,
String additionalMasterDataSource,
List<CustomerHier> toCnsldtnCustomerHier,
List<CustomerText> toCnsldtnCustomerT) |
Modifier and Type | Method and Description |
---|---|
ExpressionFluentHelper<CustomerHier> |
CustomerHierOneToOneLink.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 CustomerHierLink<ObjectT> |
CustomerHierLink.translateLinkType(EntityLink<CustomerHierLink<ObjectT>,CustomerHier,ObjectT> link) |
Copyright © 2019 SAP SE. All rights reserved.