Modifier and Type | Field and Description |
---|---|
static CustomerGroupHierOneToOneLink<CustomerGroup> |
CustomerGroupHier.TO_CNSLDTN_CUSTOMER_GROUP
Use with available fluent helpers to apply the to_CnsldtnCustomerGroup navigation property to query
operations.
|
static CustomerGroupTextOneToOneLink<CustomerGroup> |
CustomerGroupText.TO_CNSLDTN_CUSTOMER_GROUP
Use with available fluent helpers to apply the to_CnsldtnCustomerGroup navigation property to query
operations.
|
Modifier and Type | Method and Description |
---|---|
CustomerGroup |
CustomerGroup.CustomerGroupBuilder.build() |
CustomerGroup |
CustomerGroupHier.fetchCnsldtnCustomerGroup()
Fetches the CustomerGroup entity (one to one) associated with this entity.
|
CustomerGroup |
CustomerGroupText.fetchCnsldtnCustomerGroup()
Fetches the CustomerGroup entity (one to one) associated with this entity.
|
CustomerGroup |
CustomerGroupHier.getCnsldtnCustomerGroupOrFetch()
Retrieval of associated CustomerGroup entity (one to one).
|
CustomerGroup |
CustomerGroupText.getCnsldtnCustomerGroupOrFetch()
Retrieval of associated CustomerGroup entity (one to one).
|
Modifier and Type | Method and Description |
---|---|
io.vavr.control.Option<CustomerGroup> |
CustomerGroupHier.getCnsldtnCustomerGroupIfPresent()
Retrieval of associated CustomerGroup entity (one to one).
|
io.vavr.control.Option<CustomerGroup> |
CustomerGroupText.getCnsldtnCustomerGroupIfPresent()
Retrieval of associated CustomerGroup entity (one to one).
|
protected Class<CustomerGroup> |
CustomerGroupFluentHelper.getEntityClass() |
protected Class<CustomerGroup> |
CustomerGroupByKeyFluentHelper.getEntityClass() |
Class<CustomerGroup> |
CustomerGroup.getType() |
Modifier and Type | Method and Description |
---|---|
CustomerGroupHier.CustomerGroupHierBuilder |
CustomerGroupHier.CustomerGroupHierBuilder.cnsldtnCustomerGroup(CustomerGroup value)
Navigation property to_CnsldtnCustomerGroup for CustomerGroupHier to single
CustomerGroup.
|
CustomerGroupText.CustomerGroupTextBuilder |
CustomerGroupText.CustomerGroupTextBuilder.cnsldtnCustomerGroup(CustomerGroup value)
Navigation property to_CnsldtnCustomerGroup for CustomerGroupText to single
CustomerGroup.
|
void |
CustomerGroupHier.setCnsldtnCustomerGroup(CustomerGroup value)
Overwrites the associated CustomerGroup entity for the loaded navigation property
to_CnsldtnCustomerGroup.
|
void |
CustomerGroupText.setCnsldtnCustomerGroup(CustomerGroup value)
Overwrites the associated CustomerGroup entity for the loaded navigation property
to_CnsldtnCustomerGroup.
|
Constructor and Description |
---|
CustomerGroupHier(String additionalMasterDataHierarchy,
String hierarchyNode,
String hierarchyNode_Text,
LocalDateTime validityEndDate,
String parentNode,
LocalDateTime validityStartDate,
String customerGroup,
String customerGroup_Text,
String sequenceNumber,
String hierarchyNodeSequence,
String hierarchyNodeLevel,
String nodeType,
CustomerGroup toCnsldtnCustomerGroup,
List<CustomerGroupHierText> toCnsldtnCustomerGroupHierT) |
CustomerGroupText(String language,
String customerGroup,
String customerGroupText,
CustomerGroup toCnsldtnCustomerGroup) |
Modifier and Type | Method and Description |
---|---|
ExpressionFluentHelper<CustomerGroup> |
CustomerGroupOneToOneLink.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 CustomerGroupLink<ObjectT> |
CustomerGroupLink.translateLinkType(EntityLink<CustomerGroupLink<ObjectT>,CustomerGroup,ObjectT> link) |
Copyright © 2021 SAP SE. All rights reserved.