Modifier and Type | Field and Description |
---|---|
static CustomerGroupLink<CustomerGroupHier> |
CustomerGroup.TO_CNSLDTN_CUSTOMER_GROUP_HIER
Use with available fluent helpers to apply the to_CnsldtnCustomerGroupHier navigation property to query
operations.
|
Modifier and Type | Method and Description |
---|---|
CustomerGroupHier |
CustomerGroupHier.CustomerGroupHierBuilder.build() |
Modifier and Type | Method and Description |
---|---|
List<CustomerGroupHier> |
CustomerGroup.fetchCnsldtnCustomerGroupHier()
Fetches the CustomerGroupHier entities (one to many) associated with this entity.
|
Optional<List<CustomerGroupHier>> |
CustomerGroup.getCnsldtnCustomerGroupHierIfPresent()
Retrieval of associated CustomerGroupHier entities (one to many).
|
List<CustomerGroupHier> |
CustomerGroup.getCnsldtnCustomerGroupHierOrFetch()
Retrieval of associated CustomerGroupHier entities (one to many).
|
protected Class<CustomerGroupHier> |
CustomerGroupHierFluentHelper.getEntityClass() |
protected Class<CustomerGroupHier> |
CustomerGroupHierByKeyFluentHelper.getEntityClass() |
Class<CustomerGroupHier> |
CustomerGroupHier.getType() |
Modifier and Type | Method and Description |
---|---|
void |
CustomerGroup.addCnsldtnCustomerGroupHier(CustomerGroupHier... entity)
Adds elements to the list of associated CustomerGroupHier entities.
|
CustomerGroup.CustomerGroupBuilder |
CustomerGroup.CustomerGroupBuilder.cnsldtnCustomerGroupHier(CustomerGroupHier... value) |
Modifier and Type | Method and Description |
---|---|
void |
CustomerGroup.setCnsldtnCustomerGroupHier(List<CustomerGroupHier> value)
Overwrites the list of associated CustomerGroupHier entities for the loaded navigation property
to_CnsldtnCustomerGroupHier.
|
Constructor and Description |
---|
CustomerGroup(String customerGroup,
String customerGroup_Text,
String additionalMasterDataSource,
List<CustomerGroupHier> toCnsldtnCustomerGroupHier,
List<CustomerGroupText> toCnsldtnCustomerGroupT) |
Modifier and Type | Method and Description |
---|---|
ExpressionFluentHelper<CustomerGroupHier> |
CustomerGroupHierOneToOneLink.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 CustomerGroupHierLink<ObjectT> |
CustomerGroupHierLink.translateLinkType(EntityLink<CustomerGroupHierLink<ObjectT>,CustomerGroupHier,ObjectT> link) |
Copyright © 2019 SAP SE. All rights reserved.