Interface PurchasingPricingConditionRecordService
- All Superinterfaces:
BatchService<PurchasingPricingConditionRecordServiceBatch>
- All Known Implementing Classes:
DefaultPurchasingPricingConditionRecordService
Consumers of this inbound service can create, read, update, and delete condition records inside your system by using OData requests. The service contains entities for condition record, validity of condition record, pricing scale, and condition supplement.
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 TypeMethodDescriptioncreatePurgPrcgCndnRecdSuplmnt(PurgPrcgCndnRecdSuplmnt purgPrcgCndnRecdSuplmnt) Deprecated.Create a newPurgPrcgCndnRecdSuplmntentity and save it to the S/4HANA system.createPurgPrcgCndnRecdValidity(PurgPrcgCndnRecdValidity purgPrcgCndnRecdValidity) Deprecated.Create a newPurgPrcgCndnRecdValidityentity and save it to the S/4HANA system.createPurgPrcgCndnRecordScale(PurgPrcgCndnRecordScale purgPrcgCndnRecordScale) Deprecated.Create a newPurgPrcgCndnRecordScaleentity and save it to the S/4HANA system.createPurgPrcgConditionRecord(PurgPrcgConditionRecord purgPrcgConditionRecord) Deprecated.Create a newPurgPrcgConditionRecordentity and save it to the S/4HANA system.deletePurgPrcgCndnRecdSuplmnt(PurgPrcgCndnRecdSuplmnt purgPrcgCndnRecdSuplmnt) Deprecated.Deletes an existingPurgPrcgCndnRecdSuplmntentity in the S/4HANA system.deletePurgPrcgCndnRecordScale(PurgPrcgCndnRecordScale purgPrcgCndnRecordScale) Deprecated.Deletes an existingPurgPrcgCndnRecordScaleentity in the S/4HANA system.deletePurgPrcgConditionRecord(PurgPrcgConditionRecord purgPrcgConditionRecord) Deprecated.Deletes an existingPurgPrcgConditionRecordentity in the S/4HANA system.Deprecated.Fetch multiplePurgPrcgCndnRecdSuplmntentities.Deprecated.Fetch multiplePurgPrcgCndnRecdValidityentities.Deprecated.Fetch multiplePurgPrcgCndnRecordScaleentities.Deprecated.Fetch multiplePurgPrcgConditionRecordentities.getPurgPrcgCndnRecdSuplmntByKey(String conditionRecord, String conditionSequentialNumber) Deprecated.Fetch a singlePurgPrcgCndnRecdSuplmntentity using key fields.getPurgPrcgCndnRecdValidityByKey(String conditionRecord, LocalDateTime conditionValidityEndDate) Deprecated.Fetch a singlePurgPrcgCndnRecdValidityentity using key fields.getPurgPrcgCndnRecordScaleByKey(String conditionRecord, String conditionSequentialNumber, String conditionScaleLine) Deprecated.Fetch a singlePurgPrcgCndnRecordScaleentity using key fields.getPurgPrcgConditionRecordByKey(String conditionRecord) Deprecated.Fetch a singlePurgPrcgConditionRecordentity using key fields.updatePurgPrcgCndnRecdSuplmnt(PurgPrcgCndnRecdSuplmnt purgPrcgCndnRecdSuplmnt) Deprecated.Update an existingPurgPrcgCndnRecdSuplmntentity and save it to the S/4HANA system.updatePurgPrcgCndnRecdValidity(PurgPrcgCndnRecdValidity purgPrcgCndnRecdValidity) Deprecated.Update an existingPurgPrcgCndnRecdValidityentity and save it to the S/4HANA system.updatePurgPrcgCndnRecordScale(PurgPrcgCndnRecordScale purgPrcgCndnRecordScale) Deprecated.Update an existingPurgPrcgCndnRecordScaleentity and save it to the S/4HANA system.updatePurgPrcgConditionRecord(PurgPrcgConditionRecord purgPrcgConditionRecord) Deprecated.Update an existingPurgPrcgConditionRecordentity 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.Methods inherited from interface com.sap.cloud.sdk.datamodel.odata.helper.batch.BatchService
batch
-
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.
-
getAllPurgPrcgCndnRecdSuplmnt
Deprecated.Fetch multiplePurgPrcgCndnRecdSuplmntentities.- Returns:
- A fluent helper to fetch multiple
PurgPrcgCndnRecdSuplmntentities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the fluent helper object.
-
getPurgPrcgCndnRecdSuplmntByKey
@Nonnull PurgPrcgCndnRecdSuplmntByKeyFluentHelper getPurgPrcgCndnRecdSuplmntByKey(String conditionRecord, String conditionSequentialNumber) Deprecated.Fetch a singlePurgPrcgCndnRecdSuplmntentity using key fields.- Parameters:
conditionSequentialNumber- Sequential number of the conditionConstraints: Not nullable, Maximum length: 2
conditionRecord- Number of Condition RecordConstraints: Not nullable, Maximum length: 10
- Returns:
- A fluent helper to fetch a single
PurgPrcgCndnRecdSuplmntentity using key fields. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the fluent helper object.
-
createPurgPrcgCndnRecdSuplmnt
@Nonnull PurgPrcgCndnRecdSuplmntCreateFluentHelper createPurgPrcgCndnRecdSuplmnt(@Nonnull PurgPrcgCndnRecdSuplmnt purgPrcgCndnRecdSuplmnt) Deprecated.Create a newPurgPrcgCndnRecdSuplmntentity and save it to the S/4HANA system.- Parameters:
purgPrcgCndnRecdSuplmnt-PurgPrcgCndnRecdSuplmntentity object that will be created in the S/4HANA system.- Returns:
- A fluent helper to create a new
PurgPrcgCndnRecdSuplmntentity. To perform execution, call theexecutemethod on the fluent helper object.
-
updatePurgPrcgCndnRecdSuplmnt
@Nonnull PurgPrcgCndnRecdSuplmntUpdateFluentHelper updatePurgPrcgCndnRecdSuplmnt(@Nonnull PurgPrcgCndnRecdSuplmnt purgPrcgCndnRecdSuplmnt) Deprecated.Update an existingPurgPrcgCndnRecdSuplmntentity and save it to the S/4HANA system.- Parameters:
purgPrcgCndnRecdSuplmnt-PurgPrcgCndnRecdSuplmntentity object that will be updated in the S/4HANA system.- Returns:
- A fluent helper to update an existing
PurgPrcgCndnRecdSuplmntentity. To perform execution, call theexecutemethod on the fluent helper object.
-
deletePurgPrcgCndnRecdSuplmnt
@Nonnull PurgPrcgCndnRecdSuplmntDeleteFluentHelper deletePurgPrcgCndnRecdSuplmnt(@Nonnull PurgPrcgCndnRecdSuplmnt purgPrcgCndnRecdSuplmnt) Deprecated.Deletes an existingPurgPrcgCndnRecdSuplmntentity in the S/4HANA system.- Parameters:
purgPrcgCndnRecdSuplmnt-PurgPrcgCndnRecdSuplmntentity object that will be deleted in the S/4HANA system.- Returns:
- A fluent helper to delete an existing
PurgPrcgCndnRecdSuplmntentity. To perform execution, call theexecutemethod on the fluent helper object.
-
getAllPurgPrcgCndnRecdValidity
Deprecated.Fetch multiplePurgPrcgCndnRecdValidityentities.- Returns:
- A fluent helper to fetch multiple
PurgPrcgCndnRecdValidityentities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the fluent helper object.
-
getPurgPrcgCndnRecdValidityByKey
@Nonnull PurgPrcgCndnRecdValidityByKeyFluentHelper getPurgPrcgCndnRecdValidityByKey(String conditionRecord, LocalDateTime conditionValidityEndDate) Deprecated.Fetch a singlePurgPrcgCndnRecdValidityentity using key fields.- Parameters:
conditionValidityEndDate- Validity end date of the condition recordConstraints: Not nullable, Precision: 0
conditionRecord- Number of Condition RecordConstraints: Not nullable, Maximum length: 10
- Returns:
- A fluent helper to fetch a single
PurgPrcgCndnRecdValidityentity using key fields. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the fluent helper object.
-
createPurgPrcgCndnRecdValidity
@Nonnull PurgPrcgCndnRecdValidityCreateFluentHelper createPurgPrcgCndnRecdValidity(@Nonnull PurgPrcgCndnRecdValidity purgPrcgCndnRecdValidity) Deprecated.Create a newPurgPrcgCndnRecdValidityentity and save it to the S/4HANA system.- Parameters:
purgPrcgCndnRecdValidity-PurgPrcgCndnRecdValidityentity object that will be created in the S/4HANA system.- Returns:
- A fluent helper to create a new
PurgPrcgCndnRecdValidityentity. To perform execution, call theexecutemethod on the fluent helper object.
-
updatePurgPrcgCndnRecdValidity
@Nonnull PurgPrcgCndnRecdValidityUpdateFluentHelper updatePurgPrcgCndnRecdValidity(@Nonnull PurgPrcgCndnRecdValidity purgPrcgCndnRecdValidity) Deprecated.Update an existingPurgPrcgCndnRecdValidityentity and save it to the S/4HANA system.- Parameters:
purgPrcgCndnRecdValidity-PurgPrcgCndnRecdValidityentity object that will be updated in the S/4HANA system.- Returns:
- A fluent helper to update an existing
PurgPrcgCndnRecdValidityentity. To perform execution, call theexecutemethod on the fluent helper object.
-
getAllPurgPrcgCndnRecordScale
Deprecated.Fetch multiplePurgPrcgCndnRecordScaleentities.- Returns:
- A fluent helper to fetch multiple
PurgPrcgCndnRecordScaleentities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the fluent helper object.
-
getPurgPrcgCndnRecordScaleByKey
@Nonnull PurgPrcgCndnRecordScaleByKeyFluentHelper getPurgPrcgCndnRecordScaleByKey(String conditionRecord, String conditionSequentialNumber, String conditionScaleLine) Deprecated.Fetch a singlePurgPrcgCndnRecordScaleentity using key fields.- Parameters:
conditionSequentialNumber- Sequential number of the conditionConstraints: Not nullable, Maximum length: 2
conditionRecord- Number of Condition RecordConstraints: Not nullable, Maximum length: 10
conditionScaleLine- Current number of the line scaleConstraints: Not nullable, Maximum length: 4
- Returns:
- A fluent helper to fetch a single
PurgPrcgCndnRecordScaleentity using key fields. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the fluent helper object.
-
createPurgPrcgCndnRecordScale
@Nonnull PurgPrcgCndnRecordScaleCreateFluentHelper createPurgPrcgCndnRecordScale(@Nonnull PurgPrcgCndnRecordScale purgPrcgCndnRecordScale) Deprecated.Create a newPurgPrcgCndnRecordScaleentity and save it to the S/4HANA system.- Parameters:
purgPrcgCndnRecordScale-PurgPrcgCndnRecordScaleentity object that will be created in the S/4HANA system.- Returns:
- A fluent helper to create a new
PurgPrcgCndnRecordScaleentity. To perform execution, call theexecutemethod on the fluent helper object.
-
updatePurgPrcgCndnRecordScale
@Nonnull PurgPrcgCndnRecordScaleUpdateFluentHelper updatePurgPrcgCndnRecordScale(@Nonnull PurgPrcgCndnRecordScale purgPrcgCndnRecordScale) Deprecated.Update an existingPurgPrcgCndnRecordScaleentity and save it to the S/4HANA system.- Parameters:
purgPrcgCndnRecordScale-PurgPrcgCndnRecordScaleentity object that will be updated in the S/4HANA system.- Returns:
- A fluent helper to update an existing
PurgPrcgCndnRecordScaleentity. To perform execution, call theexecutemethod on the fluent helper object.
-
deletePurgPrcgCndnRecordScale
@Nonnull PurgPrcgCndnRecordScaleDeleteFluentHelper deletePurgPrcgCndnRecordScale(@Nonnull PurgPrcgCndnRecordScale purgPrcgCndnRecordScale) Deprecated.Deletes an existingPurgPrcgCndnRecordScaleentity in the S/4HANA system.- Parameters:
purgPrcgCndnRecordScale-PurgPrcgCndnRecordScaleentity object that will be deleted in the S/4HANA system.- Returns:
- A fluent helper to delete an existing
PurgPrcgCndnRecordScaleentity. To perform execution, call theexecutemethod on the fluent helper object.
-
getAllPurgPrcgConditionRecord
Deprecated.Fetch multiplePurgPrcgConditionRecordentities.- Returns:
- A fluent helper to fetch multiple
PurgPrcgConditionRecordentities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the fluent helper object.
-
getPurgPrcgConditionRecordByKey
@Nonnull PurgPrcgConditionRecordByKeyFluentHelper getPurgPrcgConditionRecordByKey(String conditionRecord) Deprecated.Fetch a singlePurgPrcgConditionRecordentity using key fields.- Parameters:
conditionRecord- Number of Condition RecordConstraints: Not nullable, Maximum length: 10
- Returns:
- A fluent helper to fetch a single
PurgPrcgConditionRecordentity using key fields. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the fluent helper object.
-
createPurgPrcgConditionRecord
@Nonnull PurgPrcgConditionRecordCreateFluentHelper createPurgPrcgConditionRecord(@Nonnull PurgPrcgConditionRecord purgPrcgConditionRecord) Deprecated.Create a newPurgPrcgConditionRecordentity and save it to the S/4HANA system.- Parameters:
purgPrcgConditionRecord-PurgPrcgConditionRecordentity object that will be created in the S/4HANA system.- Returns:
- A fluent helper to create a new
PurgPrcgConditionRecordentity. To perform execution, call theexecutemethod on the fluent helper object.
-
updatePurgPrcgConditionRecord
@Nonnull PurgPrcgConditionRecordUpdateFluentHelper updatePurgPrcgConditionRecord(@Nonnull PurgPrcgConditionRecord purgPrcgConditionRecord) Deprecated.Update an existingPurgPrcgConditionRecordentity and save it to the S/4HANA system.- Parameters:
purgPrcgConditionRecord-PurgPrcgConditionRecordentity object that will be updated in the S/4HANA system.- Returns:
- A fluent helper to update an existing
PurgPrcgConditionRecordentity. To perform execution, call theexecutemethod on the fluent helper object.
-
deletePurgPrcgConditionRecord
@Nonnull PurgPrcgConditionRecordDeleteFluentHelper deletePurgPrcgConditionRecord(@Nonnull PurgPrcgConditionRecord purgPrcgConditionRecord) Deprecated.Deletes an existingPurgPrcgConditionRecordentity in the S/4HANA system.- Parameters:
purgPrcgConditionRecord-PurgPrcgConditionRecordentity object that will be deleted in the S/4HANA system.- Returns:
- A fluent helper to delete an existing
PurgPrcgConditionRecordentity. To perform execution, call theexecutemethod on the fluent helper object.
-