Package | Description |
---|---|
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.readbusinessarea |
Modifier and Type | Field and Description |
---|---|
static EntityField<BusinessArea,String> |
BusinessArea.BUSINESS_AREA
Use with available fluent helpers to apply the BusinessArea field to query operations.
|
Modifier and Type | Method and Description |
---|---|
BusinessArea |
BusinessArea.BusinessAreaBuilder.build() |
BusinessArea |
BusinessAreaByKeyFluentHelper.execute()
Executes the underlying query using the stored key field values, plus any query modifiers that were previously called.
|
BusinessArea |
BusinessAreaByKeyFluentHelper.execute(ErpConfigContext erpConfigContext)
Executes the underlying query using the stored key field values, plus any query modifiers that were previously called.
|
BusinessArea |
BusinessAreaByKeyFluentHelper.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<BusinessArea> |
BusinessAreaFluentHelper.execute()
Executes the underlying query using any query modifiers that were previously called.
|
List<BusinessArea> |
BusinessAreaFluentHelper.execute(ErpConfigContext erpConfigContext)
Executes the underlying query using any query modifiers that were previously called.
|
List<BusinessArea> |
BusinessAreaFluentHelper.execute(ErpEndpoint erpEndpoint)
Executes the underlying query using any query modifiers that were previously called.
|
static <T> EntityField<BusinessArea,T> |
BusinessArea.field(String fieldName,
Class<T> fieldType)
Use with available fluent helpers to apply an extension field to query operations.
|
Class<BusinessArea> |
BusinessArea.getType() |
Modifier and Type | Method and Description |
---|---|
BusinessAreaFluentHelper |
BusinessAreaFluentHelper.filter(ExpressionFluentHelper<BusinessArea> expression)
Query modifier to restrict the set of returned entities based on the values of one or more fields.
|
BusinessAreaFluentHelper |
BusinessAreaFluentHelper.orderBy(EntityField<BusinessArea,?> field,
Order order)
Query modifier to sort the set of returned entities by one or more fields.
|
Copyright © 2017 SAP SE. All rights reserved.