Interface FieldCatalogForPricingInSalesService
- All Known Implementing Classes:
DefaultFieldCatalogForPricingInSalesService
Deprecated.
The service and all its related classes are deprecated. Please use the odata generator to generate the
VDM.
Consumers of this inbound service can read a list of fields that are included in the field catalog for pricing in sales 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 theSalesPricingConditionFieldentity collection matching the filter and search expressions.Deprecated.Fetch the number of entries from theSlsPricingConditionFieldTextentity collection matching the filter and search expressions.Deprecated.Fetch multipleSalesPricingConditionFieldentities.Deprecated.Fetch multipleSlsPricingConditionFieldTextentities.getSalesPricingConditionFieldByKey(String conditionUsage, String conditionApplication, String pricingConditionField) Deprecated.Fetch a singleSalesPricingConditionFieldentity using key fields.getSlsPricingConditionFieldTextByKey(String language, String conditionUsage, String conditionApplication, String pricingConditionField) Deprecated.Fetch a singleSlsPricingConditionFieldTextentity 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.
-
getAllSalesPricingConditionField
Deprecated.Fetch multipleSalesPricingConditionFieldentities.- Returns:
- A request builder to fetch multiple
SalesPricingConditionFieldentities. 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.
-
countSalesPricingConditionField
Deprecated.Fetch the number of entries from theSalesPricingConditionFieldentity collection matching the filter and search expressions.- Returns:
- A request builder to fetch the count of
SalesPricingConditionFieldentities. 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.
-
getSalesPricingConditionFieldByKey
@Nonnull GetByKeyRequestBuilder<SalesPricingConditionField> getSalesPricingConditionFieldByKey(String conditionUsage, String conditionApplication, String pricingConditionField) Deprecated.Fetch a singleSalesPricingConditionFieldentity using key fields.- Parameters:
pricingConditionField- Name of the condition fieldConstraints: 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
SalesPricingConditionFieldentity 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.
-
getAllSlsPricingConditionFieldText
Deprecated.Fetch multipleSlsPricingConditionFieldTextentities.- Returns:
- A request builder to fetch multiple
SlsPricingConditionFieldTextentities. 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.
-
countSlsPricingConditionFieldText
Deprecated.Fetch the number of entries from theSlsPricingConditionFieldTextentity collection matching the filter and search expressions.- Returns:
- A request builder to fetch the count of
SlsPricingConditionFieldTextentities. 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.
-
getSlsPricingConditionFieldTextByKey
@Nonnull GetByKeyRequestBuilder<SlsPricingConditionFieldText> getSlsPricingConditionFieldTextByKey(String language, String conditionUsage, String conditionApplication, String pricingConditionField) Deprecated.Fetch a singleSlsPricingConditionFieldTextentity using key fields.- Parameters:
pricingConditionField- Field NameConstraints: Not nullable, Maximum length: 30
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
SlsPricingConditionFieldTextentity 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.
-