Interface ConditionTableForPricingInSalesService
- All Known Implementing Classes:
DefaultConditionTableForPricingInSalesService
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
FieldsModifier and TypeFieldDescriptionstatic final StringDeprecated.If no other path was provided via thewithServicePath(String)method, this is the default service path used to access the endpoint. -
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.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.
-
Field Details
-
DEFAULT_SERVICE_PATH
Deprecated.If no other path was provided via thewithServicePath(String)method, this is the default service path used to access the endpoint.- See Also:
-
-
Method Details
-
withServicePath
Deprecated.Overrides the default service path and returns a new service instance with the specified service path. Also adjusts the respective entity URLs.- Parameters:
servicePath- Service path that will override the default.- Returns:
- A new service instance with the specified service path.
-
batch
Deprecated.Creates a batch request builder object.- Returns:
- A request builder to handle batch operation on this service. To perform execution, call the
executemethod on the request builder object.
-
getAllSalesPricingConditionTable
Deprecated.Fetch multipleSalesPricingConditionTableentities.- 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.Fetch the number of entries from theSalesPricingConditionTableentity collection matching the filter and search expressions.- 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 GetByKeyRequestBuilder<SalesPricingConditionTable> getSalesPricingConditionTableByKey(String conditionUsage, String conditionApplication, String conditionTable) Deprecated.Fetch a singleSalesPricingConditionTableentity using key fields.- Parameters:
conditionTable- Three-digit character field for IDocsConstraints: Not nullable, Maximum length: 3
conditionUsage- Usage of the condition tableConstraints: Not nullable, Maximum length: 1
conditionApplication- ApplicationConstraints: Not nullable, Maximum length: 2
- 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.Fetch multipleSlsPrcgConditionTableFieldentities.- 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.Fetch the number of entries from theSlsPrcgConditionTableFieldentity collection matching the filter and search expressions.- 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 GetByKeyRequestBuilder<SlsPrcgConditionTableField> getSlsPrcgConditionTableFieldByKey(String conditionUsage, String conditionApplication, String conditionTable, String pricingConditionField) Deprecated.Fetch a singleSlsPrcgConditionTableFieldentity using key fields.- Parameters:
conditionTable- Three-digit character field for IDocsConstraints: Not nullable, Maximum length: 3
pricingConditionField- Field NameConstraints: Not nullable, Maximum length: 30
conditionUsage- Usage of the condition tableConstraints: Not nullable, Maximum length: 1
conditionApplication- ApplicationConstraints: Not nullable, Maximum length: 2
- 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
Deprecated.Fetch multipleSlsPricingConditionTableTextentities.- 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
Deprecated.Fetch the number of entries from theSlsPricingConditionTableTextentity collection matching the filter and search expressions.- 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 GetByKeyRequestBuilder<SlsPricingConditionTableText> getSlsPricingConditionTableTextByKey(String language, String conditionUsage, String conditionApplication, String conditionTable) Deprecated.Fetch a singleSlsPricingConditionTableTextentity using key fields.- Parameters:
conditionTable- Three-digit character field for IDocsConstraints: Not nullable, Maximum length: 3
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
- 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.
-