Class DefaultFieldCatalogForPricingInSalesService
java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odatav4.services.DefaultFieldCatalogForPricingInSalesService
- All Implemented Interfaces:
OperationsOnEntityCollections,ServiceWithNavigableEntities,FieldCatalogForPricingInSalesService
@Named("com.sap.cloud.sdk.s4hana.datamodel.odatav4.services.DefaultFieldCatalogForPricingInSalesService")
@Deprecated
public class DefaultFieldCatalogForPricingInSalesService
extends Object
implements ServiceWithNavigableEntities, FieldCatalogForPricingInSalesService
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
Fields inherited from interface com.sap.cloud.sdk.s4hana.datamodel.odatav4.services.FieldCatalogForPricingInSalesService
DEFAULT_SERVICE_PATH -
Constructor Summary
ConstructorsConstructorDescriptionDeprecated.Creates a service usingFieldCatalogForPricingInSalesService.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 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.Deprecated.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.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
-
DefaultFieldCatalogForPricingInSalesService
public DefaultFieldCatalogForPricingInSalesService()Deprecated.Creates a service usingFieldCatalogForPricingInSalesService.DEFAULT_SERVICE_PATHto send the requests.
-
-
Method Details
-
withServicePath
@Nonnull public DefaultFieldCatalogForPricingInSalesService withServicePath(@Nonnull String servicePath) Deprecated.Description copied from interface:FieldCatalogForPricingInSalesServiceOverrides the default service path and returns a new service instance with the specified service path. Also adjusts the respective entity URLs.- Specified by:
withServicePathin interfaceFieldCatalogForPricingInSalesService- 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:FieldCatalogForPricingInSalesServiceCreates a batch request builder object.- Specified by:
batchin interfaceFieldCatalogForPricingInSalesService- Returns:
- A request builder to handle batch operation on this service. To perform execution, call the
executemethod on the request builder object.
-
getAllSalesPricingConditionField
Deprecated.Description copied from interface:FieldCatalogForPricingInSalesServiceFetch multipleSalesPricingConditionFieldentities.- Specified by:
getAllSalesPricingConditionFieldin interfaceFieldCatalogForPricingInSalesService- 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.Description copied from interface:FieldCatalogForPricingInSalesServiceFetch the number of entries from theSalesPricingConditionFieldentity collection matching the filter and search expressions.- Specified by:
countSalesPricingConditionFieldin interfaceFieldCatalogForPricingInSalesService- 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 public GetByKeyRequestBuilder<SalesPricingConditionField> getSalesPricingConditionFieldByKey(String conditionUsage, String conditionApplication, String pricingConditionField) Deprecated.Description copied from interface:FieldCatalogForPricingInSalesServiceFetch a singleSalesPricingConditionFieldentity using key fields.- Specified by:
getSalesPricingConditionFieldByKeyin interfaceFieldCatalogForPricingInSalesService- Parameters:
conditionUsage- Usage of the condition tableConstraints: Not nullable, Maximum length: 1
conditionApplication- ApplicationConstraints: Not nullable, Maximum length: 2
pricingConditionField- Name of the condition fieldConstraints: Not nullable, Maximum length: 30
- 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
@Nonnull public GetAllRequestBuilder<SlsPricingConditionFieldText> getAllSlsPricingConditionFieldText()Deprecated.Description copied from interface:FieldCatalogForPricingInSalesServiceFetch multipleSlsPricingConditionFieldTextentities.- Specified by:
getAllSlsPricingConditionFieldTextin interfaceFieldCatalogForPricingInSalesService- 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
@Nonnull public CountRequestBuilder<SlsPricingConditionFieldText> countSlsPricingConditionFieldText()Deprecated.Description copied from interface:FieldCatalogForPricingInSalesServiceFetch the number of entries from theSlsPricingConditionFieldTextentity collection matching the filter and search expressions.- Specified by:
countSlsPricingConditionFieldTextin interfaceFieldCatalogForPricingInSalesService- 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 public GetByKeyRequestBuilder<SlsPricingConditionFieldText> getSlsPricingConditionFieldTextByKey(String language, String conditionUsage, String conditionApplication, String pricingConditionField) Deprecated.Description copied from interface:FieldCatalogForPricingInSalesServiceFetch a singleSlsPricingConditionFieldTextentity using key fields.- Specified by:
getSlsPricingConditionFieldTextByKeyin interfaceFieldCatalogForPricingInSalesService- 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
pricingConditionField- Field NameConstraints: Not nullable, Maximum length: 30
- 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.
-
getServicePath
Deprecated.- Specified by:
getServicePathin interfaceServiceWithNavigableEntities
-