Class DefaultAccessSequenceForPricingInSalesService
- All Implemented Interfaces:
OperationsOnEntityCollections,ServiceWithNavigableEntities,AccessSequenceForPricingInSalesService
Consumer of this inbound service can read the access sequences 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.AccessSequenceForPricingInSalesService
DEFAULT_SERVICE_PATH -
Constructor Summary
ConstructorsConstructorDescriptionDeprecated.Creates a service usingAccessSequenceForPricingInSalesService.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 theSalesPricingAccessentity collection matching the filter and search expressions.Deprecated.Fetch the number of entries from theSalesPricingAccessFieldentity collection matching the filter and search expressions.Deprecated.Fetch the number of entries from theSalesPricingAccessSequenceentity collection matching the filter and search expressions.Deprecated.Fetch the number of entries from theSlsPricingAccessSequenceTextentity collection matching the filter and search expressions.Deprecated.Fetch multipleSalesPricingAccessentities.Deprecated.Fetch multipleSalesPricingAccessFieldentities.Deprecated.Fetch multipleSalesPricingAccessSequenceentities.Deprecated.Fetch multipleSlsPricingAccessSequenceTextentities.getSalesPricingAccessByKey(String conditionUsage, String conditionApplication, String accessSequence, String accessNumberOfAccessSequence) Deprecated.Fetch a singleSalesPricingAccessentity using key fields.getSalesPricingAccessFieldByKey(String conditionUsage, String conditionApplication, String accessSequence, String accessNumberOfAccessSequence, String conditionTable, String pricingConditionField) Deprecated.Fetch a singleSalesPricingAccessFieldentity using key fields.getSalesPricingAccessSequenceByKey(String conditionUsage, String conditionApplication, String accessSequence) Deprecated.Fetch a singleSalesPricingAccessSequenceentity using key fields.Deprecated.getSlsPricingAccessSequenceTextByKey(String language, String conditionUsage, String conditionApplication, String accessSequence) Deprecated.Fetch a singleSlsPricingAccessSequenceTextentity 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
-
DefaultAccessSequenceForPricingInSalesService
public DefaultAccessSequenceForPricingInSalesService()Deprecated.Creates a service usingAccessSequenceForPricingInSalesService.DEFAULT_SERVICE_PATHto send the requests.
-
-
Method Details
-
withServicePath
@Nonnull public DefaultAccessSequenceForPricingInSalesService withServicePath(@Nonnull String servicePath) Deprecated.Description copied from interface:AccessSequenceForPricingInSalesServiceOverrides the default service path and returns a new service instance with the specified service path. Also adjusts the respective entity URLs.- Specified by:
withServicePathin interfaceAccessSequenceForPricingInSalesService- 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:AccessSequenceForPricingInSalesServiceCreates a batch request builder object.- Specified by:
batchin interfaceAccessSequenceForPricingInSalesService- Returns:
- A request builder to handle batch operation on this service. To perform execution, call the
executemethod on the request builder object.
-
getAllSalesPricingAccess
Deprecated.Description copied from interface:AccessSequenceForPricingInSalesServiceFetch multipleSalesPricingAccessentities.- Specified by:
getAllSalesPricingAccessin interfaceAccessSequenceForPricingInSalesService- Returns:
- A request builder to fetch multiple
SalesPricingAccessentities. 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.
-
countSalesPricingAccess
Deprecated.Description copied from interface:AccessSequenceForPricingInSalesServiceFetch the number of entries from theSalesPricingAccessentity collection matching the filter and search expressions.- Specified by:
countSalesPricingAccessin interfaceAccessSequenceForPricingInSalesService- Returns:
- A request builder to fetch the count of
SalesPricingAccessentities. 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.
-
getSalesPricingAccessByKey
@Nonnull public GetByKeyRequestBuilder<SalesPricingAccess> getSalesPricingAccessByKey(String conditionUsage, String conditionApplication, String accessSequence, String accessNumberOfAccessSequence) Deprecated.Description copied from interface:AccessSequenceForPricingInSalesServiceFetch a singleSalesPricingAccessentity using key fields.- Specified by:
getSalesPricingAccessByKeyin interfaceAccessSequenceForPricingInSalesService- Parameters:
conditionUsage- Usage of the condition tableConstraints: Not nullable, Maximum length: 1
conditionApplication- ApplicationConstraints: Not nullable, Maximum length: 2
accessSequence- Access sequenceConstraints: Not nullable, Maximum length: 4
accessNumberOfAccessSequence- Access sequence - Access numberConstraints: Not nullable, Maximum length: 3
- Returns:
- A request builder to fetch a single
SalesPricingAccessentity 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.
-
getAllSalesPricingAccessField
Deprecated.Description copied from interface:AccessSequenceForPricingInSalesServiceFetch multipleSalesPricingAccessFieldentities.- Specified by:
getAllSalesPricingAccessFieldin interfaceAccessSequenceForPricingInSalesService- Returns:
- A request builder to fetch multiple
SalesPricingAccessFieldentities. 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.
-
countSalesPricingAccessField
Deprecated.Description copied from interface:AccessSequenceForPricingInSalesServiceFetch the number of entries from theSalesPricingAccessFieldentity collection matching the filter and search expressions.- Specified by:
countSalesPricingAccessFieldin interfaceAccessSequenceForPricingInSalesService- Returns:
- A request builder to fetch the count of
SalesPricingAccessFieldentities. 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.
-
getSalesPricingAccessFieldByKey
@Nonnull public GetByKeyRequestBuilder<SalesPricingAccessField> getSalesPricingAccessFieldByKey(String conditionUsage, String conditionApplication, String accessSequence, String accessNumberOfAccessSequence, String conditionTable, String pricingConditionField) Deprecated.Description copied from interface:AccessSequenceForPricingInSalesServiceFetch a singleSalesPricingAccessFieldentity using key fields.- Specified by:
getSalesPricingAccessFieldByKeyin interfaceAccessSequenceForPricingInSalesService- Parameters:
conditionUsage- Usage of the condition tableConstraints: Not nullable, Maximum length: 1
conditionApplication- ApplicationConstraints: Not nullable, Maximum length: 2
accessSequence- Access sequenceConstraints: Not nullable, Maximum length: 4
accessNumberOfAccessSequence- Access sequence - Access numberConstraints: Not nullable, Maximum length: 3
conditionTable- Three-digit character field for IDocsConstraints: Not nullable, Maximum length: 3
pricingConditionField- Field for condition tableConstraints: Not nullable, Maximum length: 30
- Returns:
- A request builder to fetch a single
SalesPricingAccessFieldentity 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.
-
getAllSalesPricingAccessSequence
Deprecated.Description copied from interface:AccessSequenceForPricingInSalesServiceFetch multipleSalesPricingAccessSequenceentities.- Specified by:
getAllSalesPricingAccessSequencein interfaceAccessSequenceForPricingInSalesService- Returns:
- A request builder to fetch multiple
SalesPricingAccessSequenceentities. 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.
-
countSalesPricingAccessSequence
Deprecated.Description copied from interface:AccessSequenceForPricingInSalesServiceFetch the number of entries from theSalesPricingAccessSequenceentity collection matching the filter and search expressions.- Specified by:
countSalesPricingAccessSequencein interfaceAccessSequenceForPricingInSalesService- Returns:
- A request builder to fetch the count of
SalesPricingAccessSequenceentities. 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.
-
getSalesPricingAccessSequenceByKey
@Nonnull public GetByKeyRequestBuilder<SalesPricingAccessSequence> getSalesPricingAccessSequenceByKey(String conditionUsage, String conditionApplication, String accessSequence) Deprecated.Description copied from interface:AccessSequenceForPricingInSalesServiceFetch a singleSalesPricingAccessSequenceentity using key fields.- Specified by:
getSalesPricingAccessSequenceByKeyin interfaceAccessSequenceForPricingInSalesService- Parameters:
conditionUsage- Usage of the condition tableConstraints: Not nullable, Maximum length: 1
conditionApplication- ApplicationConstraints: Not nullable, Maximum length: 2
accessSequence- Access sequenceConstraints: Not nullable, Maximum length: 4
- Returns:
- A request builder to fetch a single
SalesPricingAccessSequenceentity 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.
-
getAllSlsPricingAccessSequenceText
@Nonnull public GetAllRequestBuilder<SlsPricingAccessSequenceText> getAllSlsPricingAccessSequenceText()Deprecated.Description copied from interface:AccessSequenceForPricingInSalesServiceFetch multipleSlsPricingAccessSequenceTextentities.- Specified by:
getAllSlsPricingAccessSequenceTextin interfaceAccessSequenceForPricingInSalesService- Returns:
- A request builder to fetch multiple
SlsPricingAccessSequenceTextentities. 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.
-
countSlsPricingAccessSequenceText
@Nonnull public CountRequestBuilder<SlsPricingAccessSequenceText> countSlsPricingAccessSequenceText()Deprecated.Description copied from interface:AccessSequenceForPricingInSalesServiceFetch the number of entries from theSlsPricingAccessSequenceTextentity collection matching the filter and search expressions.- Specified by:
countSlsPricingAccessSequenceTextin interfaceAccessSequenceForPricingInSalesService- Returns:
- A request builder to fetch the count of
SlsPricingAccessSequenceTextentities. 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.
-
getSlsPricingAccessSequenceTextByKey
@Nonnull public GetByKeyRequestBuilder<SlsPricingAccessSequenceText> getSlsPricingAccessSequenceTextByKey(String language, String conditionUsage, String conditionApplication, String accessSequence) Deprecated.Description copied from interface:AccessSequenceForPricingInSalesServiceFetch a singleSlsPricingAccessSequenceTextentity using key fields.- Specified by:
getSlsPricingAccessSequenceTextByKeyin interfaceAccessSequenceForPricingInSalesService- 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
accessSequence- Access sequenceConstraints: Not nullable, Maximum length: 4
- Returns:
- A request builder to fetch a single
SlsPricingAccessSequenceTextentity 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
-