Modifier and Type | Field and Description |
---|---|
static SalesOrganizationLink<SalesOrganizationText> |
SalesOrganization.TO_CNSLDTN_SALES_ORG_T
Use with available fluent helpers to apply the to_CnsldtnSalesOrgT navigation property to query
operations.
|
Modifier and Type | Method and Description |
---|---|
SalesOrganizationText |
SalesOrganizationText.SalesOrganizationTextBuilder.build() |
Modifier and Type | Method and Description |
---|---|
List<SalesOrganizationText> |
SalesOrganization.fetchCnsldtnSalesOrgT()
Fetches the SalesOrganizationText entities (one to many) associated with this entity.
|
io.vavr.control.Option<List<SalesOrganizationText>> |
SalesOrganization.getCnsldtnSalesOrgTIfPresent()
Retrieval of associated SalesOrganizationText entities (one to many).
|
List<SalesOrganizationText> |
SalesOrganization.getCnsldtnSalesOrgTOrFetch()
Retrieval of associated SalesOrganizationText entities (one to many).
|
protected Class<SalesOrganizationText> |
SalesOrganizationTextByKeyFluentHelper.getEntityClass() |
protected Class<SalesOrganizationText> |
SalesOrganizationTextFluentHelper.getEntityClass() |
Class<SalesOrganizationText> |
SalesOrganizationText.getType() |
Modifier and Type | Method and Description |
---|---|
void |
SalesOrganization.addCnsldtnSalesOrgT(SalesOrganizationText... entity)
Adds elements to the list of associated SalesOrganizationText entities.
|
SalesOrganization.SalesOrganizationBuilder |
SalesOrganization.SalesOrganizationBuilder.cnsldtnSalesOrgT(SalesOrganizationText... value)
Navigation property to_CnsldtnSalesOrgT for SalesOrganization to multiple
SalesOrganizationText.
|
Modifier and Type | Method and Description |
---|---|
void |
SalesOrganization.setCnsldtnSalesOrgT(List<SalesOrganizationText> value)
Overwrites the list of associated SalesOrganizationText entities for the loaded navigation property
to_CnsldtnSalesOrgT.
|
Constructor and Description |
---|
SalesOrganization(String salesOrganization,
String salesOrganization_Text,
String additionalMasterDataSource,
List<SalesOrganizationHier> toCnsldtnSalesOrgHier,
List<SalesOrganizationText> toCnsldtnSalesOrgT) |
Modifier and Type | Method and Description |
---|---|
ExpressionFluentHelper<SalesOrganizationText> |
SalesOrganizationTextOneToOneLink.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 SalesOrganizationTextLink<ObjectT> |
SalesOrganizationTextLink.translateLinkType(EntityLink<SalesOrganizationTextLink<ObjectT>,SalesOrganizationText,ObjectT> link) |
Copyright © 2021 SAP SE. All rights reserved.