Interface AccessSequenceForPricingInSalesService
- All Known Implementing Classes:
DefaultAccessSequenceForPricingInSalesService
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
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 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.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.
-
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.
-
getAllSalesPricingAccess
Deprecated.Fetch multipleSalesPricingAccessentities.- 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.Fetch the number of entries from theSalesPricingAccessentity collection matching the filter and search expressions.- 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 GetByKeyRequestBuilder<SalesPricingAccess> getSalesPricingAccessByKey(String conditionUsage, String conditionApplication, String accessSequence, String accessNumberOfAccessSequence) Deprecated.Fetch a singleSalesPricingAccessentity using key fields.- Parameters:
accessNumberOfAccessSequence- Access sequence - Access numberConstraints: Not nullable, Maximum length: 3
accessSequence- Access sequenceConstraints: Not nullable, Maximum length: 4
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
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.Fetch multipleSalesPricingAccessFieldentities.- 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.Fetch the number of entries from theSalesPricingAccessFieldentity collection matching the filter and search expressions.- 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 GetByKeyRequestBuilder<SalesPricingAccessField> getSalesPricingAccessFieldByKey(String conditionUsage, String conditionApplication, String accessSequence, String accessNumberOfAccessSequence, String conditionTable, String pricingConditionField) Deprecated.Fetch a singleSalesPricingAccessFieldentity using key fields.- Parameters:
conditionTable- Three-digit character field for IDocsConstraints: Not nullable, Maximum length: 3
accessNumberOfAccessSequence- Access sequence - Access numberConstraints: Not nullable, Maximum length: 3
pricingConditionField- Field for condition tableConstraints: Not nullable, Maximum length: 30
accessSequence- Access sequenceConstraints: Not nullable, Maximum length: 4
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
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.Fetch multipleSalesPricingAccessSequenceentities.- 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.Fetch the number of entries from theSalesPricingAccessSequenceentity collection matching the filter and search expressions.- 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 GetByKeyRequestBuilder<SalesPricingAccessSequence> getSalesPricingAccessSequenceByKey(String conditionUsage, String conditionApplication, String accessSequence) Deprecated.Fetch a singleSalesPricingAccessSequenceentity using key fields.- Parameters:
accessSequence- Access sequenceConstraints: Not nullable, Maximum length: 4
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
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
Deprecated.Fetch multipleSlsPricingAccessSequenceTextentities.- 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
Deprecated.Fetch the number of entries from theSlsPricingAccessSequenceTextentity collection matching the filter and search expressions.- 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 GetByKeyRequestBuilder<SlsPricingAccessSequenceText> getSlsPricingAccessSequenceTextByKey(String language, String conditionUsage, String conditionApplication, String accessSequence) Deprecated.Fetch a singleSlsPricingAccessSequenceTextentity using key fields.- Parameters:
language- Language KeyConstraints: Not nullable, Maximum length: 2
accessSequence- Access sequenceConstraints: Not nullable, Maximum length: 4
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
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.
-