Class DefaultProductionRevenueAccountingWellCompletionVolumeService
java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odatav4.services.DefaultProductionRevenueAccountingWellCompletionVolumeService
- All Implemented Interfaces:
OperationsOnEntityCollections,ServiceWithNavigableEntities,ProductionRevenueAccountingWellCompletionVolumeService
@Named("com.sap.cloud.sdk.s4hana.datamodel.odatav4.services.DefaultProductionRevenueAccountingWellCompletionVolumeService")
@Deprecated
public class DefaultProductionRevenueAccountingWellCompletionVolumeService
extends Object
implements ServiceWithNavigableEntities, ProductionRevenueAccountingWellCompletionVolumeService
Deprecated.
The service and all its related classes are deprecated. Please use the odata generator to generate the
VDM.
You can read the WellCompletion Volume Document Header and measurement items. WellCompletion Volume documents and WellCompletion measurement item will be created and deleted using this service. WellCompletion measurement item can be updated using this service..
Reference: SAP Business Accelerator Hub
Details:
| OData Service: | CE_PRAWELLCOMPLETIONVOLUME_0001 |
| API Version: | 1.0.0 |
| Minimum ERP Version: | 2302 |
| Communication Scenario: | PRA Production Data Integration(SAP_COM_0919) |
| Scope Items: | Revenue Accounting - Oil and Gas Production(5NM) |
| Authentication Methods: | x509 |
| Service Group Name: | API_PRAWELLCOMPLETIONVOL |
| Business Object: | ProductionRevenueAccountingWellCompletionVolumes |
-
Field Summary
Fields inherited from interface com.sap.cloud.sdk.s4hana.datamodel.odatav4.services.ProductionRevenueAccountingWellCompletionVolumeService
DEFAULT_SERVICE_PATH -
Constructor Summary
ConstructorsConstructorDescriptionDeprecated.Creates a service usingProductionRevenueAccountingWellCompletionVolumeService.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 thePRAMeasurementDocumentItementity collection matching the filter and search expressions.Deprecated.Fetch the number of entries from thePRAWellCompletionVolumesentity collection matching the filter and search expressions.createWellCompletionVolume(PRAWellCompletionVolumes pRAWellCompletionVolumes) Deprecated.Create a newPRAWellCompletionVolumesentity and save it to the S/4HANA system.deleteWellCompletionVolume(PRAWellCompletionVolumes pRAWellCompletionVolumes) Deprecated.Deletes an existingPRAWellCompletionVolumesentity in the S/4HANA system.Deprecated.Fetch multiplePRAMeasurementDocumentItementities.Deprecated.Fetch multiplePRAWellCompletionVolumesentities.getMeasurementItemsByKey(String pRAMeasurementDocumentNumber, String measurementDocYear, String measurementReadingIdentifier) Deprecated.Fetch a singlePRAMeasurementDocumentItementity using key fields.Deprecated.getWellCompletionVolumeByKey(String wellCompltnVolDoc, String wellCompltnVolDocYr) Deprecated.Fetch a singlePRAWellCompletionVolumesentity using key fields.updateMeasurementItems(PRAMeasurementDocumentItem pRAMeasurementDocumentItem) Deprecated.Update an existingPRAMeasurementDocumentItementity 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 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
-
DefaultProductionRevenueAccountingWellCompletionVolumeService
public DefaultProductionRevenueAccountingWellCompletionVolumeService()Deprecated.Creates a service usingProductionRevenueAccountingWellCompletionVolumeService.DEFAULT_SERVICE_PATHto send the requests.
-
-
Method Details
-
withServicePath
@Nonnull public DefaultProductionRevenueAccountingWellCompletionVolumeService withServicePath(@Nonnull String servicePath) Deprecated.Description copied from interface:ProductionRevenueAccountingWellCompletionVolumeServiceOverrides the default service path and returns a new service instance with the specified service path. Also adjusts the respective entity URLs.- Specified by:
withServicePathin interfaceProductionRevenueAccountingWellCompletionVolumeService- 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:ProductionRevenueAccountingWellCompletionVolumeServiceCreates a batch request builder object.- Specified by:
batchin interfaceProductionRevenueAccountingWellCompletionVolumeService- Returns:
- A request builder to handle batch operation on this service. To perform execution, call the
executemethod on the request builder object.
-
getAllMeasurementItems
Deprecated.Description copied from interface:ProductionRevenueAccountingWellCompletionVolumeServiceFetch multiplePRAMeasurementDocumentItementities.- Specified by:
getAllMeasurementItemsin interfaceProductionRevenueAccountingWellCompletionVolumeService- Returns:
- A request builder to fetch multiple
PRAMeasurementDocumentItementities. 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.
-
countMeasurementItems
Deprecated.Description copied from interface:ProductionRevenueAccountingWellCompletionVolumeServiceFetch the number of entries from thePRAMeasurementDocumentItementity collection matching the filter and search expressions.- Specified by:
countMeasurementItemsin interfaceProductionRevenueAccountingWellCompletionVolumeService- Returns:
- A request builder to fetch the count of
PRAMeasurementDocumentItementities. 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.
-
getMeasurementItemsByKey
@Nonnull public GetByKeyRequestBuilder<PRAMeasurementDocumentItem> getMeasurementItemsByKey(String pRAMeasurementDocumentNumber, String measurementDocYear, String measurementReadingIdentifier) Deprecated.Description copied from interface:ProductionRevenueAccountingWellCompletionVolumeServiceFetch a singlePRAMeasurementDocumentItementity using key fields.- Specified by:
getMeasurementItemsByKeyin interfaceProductionRevenueAccountingWellCompletionVolumeService- Parameters:
pRAMeasurementDocumentNumber- Meas. document numberConstraints: Not nullable, Maximum length: 10
measurementDocYear- Meas. document yearConstraints: Not nullable, Maximum length: 4
measurementReadingIdentifier- Measurement Reading IdentifierConstraints: Not nullable, Maximum length: 4
- Returns:
- A request builder to fetch a single
PRAMeasurementDocumentItementity 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.
-
updateMeasurementItems
@Nonnull public UpdateRequestBuilder<PRAMeasurementDocumentItem> updateMeasurementItems(@Nonnull PRAMeasurementDocumentItem pRAMeasurementDocumentItem) Deprecated.Description copied from interface:ProductionRevenueAccountingWellCompletionVolumeServiceUpdate an existingPRAMeasurementDocumentItementity and save it to the S/4HANA system.- Specified by:
updateMeasurementItemsin interfaceProductionRevenueAccountingWellCompletionVolumeService- Parameters:
pRAMeasurementDocumentItem-PRAMeasurementDocumentItementity object that will be updated in the S/4HANA system.- Returns:
- A request builder to update an existing
PRAMeasurementDocumentItementity. To perform execution, call theexecutemethod on the request builder object.
-
getAllWellCompletionVolume
Deprecated.Description copied from interface:ProductionRevenueAccountingWellCompletionVolumeServiceFetch multiplePRAWellCompletionVolumesentities.- Specified by:
getAllWellCompletionVolumein interfaceProductionRevenueAccountingWellCompletionVolumeService- Returns:
- A request builder to fetch multiple
PRAWellCompletionVolumesentities. 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.
-
countWellCompletionVolume
Deprecated.Description copied from interface:ProductionRevenueAccountingWellCompletionVolumeServiceFetch the number of entries from thePRAWellCompletionVolumesentity collection matching the filter and search expressions.- Specified by:
countWellCompletionVolumein interfaceProductionRevenueAccountingWellCompletionVolumeService- Returns:
- A request builder to fetch the count of
PRAWellCompletionVolumesentities. 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.
-
getWellCompletionVolumeByKey
@Nonnull public GetByKeyRequestBuilder<PRAWellCompletionVolumes> getWellCompletionVolumeByKey(String wellCompltnVolDoc, String wellCompltnVolDocYr) Deprecated.Description copied from interface:ProductionRevenueAccountingWellCompletionVolumeServiceFetch a singlePRAWellCompletionVolumesentity using key fields.- Specified by:
getWellCompletionVolumeByKeyin interfaceProductionRevenueAccountingWellCompletionVolumeService- Parameters:
wellCompltnVolDoc- Well Completion Delivery Volume Header NumberConstraints: Not nullable, Maximum length: 10
wellCompltnVolDocYr- WC Volumes Document YearConstraints: Not nullable, Maximum length: 4
- Returns:
- A request builder to fetch a single
PRAWellCompletionVolumesentity 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.
-
createWellCompletionVolume
@Nonnull public CreateRequestBuilder<PRAWellCompletionVolumes> createWellCompletionVolume(@Nonnull PRAWellCompletionVolumes pRAWellCompletionVolumes) Deprecated.Description copied from interface:ProductionRevenueAccountingWellCompletionVolumeServiceCreate a newPRAWellCompletionVolumesentity and save it to the S/4HANA system.- Specified by:
createWellCompletionVolumein interfaceProductionRevenueAccountingWellCompletionVolumeService- Parameters:
pRAWellCompletionVolumes-PRAWellCompletionVolumesentity object that will be created in the S/4HANA system.- Returns:
- A request builder to create a new
PRAWellCompletionVolumesentity. To perform execution, call theexecutemethod on the request builder object.
-
deleteWellCompletionVolume
@Nonnull public DeleteRequestBuilder<PRAWellCompletionVolumes> deleteWellCompletionVolume(@Nonnull PRAWellCompletionVolumes pRAWellCompletionVolumes) Deprecated.Description copied from interface:ProductionRevenueAccountingWellCompletionVolumeServiceDeletes an existingPRAWellCompletionVolumesentity in the S/4HANA system.- Specified by:
deleteWellCompletionVolumein interfaceProductionRevenueAccountingWellCompletionVolumeService- Parameters:
pRAWellCompletionVolumes-PRAWellCompletionVolumesentity object that will be deleted in the S/4HANA system.- Returns:
- A request builder to delete an existing
PRAWellCompletionVolumesentity. To perform execution, call theexecutemethod on the request builder object.
-
getServicePath
Deprecated.- Specified by:
getServicePathin interfaceServiceWithNavigableEntities
-