Interface RateTableService
- All Known Implementing Classes:
DefaultRateTableService
Deprecated.
The service and all its related classes are deprecated. Please use the odata generator to generate the
VDM.
You use this API to do the following: * Create and copy rate tables * Update rate tables, such as modify the scales, rates, and unreleased validity periods * Release validity periods so that it can be used for charge calculation * Delete rate tables that with unreleased validity periods .
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 theTransportationRateTableentity collection matching the filter and search expressions.Deprecated.Fetch the number of entries from theTranspRateTableCalcRuleentity collection matching the filter and search expressions.Deprecated.Fetch the number of entries from theTranspRateTableOrganizationentity collection matching the filter and search expressions.Deprecated.Fetch the number of entries from theTranspRateTableRateentity collection matching the filter and search expressions.Deprecated.Fetch the number of entries from theTranspRateTableScaleRefentity collection matching the filter and search expressions.Deprecated.Fetch the number of entries from theTranspRateTableValidityentity collection matching the filter and search expressions.createTransportationRateTable(TransportationRateTable transportationRateTable) Deprecated.Create a newTransportationRateTableentity and save it to the S/4HANA system.createTranspRateTableValidity(TranspRateTableValidity transpRateTableValidity) Deprecated.Create a newTranspRateTableValidityentity and save it to the S/4HANA system.deleteTransportationRateTable(TransportationRateTable transportationRateTable) Deprecated.Deletes an existingTransportationRateTableentity in the S/4HANA system.deleteTranspRateTableCalcRule(TranspRateTableCalcRule transpRateTableCalcRule) Deprecated.Deletes an existingTranspRateTableCalcRuleentity in the S/4HANA system.deleteTranspRateTableOrganization(TranspRateTableOrganization transpRateTableOrganization) Deprecated.Deletes an existingTranspRateTableOrganizationentity in the S/4HANA system.deleteTranspRateTableRate(TranspRateTableRate transpRateTableRate) Deprecated.Deletes an existingTranspRateTableRateentity in the S/4HANA system.deleteTranspRateTableScaleRef(TranspRateTableScaleRef transpRateTableScaleRef) Deprecated.Deletes an existingTranspRateTableScaleRefentity in the S/4HANA system.deleteTranspRateTableValidity(TranspRateTableValidity transpRateTableValidity) Deprecated.Deletes an existingTranspRateTableValidityentity in the S/4HANA system.Deprecated.Fetch multipleTransportationRateTableentities.Deprecated.Fetch multipleTranspRateTableCalcRuleentities.Deprecated.Fetch multipleTranspRateTableOrganizationentities.Deprecated.Fetch multipleTranspRateTableRateentities.Deprecated.Fetch multipleTranspRateTableScaleRefentities.Deprecated.Fetch multipleTranspRateTableValidityentities.getTransportationRateTableByKey(UUID transportationRateTableUUID) Deprecated.Fetch a singleTransportationRateTableentity using key fields.getTranspRateTableCalcRuleByKey(UUID transpRateTableCalcRuleUUID) Deprecated.Fetch a singleTranspRateTableCalcRuleentity using key fields.getTranspRateTableOrganizationByKey(UUID transpRateTableOrgUUID) Deprecated.Fetch a singleTranspRateTableOrganizationentity using key fields.getTranspRateTableRateByKey(UUID transpRateTableRateUUID) Deprecated.Fetch a singleTranspRateTableRateentity using key fields.getTranspRateTableScaleRefByKey(UUID transpRateTableScaleRefUUID) Deprecated.Fetch a singleTranspRateTableScaleRefentity using key fields.getTranspRateTableValidityByKey(UUID transpRateTableValidityUUID) Deprecated.Fetch a singleTranspRateTableValidityentity using key fields.updateTransportationRateTable(TransportationRateTable transportationRateTable) Deprecated.Update an existingTransportationRateTableentity and save it to the S/4HANA system.updateTranspRateTableCalcRule(TranspRateTableCalcRule transpRateTableCalcRule) Deprecated.Update an existingTranspRateTableCalcRuleentity and save it to the S/4HANA system.updateTranspRateTableOrganization(TranspRateTableOrganization transpRateTableOrganization) Deprecated.Update an existingTranspRateTableOrganizationentity and save it to the S/4HANA system.updateTranspRateTableRate(TranspRateTableRate transpRateTableRate) Deprecated.Update an existingTranspRateTableRateentity and save it to the S/4HANA system.updateTranspRateTableScaleRef(TranspRateTableScaleRef transpRateTableScaleRef) Deprecated.Update an existingTranspRateTableScaleRefentity and save it to the S/4HANA system.updateTranspRateTableValidity(TranspRateTableValidity transpRateTableValidity) Deprecated.Update an existingTranspRateTableValidityentity and save it to the S/4HANA system.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.
-
getAllTransportationRateTable
Deprecated.Fetch multipleTransportationRateTableentities.- Returns:
- A request builder to fetch multiple
TransportationRateTableentities. 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.
-
countTransportationRateTable
Deprecated.Fetch the number of entries from theTransportationRateTableentity collection matching the filter and search expressions.- Returns:
- A request builder to fetch the count of
TransportationRateTableentities. 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.
-
getTransportationRateTableByKey
@Nonnull GetByKeyRequestBuilder<TransportationRateTable> getTransportationRateTableByKey(UUID transportationRateTableUUID) Deprecated.Fetch a singleTransportationRateTableentity using key fields.- Parameters:
transportationRateTableUUID- Transportation Rate Table UUIDConstraints: Not nullable
- Returns:
- A request builder to fetch a single
TransportationRateTableentity 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.
-
createTransportationRateTable
@Nonnull CreateRequestBuilder<TransportationRateTable> createTransportationRateTable(@Nonnull TransportationRateTable transportationRateTable) Deprecated.Create a newTransportationRateTableentity and save it to the S/4HANA system.- Parameters:
transportationRateTable-TransportationRateTableentity object that will be created in the S/4HANA system.- Returns:
- A request builder to create a new
TransportationRateTableentity. To perform execution, call theexecutemethod on the request builder object.
-
updateTransportationRateTable
@Nonnull UpdateRequestBuilder<TransportationRateTable> updateTransportationRateTable(@Nonnull TransportationRateTable transportationRateTable) Deprecated.Update an existingTransportationRateTableentity and save it to the S/4HANA system.- Parameters:
transportationRateTable-TransportationRateTableentity object that will be updated in the S/4HANA system.- Returns:
- A request builder to update an existing
TransportationRateTableentity. To perform execution, call theexecutemethod on the request builder object.
-
deleteTransportationRateTable
@Nonnull DeleteRequestBuilder<TransportationRateTable> deleteTransportationRateTable(@Nonnull TransportationRateTable transportationRateTable) Deprecated.Deletes an existingTransportationRateTableentity in the S/4HANA system.- Parameters:
transportationRateTable-TransportationRateTableentity object that will be deleted in the S/4HANA system.- Returns:
- A request builder to delete an existing
TransportationRateTableentity. To perform execution, call theexecutemethod on the request builder object.
-
getAllTranspRateTableCalcRule
Deprecated.Fetch multipleTranspRateTableCalcRuleentities.- Returns:
- A request builder to fetch multiple
TranspRateTableCalcRuleentities. 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.
-
countTranspRateTableCalcRule
Deprecated.Fetch the number of entries from theTranspRateTableCalcRuleentity collection matching the filter and search expressions.- Returns:
- A request builder to fetch the count of
TranspRateTableCalcRuleentities. 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.
-
getTranspRateTableCalcRuleByKey
@Nonnull GetByKeyRequestBuilder<TranspRateTableCalcRule> getTranspRateTableCalcRuleByKey(UUID transpRateTableCalcRuleUUID) Deprecated.Fetch a singleTranspRateTableCalcRuleentity using key fields.- Parameters:
transpRateTableCalcRuleUUID- Transp Rate Table Cal Rule UUIDConstraints: Not nullable
- Returns:
- A request builder to fetch a single
TranspRateTableCalcRuleentity 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.
-
updateTranspRateTableCalcRule
@Nonnull UpdateRequestBuilder<TranspRateTableCalcRule> updateTranspRateTableCalcRule(@Nonnull TranspRateTableCalcRule transpRateTableCalcRule) Deprecated.Update an existingTranspRateTableCalcRuleentity and save it to the S/4HANA system.- Parameters:
transpRateTableCalcRule-TranspRateTableCalcRuleentity object that will be updated in the S/4HANA system.- Returns:
- A request builder to update an existing
TranspRateTableCalcRuleentity. To perform execution, call theexecutemethod on the request builder object.
-
deleteTranspRateTableCalcRule
@Nonnull DeleteRequestBuilder<TranspRateTableCalcRule> deleteTranspRateTableCalcRule(@Nonnull TranspRateTableCalcRule transpRateTableCalcRule) Deprecated.Deletes an existingTranspRateTableCalcRuleentity in the S/4HANA system.- Parameters:
transpRateTableCalcRule-TranspRateTableCalcRuleentity object that will be deleted in the S/4HANA system.- Returns:
- A request builder to delete an existing
TranspRateTableCalcRuleentity. To perform execution, call theexecutemethod on the request builder object.
-
getAllTranspRateTableOrganization
Deprecated.Fetch multipleTranspRateTableOrganizationentities.- Returns:
- A request builder to fetch multiple
TranspRateTableOrganizationentities. 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.
-
countTranspRateTableOrganization
Deprecated.Fetch the number of entries from theTranspRateTableOrganizationentity collection matching the filter and search expressions.- Returns:
- A request builder to fetch the count of
TranspRateTableOrganizationentities. 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.
-
getTranspRateTableOrganizationByKey
@Nonnull GetByKeyRequestBuilder<TranspRateTableOrganization> getTranspRateTableOrganizationByKey(UUID transpRateTableOrgUUID) Deprecated.Fetch a singleTranspRateTableOrganizationentity using key fields.- Parameters:
transpRateTableOrgUUID- Transportation Rate Table Org UUIDConstraints: Not nullable
- Returns:
- A request builder to fetch a single
TranspRateTableOrganizationentity 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.
-
updateTranspRateTableOrganization
@Nonnull UpdateRequestBuilder<TranspRateTableOrganization> updateTranspRateTableOrganization(@Nonnull TranspRateTableOrganization transpRateTableOrganization) Deprecated.Update an existingTranspRateTableOrganizationentity and save it to the S/4HANA system.- Parameters:
transpRateTableOrganization-TranspRateTableOrganizationentity object that will be updated in the S/4HANA system.- Returns:
- A request builder to update an existing
TranspRateTableOrganizationentity. To perform execution, call theexecutemethod on the request builder object.
-
deleteTranspRateTableOrganization
@Nonnull DeleteRequestBuilder<TranspRateTableOrganization> deleteTranspRateTableOrganization(@Nonnull TranspRateTableOrganization transpRateTableOrganization) Deprecated.Deletes an existingTranspRateTableOrganizationentity in the S/4HANA system.- Parameters:
transpRateTableOrganization-TranspRateTableOrganizationentity object that will be deleted in the S/4HANA system.- Returns:
- A request builder to delete an existing
TranspRateTableOrganizationentity. To perform execution, call theexecutemethod on the request builder object.
-
getAllTranspRateTableRate
Deprecated.Fetch multipleTranspRateTableRateentities.- Returns:
- A request builder to fetch multiple
TranspRateTableRateentities. 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.
-
countTranspRateTableRate
Deprecated.Fetch the number of entries from theTranspRateTableRateentity collection matching the filter and search expressions.- Returns:
- A request builder to fetch the count of
TranspRateTableRateentities. 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.
-
getTranspRateTableRateByKey
@Nonnull GetByKeyRequestBuilder<TranspRateTableRate> getTranspRateTableRateByKey(UUID transpRateTableRateUUID) Deprecated.Fetch a singleTranspRateTableRateentity using key fields.- Parameters:
transpRateTableRateUUID- Transportation Rate Table Dimension UUIDConstraints: Not nullable
- Returns:
- A request builder to fetch a single
TranspRateTableRateentity 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.
-
updateTranspRateTableRate
@Nonnull UpdateRequestBuilder<TranspRateTableRate> updateTranspRateTableRate(@Nonnull TranspRateTableRate transpRateTableRate) Deprecated.Update an existingTranspRateTableRateentity and save it to the S/4HANA system.- Parameters:
transpRateTableRate-TranspRateTableRateentity object that will be updated in the S/4HANA system.- Returns:
- A request builder to update an existing
TranspRateTableRateentity. To perform execution, call theexecutemethod on the request builder object.
-
deleteTranspRateTableRate
@Nonnull DeleteRequestBuilder<TranspRateTableRate> deleteTranspRateTableRate(@Nonnull TranspRateTableRate transpRateTableRate) Deprecated.Deletes an existingTranspRateTableRateentity in the S/4HANA system.- Parameters:
transpRateTableRate-TranspRateTableRateentity object that will be deleted in the S/4HANA system.- Returns:
- A request builder to delete an existing
TranspRateTableRateentity. To perform execution, call theexecutemethod on the request builder object.
-
getAllTranspRateTableScaleRef
Deprecated.Fetch multipleTranspRateTableScaleRefentities.- Returns:
- A request builder to fetch multiple
TranspRateTableScaleRefentities. 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.
-
countTranspRateTableScaleRef
Deprecated.Fetch the number of entries from theTranspRateTableScaleRefentity collection matching the filter and search expressions.- Returns:
- A request builder to fetch the count of
TranspRateTableScaleRefentities. 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.
-
getTranspRateTableScaleRefByKey
@Nonnull GetByKeyRequestBuilder<TranspRateTableScaleRef> getTranspRateTableScaleRefByKey(UUID transpRateTableScaleRefUUID) Deprecated.Fetch a singleTranspRateTableScaleRefentity using key fields.- Parameters:
transpRateTableScaleRefUUID- Transportation Rate Table Scale Reference UUIDConstraints: Not nullable
- Returns:
- A request builder to fetch a single
TranspRateTableScaleRefentity 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.
-
updateTranspRateTableScaleRef
@Nonnull UpdateRequestBuilder<TranspRateTableScaleRef> updateTranspRateTableScaleRef(@Nonnull TranspRateTableScaleRef transpRateTableScaleRef) Deprecated.Update an existingTranspRateTableScaleRefentity and save it to the S/4HANA system.- Parameters:
transpRateTableScaleRef-TranspRateTableScaleRefentity object that will be updated in the S/4HANA system.- Returns:
- A request builder to update an existing
TranspRateTableScaleRefentity. To perform execution, call theexecutemethod on the request builder object.
-
deleteTranspRateTableScaleRef
@Nonnull DeleteRequestBuilder<TranspRateTableScaleRef> deleteTranspRateTableScaleRef(@Nonnull TranspRateTableScaleRef transpRateTableScaleRef) Deprecated.Deletes an existingTranspRateTableScaleRefentity in the S/4HANA system.- Parameters:
transpRateTableScaleRef-TranspRateTableScaleRefentity object that will be deleted in the S/4HANA system.- Returns:
- A request builder to delete an existing
TranspRateTableScaleRefentity. To perform execution, call theexecutemethod on the request builder object.
-
getAllTranspRateTableValidity
Deprecated.Fetch multipleTranspRateTableValidityentities.- Returns:
- A request builder to fetch multiple
TranspRateTableValidityentities. 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.
-
countTranspRateTableValidity
Deprecated.Fetch the number of entries from theTranspRateTableValidityentity collection matching the filter and search expressions.- Returns:
- A request builder to fetch the count of
TranspRateTableValidityentities. 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.
-
getTranspRateTableValidityByKey
@Nonnull GetByKeyRequestBuilder<TranspRateTableValidity> getTranspRateTableValidityByKey(UUID transpRateTableValidityUUID) Deprecated.Fetch a singleTranspRateTableValidityentity using key fields.- Parameters:
transpRateTableValidityUUID- Transp Rate Table Validity UUIDConstraints: Not nullable
- Returns:
- A request builder to fetch a single
TranspRateTableValidityentity 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.
-
createTranspRateTableValidity
@Nonnull CreateRequestBuilder<TranspRateTableValidity> createTranspRateTableValidity(@Nonnull TranspRateTableValidity transpRateTableValidity) Deprecated.Create a newTranspRateTableValidityentity and save it to the S/4HANA system.- Parameters:
transpRateTableValidity-TranspRateTableValidityentity object that will be created in the S/4HANA system.- Returns:
- A request builder to create a new
TranspRateTableValidityentity. To perform execution, call theexecutemethod on the request builder object.
-
updateTranspRateTableValidity
@Nonnull UpdateRequestBuilder<TranspRateTableValidity> updateTranspRateTableValidity(@Nonnull TranspRateTableValidity transpRateTableValidity) Deprecated.Update an existingTranspRateTableValidityentity and save it to the S/4HANA system.- Parameters:
transpRateTableValidity-TranspRateTableValidityentity object that will be updated in the S/4HANA system.- Returns:
- A request builder to update an existing
TranspRateTableValidityentity. To perform execution, call theexecutemethod on the request builder object.
-
deleteTranspRateTableValidity
@Nonnull DeleteRequestBuilder<TranspRateTableValidity> deleteTranspRateTableValidity(@Nonnull TranspRateTableValidity transpRateTableValidity) Deprecated.Deletes an existingTranspRateTableValidityentity in the S/4HANA system.- Parameters:
transpRateTableValidity-TranspRateTableValidityentity object that will be deleted in the S/4HANA system.- Returns:
- A request builder to delete an existing
TranspRateTableValidityentity. To perform execution, call theexecutemethod on the request builder object.
-