Class DefaultSalesPricingConditionRecordService
- All Implemented Interfaces:
BatchService<SalesPricingConditionRecordServiceBatch>,SalesPricingConditionRecordService
Consumers of this inbound service can create, read, update, and delete condition records inside condition record, validity of condition record, pricing scale, and condition supplement.
Reference: SAP Business Accelerator Hub
Details:
-
Field Summary
Fields inherited from interface com.sap.cloud.sdk.s4hana.datamodel.odata.services.SalesPricingConditionRecordService
DEFAULT_SERVICE_PATH -
Constructor Summary
ConstructorsConstructorDescriptionDeprecated.Creates a service usingSalesPricingConditionRecordService.DEFAULT_SERVICE_PATHto send the requests. -
Method Summary
Modifier and TypeMethodDescriptionbatch()Deprecated.createSlsPrcgCndnRecdSuplmnt(SlsPrcgCndnRecdSuplmnt slsPrcgCndnRecdSuplmnt) Deprecated.Create a newSlsPrcgCndnRecdSuplmntentity and save it to the S/4HANA system.createSlsPrcgCndnRecdValidity(SlsPrcgCndnRecdValidity slsPrcgCndnRecdValidity) Deprecated.Create a newSlsPrcgCndnRecdValidityentity and save it to the S/4HANA system.createSlsPrcgCndnRecordScale(SlsPrcgCndnRecordScale slsPrcgCndnRecordScale) Deprecated.Create a newSlsPrcgCndnRecordScaleentity and save it to the S/4HANA system.createSlsPrcgCndnSupplementText(SlsPrcgCndnSupplementText slsPrcgCndnSupplementText) Deprecated.Create a newSlsPrcgCndnSupplementTextentity and save it to the S/4HANA system.createSlsPrcgConditionRecord(SlsPrcgConditionRecord slsPrcgConditionRecord) Deprecated.Create a newSlsPrcgConditionRecordentity and save it to the S/4HANA system.createSlsPrcgConditionRecordText(SlsPrcgConditionRecordText slsPrcgConditionRecordText) Deprecated.Create a newSlsPrcgConditionRecordTextentity and save it to the S/4HANA system.deleteSlsPrcgCndnRecdSuplmnt(SlsPrcgCndnRecdSuplmnt slsPrcgCndnRecdSuplmnt) Deprecated.Deletes an existingSlsPrcgCndnRecdSuplmntentity in the S/4HANA system.deleteSlsPrcgCndnRecordScale(SlsPrcgCndnRecordScale slsPrcgCndnRecordScale) Deprecated.Deletes an existingSlsPrcgCndnRecordScaleentity in the S/4HANA system.deleteSlsPrcgCndnSupplementText(SlsPrcgCndnSupplementText slsPrcgCndnSupplementText) Deprecated.Deletes an existingSlsPrcgCndnSupplementTextentity in the S/4HANA system.deleteSlsPrcgConditionRecord(SlsPrcgConditionRecord slsPrcgConditionRecord) Deprecated.Deletes an existingSlsPrcgConditionRecordentity in the S/4HANA system.deleteSlsPrcgConditionRecordText(SlsPrcgConditionRecordText slsPrcgConditionRecordText) Deprecated.Deletes an existingSlsPrcgConditionRecordTextentity in the S/4HANA system.Deprecated.Fetch multipleSlsPrcgCndnRecdSuplmntentities.Deprecated.Fetch multipleSlsPrcgCndnRecdValidityentities.Deprecated.Fetch multipleSlsPrcgCndnRecordScaleentities.Deprecated.Fetch multipleSlsPrcgCndnSupplementTextentities.Deprecated.Fetch multipleSlsPrcgConditionRecordentities.Deprecated.Fetch multipleSlsPrcgConditionRecordTextentities.getSlsPrcgCndnRecdSuplmntByKey(String conditionRecord, String conditionSequentialNumber) Deprecated.Fetch a singleSlsPrcgCndnRecdSuplmntentity using key fields.getSlsPrcgCndnRecdValidityByKey(String conditionRecord, LocalDateTime conditionValidityEndDate) Deprecated.Fetch a singleSlsPrcgCndnRecdValidityentity using key fields.getSlsPrcgCndnRecordScaleByKey(String conditionRecord, String conditionSequentialNumber, String conditionScaleLine) Deprecated.Fetch a singleSlsPrcgCndnRecordScaleentity using key fields.getSlsPrcgCndnSupplementTextByKey(String conditionRecord, String conditionSequentialNumber, String language) Deprecated.Fetch a singleSlsPrcgCndnSupplementTextentity using key fields.getSlsPrcgConditionRecordByKey(String conditionRecord) Deprecated.Fetch a singleSlsPrcgConditionRecordentity using key fields.getSlsPrcgConditionRecordTextByKey(String conditionRecord, String conditionSequentialNumber, String language) Deprecated.Fetch a singleSlsPrcgConditionRecordTextentity using key fields.updateSlsPrcgCndnRecdSuplmnt(SlsPrcgCndnRecdSuplmnt slsPrcgCndnRecdSuplmnt) Deprecated.Update an existingSlsPrcgCndnRecdSuplmntentity and save it to the S/4HANA system.updateSlsPrcgCndnRecdValidity(SlsPrcgCndnRecdValidity slsPrcgCndnRecdValidity) Deprecated.Update an existingSlsPrcgCndnRecdValidityentity and save it to the S/4HANA system.updateSlsPrcgCndnRecordScale(SlsPrcgCndnRecordScale slsPrcgCndnRecordScale) Deprecated.Update an existingSlsPrcgCndnRecordScaleentity and save it to the S/4HANA system.updateSlsPrcgCndnSupplementText(SlsPrcgCndnSupplementText slsPrcgCndnSupplementText) Deprecated.Update an existingSlsPrcgCndnSupplementTextentity and save it to the S/4HANA system.updateSlsPrcgConditionRecord(SlsPrcgConditionRecord slsPrcgConditionRecord) Deprecated.Update an existingSlsPrcgConditionRecordentity and save it to the S/4HANA system.updateSlsPrcgConditionRecordText(SlsPrcgConditionRecordText slsPrcgConditionRecordText) Deprecated.Update an existingSlsPrcgConditionRecordTextentity 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.
-
Constructor Details
-
DefaultSalesPricingConditionRecordService
public DefaultSalesPricingConditionRecordService()Deprecated.Creates a service usingSalesPricingConditionRecordService.DEFAULT_SERVICE_PATHto send the requests.
-
-
Method Details
-
withServicePath
@Nonnull public DefaultSalesPricingConditionRecordService withServicePath(@Nonnull String servicePath) Deprecated.Description copied from interface:SalesPricingConditionRecordServiceOverrides the default service path and returns a new service instance with the specified service path. Also adjusts the respective entity URLs.- Specified by:
withServicePathin interfaceSalesPricingConditionRecordService- Parameters:
servicePath- Service path that will override the default.- Returns:
- A new service instance with the specified service path.
-
batch
Deprecated.- Specified by:
batchin interfaceBatchService<SalesPricingConditionRecordServiceBatch>
-
getAllSlsPrcgCndnRecdSuplmnt
Deprecated.Description copied from interface:SalesPricingConditionRecordServiceFetch multipleSlsPrcgCndnRecdSuplmntentities.- Specified by:
getAllSlsPrcgCndnRecdSuplmntin interfaceSalesPricingConditionRecordService- Returns:
- A fluent helper to fetch multiple
SlsPrcgCndnRecdSuplmntentities. 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.
-
getSlsPrcgCndnRecdSuplmntByKey
@Nonnull public SlsPrcgCndnRecdSuplmntByKeyFluentHelper getSlsPrcgCndnRecdSuplmntByKey(String conditionRecord, String conditionSequentialNumber) Deprecated.Description copied from interface:SalesPricingConditionRecordServiceFetch a singleSlsPrcgCndnRecdSuplmntentity using key fields.- Specified by:
getSlsPrcgCndnRecdSuplmntByKeyin interfaceSalesPricingConditionRecordService- Parameters:
conditionRecord- Number of Condition RecordConstraints: Not nullable, Maximum length: 10
conditionSequentialNumber- Sequential number of the conditionConstraints: Not nullable, Maximum length: 2
- Returns:
- A fluent helper to fetch a single
SlsPrcgCndnRecdSuplmntentity 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.
-
createSlsPrcgCndnRecdSuplmnt
@Nonnull public SlsPrcgCndnRecdSuplmntCreateFluentHelper createSlsPrcgCndnRecdSuplmnt(@Nonnull SlsPrcgCndnRecdSuplmnt slsPrcgCndnRecdSuplmnt) Deprecated.Description copied from interface:SalesPricingConditionRecordServiceCreate a newSlsPrcgCndnRecdSuplmntentity and save it to the S/4HANA system.- Specified by:
createSlsPrcgCndnRecdSuplmntin interfaceSalesPricingConditionRecordService- Parameters:
slsPrcgCndnRecdSuplmnt-SlsPrcgCndnRecdSuplmntentity object that will be created in the S/4HANA system.- Returns:
- A fluent helper to create a new
SlsPrcgCndnRecdSuplmntentity. To perform execution, call theexecutemethod on the fluent helper object.
-
updateSlsPrcgCndnRecdSuplmnt
@Nonnull public SlsPrcgCndnRecdSuplmntUpdateFluentHelper updateSlsPrcgCndnRecdSuplmnt(@Nonnull SlsPrcgCndnRecdSuplmnt slsPrcgCndnRecdSuplmnt) Deprecated.Description copied from interface:SalesPricingConditionRecordServiceUpdate an existingSlsPrcgCndnRecdSuplmntentity and save it to the S/4HANA system.- Specified by:
updateSlsPrcgCndnRecdSuplmntin interfaceSalesPricingConditionRecordService- Parameters:
slsPrcgCndnRecdSuplmnt-SlsPrcgCndnRecdSuplmntentity object that will be updated in the S/4HANA system.- Returns:
- A fluent helper to update an existing
SlsPrcgCndnRecdSuplmntentity. To perform execution, call theexecutemethod on the fluent helper object.
-
deleteSlsPrcgCndnRecdSuplmnt
@Nonnull public SlsPrcgCndnRecdSuplmntDeleteFluentHelper deleteSlsPrcgCndnRecdSuplmnt(@Nonnull SlsPrcgCndnRecdSuplmnt slsPrcgCndnRecdSuplmnt) Deprecated.Description copied from interface:SalesPricingConditionRecordServiceDeletes an existingSlsPrcgCndnRecdSuplmntentity in the S/4HANA system.- Specified by:
deleteSlsPrcgCndnRecdSuplmntin interfaceSalesPricingConditionRecordService- Parameters:
slsPrcgCndnRecdSuplmnt-SlsPrcgCndnRecdSuplmntentity object that will be deleted in the S/4HANA system.- Returns:
- A fluent helper to delete an existing
SlsPrcgCndnRecdSuplmntentity. To perform execution, call theexecutemethod on the fluent helper object.
-
getAllSlsPrcgCndnRecdValidity
Deprecated.Description copied from interface:SalesPricingConditionRecordServiceFetch multipleSlsPrcgCndnRecdValidityentities.- Specified by:
getAllSlsPrcgCndnRecdValidityin interfaceSalesPricingConditionRecordService- Returns:
- A fluent helper to fetch multiple
SlsPrcgCndnRecdValidityentities. 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.
-
getSlsPrcgCndnRecdValidityByKey
@Nonnull public SlsPrcgCndnRecdValidityByKeyFluentHelper getSlsPrcgCndnRecdValidityByKey(String conditionRecord, LocalDateTime conditionValidityEndDate) Deprecated.Description copied from interface:SalesPricingConditionRecordServiceFetch a singleSlsPrcgCndnRecdValidityentity using key fields.- Specified by:
getSlsPrcgCndnRecdValidityByKeyin interfaceSalesPricingConditionRecordService- Parameters:
conditionRecord- Number of Condition RecordConstraints: Not nullable, Maximum length: 10
conditionValidityEndDate- Validity end date of the condition recordConstraints: Not nullable, Precision: 0
- Returns:
- A fluent helper to fetch a single
SlsPrcgCndnRecdValidityentity 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.
-
createSlsPrcgCndnRecdValidity
@Nonnull public SlsPrcgCndnRecdValidityCreateFluentHelper createSlsPrcgCndnRecdValidity(@Nonnull SlsPrcgCndnRecdValidity slsPrcgCndnRecdValidity) Deprecated.Description copied from interface:SalesPricingConditionRecordServiceCreate a newSlsPrcgCndnRecdValidityentity and save it to the S/4HANA system.- Specified by:
createSlsPrcgCndnRecdValidityin interfaceSalesPricingConditionRecordService- Parameters:
slsPrcgCndnRecdValidity-SlsPrcgCndnRecdValidityentity object that will be created in the S/4HANA system.- Returns:
- A fluent helper to create a new
SlsPrcgCndnRecdValidityentity. To perform execution, call theexecutemethod on the fluent helper object.
-
updateSlsPrcgCndnRecdValidity
@Nonnull public SlsPrcgCndnRecdValidityUpdateFluentHelper updateSlsPrcgCndnRecdValidity(@Nonnull SlsPrcgCndnRecdValidity slsPrcgCndnRecdValidity) Deprecated.Description copied from interface:SalesPricingConditionRecordServiceUpdate an existingSlsPrcgCndnRecdValidityentity and save it to the S/4HANA system.- Specified by:
updateSlsPrcgCndnRecdValidityin interfaceSalesPricingConditionRecordService- Parameters:
slsPrcgCndnRecdValidity-SlsPrcgCndnRecdValidityentity object that will be updated in the S/4HANA system.- Returns:
- A fluent helper to update an existing
SlsPrcgCndnRecdValidityentity. To perform execution, call theexecutemethod on the fluent helper object.
-
getAllSlsPrcgCndnRecordScale
Deprecated.Description copied from interface:SalesPricingConditionRecordServiceFetch multipleSlsPrcgCndnRecordScaleentities.- Specified by:
getAllSlsPrcgCndnRecordScalein interfaceSalesPricingConditionRecordService- Returns:
- A fluent helper to fetch multiple
SlsPrcgCndnRecordScaleentities. 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.
-
getSlsPrcgCndnRecordScaleByKey
@Nonnull public SlsPrcgCndnRecordScaleByKeyFluentHelper getSlsPrcgCndnRecordScaleByKey(String conditionRecord, String conditionSequentialNumber, String conditionScaleLine) Deprecated.Description copied from interface:SalesPricingConditionRecordServiceFetch a singleSlsPrcgCndnRecordScaleentity using key fields.- Specified by:
getSlsPrcgCndnRecordScaleByKeyin interfaceSalesPricingConditionRecordService- Parameters:
conditionRecord- Number of Condition RecordConstraints: Not nullable, Maximum length: 10
conditionSequentialNumber- Sequential number of the conditionConstraints: Not nullable, Maximum length: 2
conditionScaleLine- Current number of the line scaleConstraints: Not nullable, Maximum length: 4
- Returns:
- A fluent helper to fetch a single
SlsPrcgCndnRecordScaleentity 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.
-
createSlsPrcgCndnRecordScale
@Nonnull public SlsPrcgCndnRecordScaleCreateFluentHelper createSlsPrcgCndnRecordScale(@Nonnull SlsPrcgCndnRecordScale slsPrcgCndnRecordScale) Deprecated.Description copied from interface:SalesPricingConditionRecordServiceCreate a newSlsPrcgCndnRecordScaleentity and save it to the S/4HANA system.- Specified by:
createSlsPrcgCndnRecordScalein interfaceSalesPricingConditionRecordService- Parameters:
slsPrcgCndnRecordScale-SlsPrcgCndnRecordScaleentity object that will be created in the S/4HANA system.- Returns:
- A fluent helper to create a new
SlsPrcgCndnRecordScaleentity. To perform execution, call theexecutemethod on the fluent helper object.
-
updateSlsPrcgCndnRecordScale
@Nonnull public SlsPrcgCndnRecordScaleUpdateFluentHelper updateSlsPrcgCndnRecordScale(@Nonnull SlsPrcgCndnRecordScale slsPrcgCndnRecordScale) Deprecated.Description copied from interface:SalesPricingConditionRecordServiceUpdate an existingSlsPrcgCndnRecordScaleentity and save it to the S/4HANA system.- Specified by:
updateSlsPrcgCndnRecordScalein interfaceSalesPricingConditionRecordService- Parameters:
slsPrcgCndnRecordScale-SlsPrcgCndnRecordScaleentity object that will be updated in the S/4HANA system.- Returns:
- A fluent helper to update an existing
SlsPrcgCndnRecordScaleentity. To perform execution, call theexecutemethod on the fluent helper object.
-
deleteSlsPrcgCndnRecordScale
@Nonnull public SlsPrcgCndnRecordScaleDeleteFluentHelper deleteSlsPrcgCndnRecordScale(@Nonnull SlsPrcgCndnRecordScale slsPrcgCndnRecordScale) Deprecated.Description copied from interface:SalesPricingConditionRecordServiceDeletes an existingSlsPrcgCndnRecordScaleentity in the S/4HANA system.- Specified by:
deleteSlsPrcgCndnRecordScalein interfaceSalesPricingConditionRecordService- Parameters:
slsPrcgCndnRecordScale-SlsPrcgCndnRecordScaleentity object that will be deleted in the S/4HANA system.- Returns:
- A fluent helper to delete an existing
SlsPrcgCndnRecordScaleentity. To perform execution, call theexecutemethod on the fluent helper object.
-
getAllSlsPrcgCndnSupplementText
Deprecated.Description copied from interface:SalesPricingConditionRecordServiceFetch multipleSlsPrcgCndnSupplementTextentities.- Specified by:
getAllSlsPrcgCndnSupplementTextin interfaceSalesPricingConditionRecordService- Returns:
- A fluent helper to fetch multiple
SlsPrcgCndnSupplementTextentities. 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.
-
getSlsPrcgCndnSupplementTextByKey
@Nonnull public SlsPrcgCndnSupplementTextByKeyFluentHelper getSlsPrcgCndnSupplementTextByKey(String conditionRecord, String conditionSequentialNumber, String language) Deprecated.Description copied from interface:SalesPricingConditionRecordServiceFetch a singleSlsPrcgCndnSupplementTextentity using key fields.- Specified by:
getSlsPrcgCndnSupplementTextByKeyin interfaceSalesPricingConditionRecordService- Parameters:
conditionRecord- Number of Condition RecordConstraints: Not nullable, Maximum length: 10
conditionSequentialNumber- Sequential number of the conditionConstraints: Not nullable, Maximum length: 2
language- Language KeyConstraints: Not nullable, Maximum length: 2
- Returns:
- A fluent helper to fetch a single
SlsPrcgCndnSupplementTextentity 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.
-
createSlsPrcgCndnSupplementText
@Nonnull public SlsPrcgCndnSupplementTextCreateFluentHelper createSlsPrcgCndnSupplementText(@Nonnull SlsPrcgCndnSupplementText slsPrcgCndnSupplementText) Deprecated.Description copied from interface:SalesPricingConditionRecordServiceCreate a newSlsPrcgCndnSupplementTextentity and save it to the S/4HANA system.- Specified by:
createSlsPrcgCndnSupplementTextin interfaceSalesPricingConditionRecordService- Parameters:
slsPrcgCndnSupplementText-SlsPrcgCndnSupplementTextentity object that will be created in the S/4HANA system.- Returns:
- A fluent helper to create a new
SlsPrcgCndnSupplementTextentity. To perform execution, call theexecutemethod on the fluent helper object.
-
updateSlsPrcgCndnSupplementText
@Nonnull public SlsPrcgCndnSupplementTextUpdateFluentHelper updateSlsPrcgCndnSupplementText(@Nonnull SlsPrcgCndnSupplementText slsPrcgCndnSupplementText) Deprecated.Description copied from interface:SalesPricingConditionRecordServiceUpdate an existingSlsPrcgCndnSupplementTextentity and save it to the S/4HANA system.- Specified by:
updateSlsPrcgCndnSupplementTextin interfaceSalesPricingConditionRecordService- Parameters:
slsPrcgCndnSupplementText-SlsPrcgCndnSupplementTextentity object that will be updated in the S/4HANA system.- Returns:
- A fluent helper to update an existing
SlsPrcgCndnSupplementTextentity. To perform execution, call theexecutemethod on the fluent helper object.
-
deleteSlsPrcgCndnSupplementText
@Nonnull public SlsPrcgCndnSupplementTextDeleteFluentHelper deleteSlsPrcgCndnSupplementText(@Nonnull SlsPrcgCndnSupplementText slsPrcgCndnSupplementText) Deprecated.Description copied from interface:SalesPricingConditionRecordServiceDeletes an existingSlsPrcgCndnSupplementTextentity in the S/4HANA system.- Specified by:
deleteSlsPrcgCndnSupplementTextin interfaceSalesPricingConditionRecordService- Parameters:
slsPrcgCndnSupplementText-SlsPrcgCndnSupplementTextentity object that will be deleted in the S/4HANA system.- Returns:
- A fluent helper to delete an existing
SlsPrcgCndnSupplementTextentity. To perform execution, call theexecutemethod on the fluent helper object.
-
getAllSlsPrcgConditionRecord
Deprecated.Description copied from interface:SalesPricingConditionRecordServiceFetch multipleSlsPrcgConditionRecordentities.- Specified by:
getAllSlsPrcgConditionRecordin interfaceSalesPricingConditionRecordService- Returns:
- A fluent helper to fetch multiple
SlsPrcgConditionRecordentities. 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.
-
getSlsPrcgConditionRecordByKey
@Nonnull public SlsPrcgConditionRecordByKeyFluentHelper getSlsPrcgConditionRecordByKey(String conditionRecord) Deprecated.Description copied from interface:SalesPricingConditionRecordServiceFetch a singleSlsPrcgConditionRecordentity using key fields.- Specified by:
getSlsPrcgConditionRecordByKeyin interfaceSalesPricingConditionRecordService- Parameters:
conditionRecord- Number of Condition RecordConstraints: Not nullable, Maximum length: 10
- Returns:
- A fluent helper to fetch a single
SlsPrcgConditionRecordentity 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.
-
createSlsPrcgConditionRecord
@Nonnull public SlsPrcgConditionRecordCreateFluentHelper createSlsPrcgConditionRecord(@Nonnull SlsPrcgConditionRecord slsPrcgConditionRecord) Deprecated.Description copied from interface:SalesPricingConditionRecordServiceCreate a newSlsPrcgConditionRecordentity and save it to the S/4HANA system.- Specified by:
createSlsPrcgConditionRecordin interfaceSalesPricingConditionRecordService- Parameters:
slsPrcgConditionRecord-SlsPrcgConditionRecordentity object that will be created in the S/4HANA system.- Returns:
- A fluent helper to create a new
SlsPrcgConditionRecordentity. To perform execution, call theexecutemethod on the fluent helper object.
-
updateSlsPrcgConditionRecord
@Nonnull public SlsPrcgConditionRecordUpdateFluentHelper updateSlsPrcgConditionRecord(@Nonnull SlsPrcgConditionRecord slsPrcgConditionRecord) Deprecated.Description copied from interface:SalesPricingConditionRecordServiceUpdate an existingSlsPrcgConditionRecordentity and save it to the S/4HANA system.- Specified by:
updateSlsPrcgConditionRecordin interfaceSalesPricingConditionRecordService- Parameters:
slsPrcgConditionRecord-SlsPrcgConditionRecordentity object that will be updated in the S/4HANA system.- Returns:
- A fluent helper to update an existing
SlsPrcgConditionRecordentity. To perform execution, call theexecutemethod on the fluent helper object.
-
deleteSlsPrcgConditionRecord
@Nonnull public SlsPrcgConditionRecordDeleteFluentHelper deleteSlsPrcgConditionRecord(@Nonnull SlsPrcgConditionRecord slsPrcgConditionRecord) Deprecated.Description copied from interface:SalesPricingConditionRecordServiceDeletes an existingSlsPrcgConditionRecordentity in the S/4HANA system.- Specified by:
deleteSlsPrcgConditionRecordin interfaceSalesPricingConditionRecordService- Parameters:
slsPrcgConditionRecord-SlsPrcgConditionRecordentity object that will be deleted in the S/4HANA system.- Returns:
- A fluent helper to delete an existing
SlsPrcgConditionRecordentity. To perform execution, call theexecutemethod on the fluent helper object.
-
getAllSlsPrcgConditionRecordText
Deprecated.Description copied from interface:SalesPricingConditionRecordServiceFetch multipleSlsPrcgConditionRecordTextentities.- Specified by:
getAllSlsPrcgConditionRecordTextin interfaceSalesPricingConditionRecordService- Returns:
- A fluent helper to fetch multiple
SlsPrcgConditionRecordTextentities. 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.
-
getSlsPrcgConditionRecordTextByKey
@Nonnull public SlsPrcgConditionRecordTextByKeyFluentHelper getSlsPrcgConditionRecordTextByKey(String conditionRecord, String conditionSequentialNumber, String language) Deprecated.Description copied from interface:SalesPricingConditionRecordServiceFetch a singleSlsPrcgConditionRecordTextentity using key fields.- Specified by:
getSlsPrcgConditionRecordTextByKeyin interfaceSalesPricingConditionRecordService- Parameters:
conditionRecord- Number of Condition RecordConstraints: Not nullable, Maximum length: 10
conditionSequentialNumber- Sequential number of the conditionConstraints: Not nullable, Maximum length: 2
language- Language KeyConstraints: Not nullable, Maximum length: 2
- Returns:
- A fluent helper to fetch a single
SlsPrcgConditionRecordTextentity 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.
-
createSlsPrcgConditionRecordText
@Nonnull public SlsPrcgConditionRecordTextCreateFluentHelper createSlsPrcgConditionRecordText(@Nonnull SlsPrcgConditionRecordText slsPrcgConditionRecordText) Deprecated.Description copied from interface:SalesPricingConditionRecordServiceCreate a newSlsPrcgConditionRecordTextentity and save it to the S/4HANA system.- Specified by:
createSlsPrcgConditionRecordTextin interfaceSalesPricingConditionRecordService- Parameters:
slsPrcgConditionRecordText-SlsPrcgConditionRecordTextentity object that will be created in the S/4HANA system.- Returns:
- A fluent helper to create a new
SlsPrcgConditionRecordTextentity. To perform execution, call theexecutemethod on the fluent helper object.
-
updateSlsPrcgConditionRecordText
@Nonnull public SlsPrcgConditionRecordTextUpdateFluentHelper updateSlsPrcgConditionRecordText(@Nonnull SlsPrcgConditionRecordText slsPrcgConditionRecordText) Deprecated.Description copied from interface:SalesPricingConditionRecordServiceUpdate an existingSlsPrcgConditionRecordTextentity and save it to the S/4HANA system.- Specified by:
updateSlsPrcgConditionRecordTextin interfaceSalesPricingConditionRecordService- Parameters:
slsPrcgConditionRecordText-SlsPrcgConditionRecordTextentity object that will be updated in the S/4HANA system.- Returns:
- A fluent helper to update an existing
SlsPrcgConditionRecordTextentity. To perform execution, call theexecutemethod on the fluent helper object.
-
deleteSlsPrcgConditionRecordText
@Nonnull public SlsPrcgConditionRecordTextDeleteFluentHelper deleteSlsPrcgConditionRecordText(@Nonnull SlsPrcgConditionRecordText slsPrcgConditionRecordText) Deprecated.Description copied from interface:SalesPricingConditionRecordServiceDeletes an existingSlsPrcgConditionRecordTextentity in the S/4HANA system.- Specified by:
deleteSlsPrcgConditionRecordTextin interfaceSalesPricingConditionRecordService- Parameters:
slsPrcgConditionRecordText-SlsPrcgConditionRecordTextentity object that will be deleted in the S/4HANA system.- Returns:
- A fluent helper to delete an existing
SlsPrcgConditionRecordTextentity. To perform execution, call theexecutemethod on the fluent helper object.
-