Package | Description |
---|---|
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.readcostcenter |
Modifier and Type | Field and Description |
---|---|
static EntityField<CostCenterText,String> |
CostCenterText.CONTROLLING_AREA
Use with available fluent helpers to apply the ControllingArea field to query operations.
|
static EntityField<CostCenterText,String> |
CostCenterText.COST_CENTER
Use with available fluent helpers to apply the CostCenter field to query operations.
|
static EntityField<CostCenterText,String> |
CostCenterText.COST_CENTER_DESCRIPTION
Use with available fluent helpers to apply the CostCenterDescription field to query operations.
|
static EntityField<CostCenterText,String> |
CostCenterText.COST_CENTER_NAME
Use with available fluent helpers to apply the CostCenterName field to query operations.
|
static EntityField<CostCenterText,String> |
CostCenterText.LANGUAGE
Use with available fluent helpers to apply the Language field to query operations.
|
static EntityField<CostCenterText,Calendar> |
CostCenterText.VALIDITY_END_DATE
Use with available fluent helpers to apply the ValidityEndDate field to query operations.
|
static EntityField<CostCenterText,Calendar> |
CostCenterText.VALIDITY_START_DATE
Use with available fluent helpers to apply the ValidityStartDate field to query operations.
|
Modifier and Type | Method and Description |
---|---|
CostCenterText |
CostCenterText.CostCenterTextBuilder.build() |
CostCenterText |
CostCenterTextByKeyFluentHelper.execute()
Executes the underlying query using the stored key field values, plus any query modifiers that were previously called.
|
CostCenterText |
CostCenterTextByKeyFluentHelper.execute(ErpConfigContext erpConfigContext)
Executes the underlying query using the stored key field values, plus any query modifiers that were previously called.
|
CostCenterText |
CostCenterTextByKeyFluentHelper.execute(ErpEndpoint erpEndpoint)
Executes the underlying query using the stored key field values, plus any query modifiers that were previously called.
|
Modifier and Type | Method and Description |
---|---|
List<CostCenterText> |
CostCenterTextFluentHelper.execute()
Executes the underlying query using any query modifiers that were previously called.
|
List<CostCenterText> |
CostCenterTextFluentHelper.execute(ErpConfigContext erpConfigContext)
Executes the underlying query using any query modifiers that were previously called.
|
List<CostCenterText> |
CostCenterTextFluentHelper.execute(ErpEndpoint erpEndpoint)
Executes the underlying query using any query modifiers that were previously called.
|
List<CostCenterText> |
CostCenter.fetchText()
Fetches the CostCenterText entities (one to many) associated with this entity.
|
static <T> EntityField<CostCenterText,T> |
CostCenterText.field(String fieldName,
Class<T> fieldType)
Use with available fluent helpers to apply an extension field to query operations.
|
Class<CostCenterText> |
CostCenterText.getType() |
Modifier and Type | Method and Description |
---|---|
CostCenterTextFluentHelper |
CostCenterTextFluentHelper.filter(ExpressionFluentHelper<CostCenterText> expression)
Query modifier to restrict the set of returned entities based on the values of one or more fields.
|
CostCenterTextFluentHelper |
CostCenterTextFluentHelper.orderBy(EntityField<CostCenterText,?> field,
Order order)
Query modifier to sort the set of returned entities by one or more fields.
|
Copyright © 2017 SAP SE. All rights reserved.