Modifier and Type | Field and Description |
---|---|
static CostCenterLink<CostCenterText> |
CostCenter.TO_CNSLDTN_COST_CENTER_T
Use with available fluent helpers to apply the to_CnsldtnCostCenterT navigation property to query
operations.
|
Modifier and Type | Method and Description |
---|---|
CostCenterText |
CostCenterText.CostCenterTextBuilder.build() |
Modifier and Type | Method and Description |
---|---|
List<CostCenterText> |
CostCenter.fetchCnsldtnCostCenterT()
Fetches the CostCenterText entities (one to many) associated with this entity.
|
io.vavr.control.Option<List<CostCenterText>> |
CostCenter.getCnsldtnCostCenterTIfPresent()
Retrieval of associated CostCenterText entities (one to many).
|
List<CostCenterText> |
CostCenter.getCnsldtnCostCenterTOrFetch()
Retrieval of associated CostCenterText entities (one to many).
|
protected Class<CostCenterText> |
CostCenterTextFluentHelper.getEntityClass() |
protected Class<CostCenterText> |
CostCenterTextByKeyFluentHelper.getEntityClass() |
Class<CostCenterText> |
CostCenterText.getType() |
Modifier and Type | Method and Description |
---|---|
void |
CostCenter.addCnsldtnCostCenterT(CostCenterText... entity)
Adds elements to the list of associated CostCenterText entities.
|
CostCenter.CostCenterBuilder |
CostCenter.CostCenterBuilder.cnsldtnCostCenterT(CostCenterText... value)
Navigation property to_CnsldtnCostCenterT for CostCenter to multiple CostCenterText.
|
Modifier and Type | Method and Description |
---|---|
void |
CostCenter.setCnsldtnCostCenterT(List<CostCenterText> value)
Overwrites the list of associated CostCenterText entities for the loaded navigation property
to_CnsldtnCostCenterT.
|
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<CostCenterText> |
CostCenterTextOneToOneLink.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 CostCenterTextLink<ObjectT> |
CostCenterTextLink.translateLinkType(EntityLink<CostCenterTextLink<ObjectT>,CostCenterText,ObjectT> link) |
Copyright © 2021 SAP SE. All rights reserved.