Modifier and Type | Field and Description |
---|---|
static CustomerGroupLink<CustomerGroupText> |
CustomerGroup.TO_CNSLDTN_CUSTOMER_GROUP_T
Use with available fluent helpers to apply the to_CnsldtnCustomerGroupT navigation property to query
operations.
|
Modifier and Type | Method and Description |
---|---|
CustomerGroupText |
CustomerGroupText.CustomerGroupTextBuilder.build() |
Modifier and Type | Method and Description |
---|---|
List<CustomerGroupText> |
CustomerGroup.fetchCnsldtnCustomerGroupT()
Fetches the CustomerGroupText entities (one to many) associated with this entity.
|
io.vavr.control.Option<List<CustomerGroupText>> |
CustomerGroup.getCnsldtnCustomerGroupTIfPresent()
Retrieval of associated CustomerGroupText entities (one to many).
|
List<CustomerGroupText> |
CustomerGroup.getCnsldtnCustomerGroupTOrFetch()
Retrieval of associated CustomerGroupText entities (one to many).
|
protected Class<CustomerGroupText> |
CustomerGroupTextByKeyFluentHelper.getEntityClass() |
protected Class<CustomerGroupText> |
CustomerGroupTextFluentHelper.getEntityClass() |
Class<CustomerGroupText> |
CustomerGroupText.getType() |
Modifier and Type | Method and Description |
---|---|
void |
CustomerGroup.addCnsldtnCustomerGroupT(CustomerGroupText... entity)
Adds elements to the list of associated CustomerGroupText entities.
|
CustomerGroup.CustomerGroupBuilder |
CustomerGroup.CustomerGroupBuilder.cnsldtnCustomerGroupT(CustomerGroupText... value)
Navigation property to_CnsldtnCustomerGroupT for CustomerGroup to multiple
CustomerGroupText.
|
Modifier and Type | Method and Description |
---|---|
void |
CustomerGroup.setCnsldtnCustomerGroupT(List<CustomerGroupText> value)
Overwrites the list of associated CustomerGroupText entities for the loaded navigation property
to_CnsldtnCustomerGroupT.
|
Constructor and Description |
---|
CustomerGroup(String customerGroup,
String customerGroup_Text,
String additionalMasterDataSource,
List<CustomerGroupHier> toCnsldtnCustomerGroupHier,
List<CustomerGroupText> toCnsldtnCustomerGroupT) |
Modifier and Type | Method and Description |
---|---|
ExpressionFluentHelper<CustomerGroupText> |
CustomerGroupTextOneToOneLink.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 CustomerGroupTextLink<ObjectT> |
CustomerGroupTextLink.translateLinkType(EntityLink<CustomerGroupTextLink<ObjectT>,CustomerGroupText,ObjectT> link) |
Copyright © 2021 SAP SE. All rights reserved.