Modifier and Type | Field and Description |
---|---|
static CostCenterLink<CostCenterHier> |
CostCenter.TO_CNSLDTN_COST_CENTER_HIER
Use with available fluent helpers to apply the to_CnsldtnCostCenterHier navigation property to query
operations.
|
Modifier and Type | Method and Description |
---|---|
CostCenterHier |
CostCenterHier.CostCenterHierBuilder.build() |
Modifier and Type | Method and Description |
---|---|
List<CostCenterHier> |
CostCenter.fetchCnsldtnCostCenterHier()
Fetches the CostCenterHier entities (one to many) associated with this entity.
|
io.vavr.control.Option<List<CostCenterHier>> |
CostCenter.getCnsldtnCostCenterHierIfPresent()
Retrieval of associated CostCenterHier entities (one to many).
|
List<CostCenterHier> |
CostCenter.getCnsldtnCostCenterHierOrFetch()
Retrieval of associated CostCenterHier entities (one to many).
|
protected Class<CostCenterHier> |
CostCenterHierFluentHelper.getEntityClass() |
protected Class<CostCenterHier> |
CostCenterHierByKeyFluentHelper.getEntityClass() |
Class<CostCenterHier> |
CostCenterHier.getType() |
Modifier and Type | Method and Description |
---|---|
void |
CostCenter.addCnsldtnCostCenterHier(CostCenterHier... entity)
Adds elements to the list of associated CostCenterHier entities.
|
CostCenter.CostCenterBuilder |
CostCenter.CostCenterBuilder.cnsldtnCostCenterHier(CostCenterHier... value)
Navigation property to_CnsldtnCostCenterHier for CostCenter to multiple CostCenterHier.
|
Modifier and Type | Method and Description |
---|---|
void |
CostCenter.setCnsldtnCostCenterHier(List<CostCenterHier> value)
Overwrites the list of associated CostCenterHier entities for the loaded navigation property
to_CnsldtnCostCenterHier.
|
Constructor and Description |
---|
CostCenter(String costCenter,
String costCenter_Text,
String controllingArea,
String additionalMasterDataSource,
List<CostCenterHier> toCnsldtnCostCenterHier,
List<CostCenterText> toCnsldtnCostCenterT) |
Modifier and Type | Method and Description |
---|---|
ExpressionFluentHelper<CostCenterHier> |
CostCenterHierOneToOneLink.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 CostCenterHierLink<ObjectT> |
CostCenterHierLink.translateLinkType(EntityLink<CostCenterHierLink<ObjectT>,CostCenterHier,ObjectT> link) |
Copyright © 2021 SAP SE. All rights reserved.