Modifier and Type | Field and Description |
---|---|
static CostCenterLink<CostCenterText> |
CostCenter.TO_COST_CENTER_TEXTS
Use with available fluent helpers to apply the CostCenterTexts navigation property to query operations.
|
Modifier and Type | Method and Description |
---|---|
CostCenterText |
CostCenterText.CostCenterTextBuilder.build() |
protected CostCenterText |
CostCenterTextUpdateFluentHelper.getEntity() |
protected CostCenterText |
CostCenterTextDeleteFluentHelper.getEntity() |
protected CostCenterText |
CostCenterTextCreateFluentHelper.getEntity() |
Modifier and Type | Method and Description |
---|---|
List<CostCenterText> |
CostCenter.fetchCostCenterTexts()
Fetches the CostCenterText entities (one to many) associated with this entity.
|
io.vavr.control.Option<List<CostCenterText>> |
CostCenter.getCostCenterTextsIfPresent()
Retrieval of associated CostCenterText entities (one to many).
|
List<CostCenterText> |
CostCenter.getCostCenterTextsOrFetch()
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.addCostCenterTexts(CostCenterText... entity)
Adds elements to the list of associated CostCenterText entities.
|
CostCenter.CostCenterBuilder |
CostCenter.CostCenterBuilder.costCenterTexts(CostCenterText... value)
Navigation property CostCenterTexts for CostCenter to multiple CostCenterText.
|
Modifier and Type | Method and Description |
---|---|
void |
CostCenter.setCostCenterTexts(List<CostCenterText> value)
Overwrites the list of associated CostCenterText entities for the loaded navigation property
CostCenterTexts.
|
Constructor and Description |
---|
CostCenterTextCreateFluentHelper(String servicePath,
CostCenterText entity)
Creates a fluent helper object that will create a
CostCenterText entity
on the OData endpoint. |
CostCenterTextDeleteFluentHelper(String servicePath,
CostCenterText entity)
Creates a fluent helper object that will delete a
CostCenterText entity
on the OData endpoint. |
CostCenterTextUpdateFluentHelper(String servicePath,
CostCenterText entity)
Creates a fluent helper object that will update a
CostCenterText entity
on the OData endpoint. |
Constructor and Description |
---|
CostCenter(String companyCode,
String costCenterID,
LocalDateTime validityEndDate,
LocalDateTime validityStartDate,
String status,
String category,
String language,
String costCenterName,
String costCenterDescription,
LocalDateTime lastChangeDateTime,
List<CostCenterText> toCostCenterTexts) |
Modifier and Type | Method and Description |
---|---|
CostCenterTestServiceBatchChangeSet |
DefaultCostCenterTestServiceBatchChangeSet.createCostCenterText(CostCenterText costCenterText)
Create a new
CostCenterText entity and save it to the S/4HANA system. |
CostCenterTestServiceBatchChangeSet |
CostCenterTestServiceBatchChangeSet.createCostCenterText(CostCenterText costCenterText)
Create a new
CostCenterText entity and save it to the S/4HANA system. |
CostCenterTestServiceBatchChangeSet |
DefaultCostCenterTestServiceBatchChangeSet.deleteCostCenterText(CostCenterText costCenterText)
Deletes an existing
CostCenterText entity in the S/4HANA system. |
CostCenterTestServiceBatchChangeSet |
CostCenterTestServiceBatchChangeSet.deleteCostCenterText(CostCenterText costCenterText)
Deletes an existing
CostCenterText entity in the S/4HANA system. |
CostCenterTestServiceBatchChangeSet |
DefaultCostCenterTestServiceBatchChangeSet.updateCostCenterText(CostCenterText costCenterText)
Update an existing
CostCenterText entity and save it to the S/4HANA system. |
CostCenterTestServiceBatchChangeSet |
CostCenterTestServiceBatchChangeSet.updateCostCenterText(CostCenterText costCenterText)
Update an existing
CostCenterText entity and save it to the S/4HANA system. |
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) |
Modifier and Type | Method and Description |
---|---|
CostCenterTextCreateFluentHelper |
CostCenterTestService.createCostCenterText(CostCenterText costCenterText)
Deprecated.
Create a new
CostCenterText entity and save it to the S/4HANA system. |
CostCenterTextCreateFluentHelper |
DefaultCostCenterTestService.createCostCenterText(CostCenterText costCenterText)
Deprecated.
|
CostCenterTextDeleteFluentHelper |
CostCenterTestService.deleteCostCenterText(CostCenterText costCenterText)
Deprecated.
Deletes an existing
CostCenterText entity in the S/4HANA system. |
CostCenterTextDeleteFluentHelper |
DefaultCostCenterTestService.deleteCostCenterText(CostCenterText costCenterText)
Deprecated.
|
CostCenterTextUpdateFluentHelper |
CostCenterTestService.updateCostCenterText(CostCenterText costCenterText)
Deprecated.
Update an existing
CostCenterText entity and save it to the S/4HANA system. |
CostCenterTextUpdateFluentHelper |
DefaultCostCenterTestService.updateCostCenterText(CostCenterText costCenterText)
Deprecated.
|
Copyright © 2020 SAP SE. All rights reserved.