Modifier and Type | Field and Description |
---|---|
static CustomerSupplierCountryTextOneToOneLink<CustomerSupplierCountry> |
CustomerSupplierCountryText.TO_CNSLDTN_COUNTRY
Use with available fluent helpers to apply the to_CnsldtnCountry navigation property to query operations.
|
static CustomerSupplierCountryHierOneToOneLink<CustomerSupplierCountry> |
CustomerSupplierCountryHier.TO_CNSLDTN_COUNTRY
Use with available fluent helpers to apply the to_CnsldtnCountry navigation property to query operations.
|
Modifier and Type | Method and Description |
---|---|
CustomerSupplierCountry |
CustomerSupplierCountry.CustomerSupplierCountryBuilder.build() |
CustomerSupplierCountry |
CustomerSupplierCountryText.fetchCnsldtnCountry()
Fetches the CustomerSupplierCountry entity (one to one) associated with this entity.
|
CustomerSupplierCountry |
CustomerSupplierCountryHier.fetchCnsldtnCountry()
Fetches the CustomerSupplierCountry entity (one to one) associated with this entity.
|
CustomerSupplierCountry |
CustomerSupplierCountryText.getCnsldtnCountryOrFetch()
Retrieval of associated CustomerSupplierCountry entity (one to one).
|
CustomerSupplierCountry |
CustomerSupplierCountryHier.getCnsldtnCountryOrFetch()
Retrieval of associated CustomerSupplierCountry entity (one to one).
|
Modifier and Type | Method and Description |
---|---|
io.vavr.control.Option<CustomerSupplierCountry> |
CustomerSupplierCountryText.getCnsldtnCountryIfPresent()
Retrieval of associated CustomerSupplierCountry entity (one to one).
|
io.vavr.control.Option<CustomerSupplierCountry> |
CustomerSupplierCountryHier.getCnsldtnCountryIfPresent()
Retrieval of associated CustomerSupplierCountry entity (one to one).
|
protected Class<CustomerSupplierCountry> |
CustomerSupplierCountryFluentHelper.getEntityClass() |
protected Class<CustomerSupplierCountry> |
CustomerSupplierCountryByKeyFluentHelper.getEntityClass() |
Class<CustomerSupplierCountry> |
CustomerSupplierCountry.getType() |
Modifier and Type | Method and Description |
---|---|
CustomerSupplierCountryText.CustomerSupplierCountryTextBuilder |
CustomerSupplierCountryText.CustomerSupplierCountryTextBuilder.cnsldtnCountry(CustomerSupplierCountry value)
Navigation property to_CnsldtnCountry for CustomerSupplierCountryText to single
CustomerSupplierCountry.
|
CustomerSupplierCountryHier.CustomerSupplierCountryHierBuilder |
CustomerSupplierCountryHier.CustomerSupplierCountryHierBuilder.cnsldtnCountry(CustomerSupplierCountry value)
Navigation property to_CnsldtnCountry for CustomerSupplierCountryHier to single
CustomerSupplierCountry.
|
void |
CustomerSupplierCountryText.setCnsldtnCountry(CustomerSupplierCountry value)
Overwrites the associated CustomerSupplierCountry entity for the loaded navigation property
to_CnsldtnCountry.
|
void |
CustomerSupplierCountryHier.setCnsldtnCountry(CustomerSupplierCountry value)
Overwrites the associated CustomerSupplierCountry entity for the loaded navigation property
to_CnsldtnCountry.
|
Constructor and Description |
---|
CustomerSupplierCountryHier(String additionalMasterDataHierarchy,
String hierarchyNode,
String hierarchyNode_Text,
LocalDateTime validityEndDate,
String parentNode,
LocalDateTime validityStartDate,
String country,
String country_Text,
String sequenceNumber,
String hierarchyNodeLevel,
String nodeType,
CustomerSupplierCountry toCnsldtnCountry,
List<CustomerSuplrCntryHierText> toCnsldtnCountryHierT) |
CustomerSupplierCountryText(String language,
String country,
String customerSupplierCountryText,
CustomerSupplierCountry toCnsldtnCountry) |
Modifier and Type | Method and Description |
---|---|
ExpressionFluentHelper<CustomerSupplierCountry> |
CustomerSupplierCountryOneToOneLink.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 CustomerSupplierCountryLink<ObjectT> |
CustomerSupplierCountryLink.translateLinkType(EntityLink<CustomerSupplierCountryLink<ObjectT>,CustomerSupplierCountry,ObjectT> link) |
Copyright © 2019 SAP SE. All rights reserved.