Class DefaultConditionTableForPricingInSalesService
- All Implemented Interfaces:
OperationsOnEntityCollections,ServiceWithNavigableEntities,ConditionTableForPricingInSalesService
Consumer of this inbound service can read the condition tables inside your system by sending OData requests.
Reference: SAP Business Accelerator Hub
Details:
-
Field Summary
Fields inherited from interface com.sap.cloud.sdk.s4hana.datamodel.odatav4.services.ConditionTableForPricingInSalesService
DEFAULT_SERVICE_PATH -
Constructor Summary
ConstructorsConstructorDescriptionDeprecated.Creates a service usingConditionTableForPricingInSalesService.DEFAULT_SERVICE_PATHto send the requests. -
Method Summary
Modifier and TypeMethodDescriptionbatch()Deprecated.Creates a batch request builder object.Deprecated.Fetch the number of entries from theSalesPricingConditionTableentity collection matching the filter and search expressions.Deprecated.Fetch the number of entries from theSlsPrcgConditionTableFieldentity collection matching the filter and search expressions.Deprecated.Fetch the number of entries from theSlsPricingConditionTableTextentity collection matching the filter and search expressions.Deprecated.Fetch multipleSalesPricingConditionTableentities.Deprecated.Fetch multipleSlsPrcgConditionTableFieldentities.Deprecated.Fetch multipleSlsPricingConditionTableTextentities.getSalesPricingConditionTableByKey(String conditionUsage, String conditionApplication, String conditionTable) Deprecated.Fetch a singleSalesPricingConditionTableentity using key fields.Deprecated.getSlsPrcgConditionTableFieldByKey(String conditionUsage, String conditionApplication, String conditionTable, String pricingConditionField) Deprecated.Fetch a singleSlsPrcgConditionTableFieldentity using key fields.getSlsPricingConditionTableTextByKey(String language, String conditionUsage, String conditionApplication, String conditionTable) Deprecated.Fetch a singleSlsPricingConditionTableTextentity using key fields.withServicePath(String servicePath) Deprecated.Overrides the default service path and returns a new service instance with the specified service path.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.sap.cloud.sdk.datamodel.odatav4.core.ServiceWithNavigableEntities
applyAction, applyAction, applyFunction, applyFunction, forEntity, withFunction, withFunction
-
Constructor Details
-
DefaultConditionTableForPricingInSalesService
public DefaultConditionTableForPricingInSalesService()Deprecated.Creates a service usingConditionTableForPricingInSalesService.DEFAULT_SERVICE_PATHto send the requests.
-
-
Method Details
-
withServicePath
@Nonnull public DefaultConditionTableForPricingInSalesService withServicePath(@Nonnull String servicePath) Deprecated.Description copied from interface:ConditionTableForPricingInSalesServiceOverrides the default service path and returns a new service instance with the specified service path. Also adjusts the respective entity URLs.- Specified by:
withServicePathin interfaceConditionTableForPricingInSalesService- Parameters:
servicePath- Service path that will override the default.- Returns:
- A new service instance with the specified service path.
-
batch
Deprecated.Description copied from interface:ConditionTableForPricingInSalesServiceCreates a batch request builder object.- Specified by:
batchin interfaceConditionTableForPricingInSalesService- Returns:
- A request builder to handle batch operation on this service. To perform execution, call the
executemethod on the request builder object.
-
getAllSalesPricingConditionTable
Deprecated.Description copied from interface:ConditionTableForPricingInSalesServiceFetch multipleSalesPricingConditionTableentities.- Specified by:
getAllSalesPricingConditionTablein interfaceConditionTableForPricingInSalesService- Returns:
- A request builder to fetch multiple
SalesPricingConditionTableentities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the request builder object.
-
countSalesPricingConditionTable
Deprecated.Description copied from interface:ConditionTableForPricingInSalesServiceFetch the number of entries from theSalesPricingConditionTableentity collection matching the filter and search expressions.- Specified by:
countSalesPricingConditionTablein interfaceConditionTableForPricingInSalesService- Returns:
- A request builder to fetch the count of
SalesPricingConditionTableentities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the request builder object.
-
getSalesPricingConditionTableByKey
@Nonnull public GetByKeyRequestBuilder<SalesPricingConditionTable> getSalesPricingConditionTableByKey(String conditionUsage, String conditionApplication, String conditionTable) Deprecated.Description copied from interface:ConditionTableForPricingInSalesServiceFetch a singleSalesPricingConditionTableentity using key fields.- Specified by:
getSalesPricingConditionTableByKeyin interfaceConditionTableForPricingInSalesService- Parameters:
conditionUsage- Usage of the condition tableConstraints: Not nullable, Maximum length: 1
conditionApplication- ApplicationConstraints: Not nullable, Maximum length: 2
conditionTable- Three-digit character field for IDocsConstraints: Not nullable, Maximum length: 3
- Returns:
- A request builder to fetch a single
SalesPricingConditionTableentity using key fields. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the request builder object.
-
getAllSlsPrcgConditionTableField
Deprecated.Description copied from interface:ConditionTableForPricingInSalesServiceFetch multipleSlsPrcgConditionTableFieldentities.- Specified by:
getAllSlsPrcgConditionTableFieldin interfaceConditionTableForPricingInSalesService- Returns:
- A request builder to fetch multiple
SlsPrcgConditionTableFieldentities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the request builder object.
-
countSlsPrcgConditionTableField
Deprecated.Description copied from interface:ConditionTableForPricingInSalesServiceFetch the number of entries from theSlsPrcgConditionTableFieldentity collection matching the filter and search expressions.- Specified by:
countSlsPrcgConditionTableFieldin interfaceConditionTableForPricingInSalesService- Returns:
- A request builder to fetch the count of
SlsPrcgConditionTableFieldentities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the request builder object.
-
getSlsPrcgConditionTableFieldByKey
@Nonnull public GetByKeyRequestBuilder<SlsPrcgConditionTableField> getSlsPrcgConditionTableFieldByKey(String conditionUsage, String conditionApplication, String conditionTable, String pricingConditionField) Deprecated.Description copied from interface:ConditionTableForPricingInSalesServiceFetch a singleSlsPrcgConditionTableFieldentity using key fields.- Specified by:
getSlsPrcgConditionTableFieldByKeyin interfaceConditionTableForPricingInSalesService- Parameters:
conditionUsage- Usage of the condition tableConstraints: Not nullable, Maximum length: 1
conditionApplication- ApplicationConstraints: Not nullable, Maximum length: 2
conditionTable- Three-digit character field for IDocsConstraints: Not nullable, Maximum length: 3
pricingConditionField- Field NameConstraints: Not nullable, Maximum length: 30
- Returns:
- A request builder to fetch a single
SlsPrcgConditionTableFieldentity using key fields. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the request builder object.
-
getAllSlsPricingConditionTableText
@Nonnull public GetAllRequestBuilder<SlsPricingConditionTableText> getAllSlsPricingConditionTableText()Deprecated.Description copied from interface:ConditionTableForPricingInSalesServiceFetch multipleSlsPricingConditionTableTextentities.- Specified by:
getAllSlsPricingConditionTableTextin interfaceConditionTableForPricingInSalesService- Returns:
- A request builder to fetch multiple
SlsPricingConditionTableTextentities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the request builder object.
-
countSlsPricingConditionTableText
@Nonnull public CountRequestBuilder<SlsPricingConditionTableText> countSlsPricingConditionTableText()Deprecated.Description copied from interface:ConditionTableForPricingInSalesServiceFetch the number of entries from theSlsPricingConditionTableTextentity collection matching the filter and search expressions.- Specified by:
countSlsPricingConditionTableTextin interfaceConditionTableForPricingInSalesService- Returns:
- A request builder to fetch the count of
SlsPricingConditionTableTextentities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the request builder object.
-
getSlsPricingConditionTableTextByKey
@Nonnull public GetByKeyRequestBuilder<SlsPricingConditionTableText> getSlsPricingConditionTableTextByKey(String language, String conditionUsage, String conditionApplication, String conditionTable) Deprecated.Description copied from interface:ConditionTableForPricingInSalesServiceFetch a singleSlsPricingConditionTableTextentity using key fields.- Specified by:
getSlsPricingConditionTableTextByKeyin interfaceConditionTableForPricingInSalesService- Parameters:
language- Language KeyConstraints: Not nullable, Maximum length: 2
conditionUsage- Usage of the condition tableConstraints: Not nullable, Maximum length: 1
conditionApplication- ApplicationConstraints: Not nullable, Maximum length: 2
conditionTable- Three-digit character field for IDocsConstraints: Not nullable, Maximum length: 3
- Returns:
- A request builder to fetch a single
SlsPricingConditionTableTextentity using key fields. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the request builder object.
-
getServicePath
Deprecated.- Specified by:
getServicePathin interfaceServiceWithNavigableEntities
-