Interface SupplierActivityService
- All Superinterfaces:
BatchService<SupplierActivityServiceBatch>
- All Known Implementing Classes:
DefaultSupplierActivityService
@Deprecated
public interface SupplierActivityService
extends BatchService<SupplierActivityServiceBatch>
Deprecated.
The service and all its related classes are deprecated. Please use the odata generator to generate the
VDM.
This service enables you to create, read, update and delete procurement-related activities through an API call.
Reference: SAP Business Accelerator Hub
Details:
| OData Service: | API_SUPPLIER_ACTIVITY_SRV |
| API Version: | 1.0.0 |
| Minimum ERP Version: | 2302 |
| Communication Scenario: | Supplier Activity Integration(SAP_COM_0137) |
| Scope Items: | Activity Management in Procurement(19C) |
| Authentication Methods: | x509 |
| Business Object: | Supplier Activity |
-
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 TypeMethodDescriptioncreateSuplrActyDescription(SuplrActyDescription suplrActyDescription) Deprecated.Create a newSuplrActyDescriptionentity and save it to the S/4HANA system.createSuplrActyParticipant(SuplrActyParticipant suplrActyParticipant) Deprecated.Create a newSuplrActyParticipantentity and save it to the S/4HANA system.createSuplrActySupplier(SuplrActySupplier suplrActySupplier) Deprecated.Create a newSuplrActySupplierentity and save it to the S/4HANA system.createSupplierActivity(SupplierActivity supplierActivity) Deprecated.Create a newSupplierActivityentity and save it to the S/4HANA system.deleteSuplrActyDescription(SuplrActyDescription suplrActyDescription) Deprecated.Deletes an existingSuplrActyDescriptionentity in the S/4HANA system.deleteSuplrActyParticipant(SuplrActyParticipant suplrActyParticipant) Deprecated.Deletes an existingSuplrActyParticipantentity in the S/4HANA system.deleteSuplrActySupplier(SuplrActySupplier suplrActySupplier) Deprecated.Deletes an existingSuplrActySupplierentity in the S/4HANA system.deleteSupplierActivity(SupplierActivity supplierActivity) Deprecated.Deletes an existingSupplierActivityentity in the S/4HANA system.Deprecated.Fetch multipleSuplrActyDescriptionentities.Deprecated.Fetch multipleSuplrActyParticipantentities.Deprecated.Fetch multipleSuplrActyPurchaserRespentities.Deprecated.Fetch multipleSuplrActySupplierentities.Deprecated.Fetch multipleSupplierActivityentities.getSuplrActyDescriptionByKey(UUID suplrActyUUID, String language) Deprecated.Fetch a singleSuplrActyDescriptionentity using key fields.getSuplrActyParticipantByKey(UUID suplrActyPartyUUID) Deprecated.Fetch a singleSuplrActyParticipantentity using key fields.getSuplrActyPurchaserRespByKey(UUID suplrActyPartyUUID) Deprecated.Fetch a singleSuplrActyPurchaserRespentity using key fields.getSuplrActySupplierByKey(UUID suplrActyPartyUUID) Deprecated.Fetch a singleSuplrActySupplierentity using key fields.getSupplierActivityByKey(UUID suplrActyUUID) Deprecated.Fetch a singleSupplierActivityentity using key fields.updateSuplrActyDescription(SuplrActyDescription suplrActyDescription) Deprecated.Update an existingSuplrActyDescriptionentity and save it to the S/4HANA system.updateSuplrActyParticipant(SuplrActyParticipant suplrActyParticipant) Deprecated.Update an existingSuplrActyParticipantentity and save it to the S/4HANA system.updateSuplrActyPurchaserResp(SuplrActyPurchaserResp suplrActyPurchaserResp) Deprecated.Update an existingSuplrActyPurchaserRespentity and save it to the S/4HANA system.updateSuplrActySupplier(SuplrActySupplier suplrActySupplier) Deprecated.Update an existingSuplrActySupplierentity and save it to the S/4HANA system.updateSupplierActivity(SupplierActivity supplierActivity) Deprecated.Update an existingSupplierActivityentity 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.
-
getAllSuplrActyDescription
Deprecated.Fetch multipleSuplrActyDescriptionentities.- Returns:
- A fluent helper to fetch multiple
SuplrActyDescriptionentities. 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.
-
getSuplrActyDescriptionByKey
@Nonnull SuplrActyDescriptionByKeyFluentHelper getSuplrActyDescriptionByKey(UUID suplrActyUUID, String language) Deprecated.Fetch a singleSuplrActyDescriptionentity using key fields.- Parameters:
language- Language KeyConstraints: Not nullable, Maximum length: 2
suplrActyUUID- Activity UUIDConstraints: Not nullable
- Returns:
- A fluent helper to fetch a single
SuplrActyDescriptionentity 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.
-
createSuplrActyDescription
@Nonnull SuplrActyDescriptionCreateFluentHelper createSuplrActyDescription(@Nonnull SuplrActyDescription suplrActyDescription) Deprecated.Create a newSuplrActyDescriptionentity and save it to the S/4HANA system.- Parameters:
suplrActyDescription-SuplrActyDescriptionentity object that will be created in the S/4HANA system.- Returns:
- A fluent helper to create a new
SuplrActyDescriptionentity. To perform execution, call theexecutemethod on the fluent helper object.
-
updateSuplrActyDescription
@Nonnull SuplrActyDescriptionUpdateFluentHelper updateSuplrActyDescription(@Nonnull SuplrActyDescription suplrActyDescription) Deprecated.Update an existingSuplrActyDescriptionentity and save it to the S/4HANA system.- Parameters:
suplrActyDescription-SuplrActyDescriptionentity object that will be updated in the S/4HANA system.- Returns:
- A fluent helper to update an existing
SuplrActyDescriptionentity. To perform execution, call theexecutemethod on the fluent helper object.
-
deleteSuplrActyDescription
@Nonnull SuplrActyDescriptionDeleteFluentHelper deleteSuplrActyDescription(@Nonnull SuplrActyDescription suplrActyDescription) Deprecated.Deletes an existingSuplrActyDescriptionentity in the S/4HANA system.- Parameters:
suplrActyDescription-SuplrActyDescriptionentity object that will be deleted in the S/4HANA system.- Returns:
- A fluent helper to delete an existing
SuplrActyDescriptionentity. To perform execution, call theexecutemethod on the fluent helper object.
-
getAllSuplrActyParticipant
Deprecated.Fetch multipleSuplrActyParticipantentities.- Returns:
- A fluent helper to fetch multiple
SuplrActyParticipantentities. 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.
-
getSuplrActyParticipantByKey
@Nonnull SuplrActyParticipantByKeyFluentHelper getSuplrActyParticipantByKey(UUID suplrActyPartyUUID) Deprecated.Fetch a singleSuplrActyParticipantentity using key fields.- Parameters:
suplrActyPartyUUID- Activity Party UUIDConstraints: Not nullable
- Returns:
- A fluent helper to fetch a single
SuplrActyParticipantentity 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.
-
createSuplrActyParticipant
@Nonnull SuplrActyParticipantCreateFluentHelper createSuplrActyParticipant(@Nonnull SuplrActyParticipant suplrActyParticipant) Deprecated.Create a newSuplrActyParticipantentity and save it to the S/4HANA system.- Parameters:
suplrActyParticipant-SuplrActyParticipantentity object that will be created in the S/4HANA system.- Returns:
- A fluent helper to create a new
SuplrActyParticipantentity. To perform execution, call theexecutemethod on the fluent helper object.
-
updateSuplrActyParticipant
@Nonnull SuplrActyParticipantUpdateFluentHelper updateSuplrActyParticipant(@Nonnull SuplrActyParticipant suplrActyParticipant) Deprecated.Update an existingSuplrActyParticipantentity and save it to the S/4HANA system.- Parameters:
suplrActyParticipant-SuplrActyParticipantentity object that will be updated in the S/4HANA system.- Returns:
- A fluent helper to update an existing
SuplrActyParticipantentity. To perform execution, call theexecutemethod on the fluent helper object.
-
deleteSuplrActyParticipant
@Nonnull SuplrActyParticipantDeleteFluentHelper deleteSuplrActyParticipant(@Nonnull SuplrActyParticipant suplrActyParticipant) Deprecated.Deletes an existingSuplrActyParticipantentity in the S/4HANA system.- Parameters:
suplrActyParticipant-SuplrActyParticipantentity object that will be deleted in the S/4HANA system.- Returns:
- A fluent helper to delete an existing
SuplrActyParticipantentity. To perform execution, call theexecutemethod on the fluent helper object.
-
getAllSuplrActyPurchaserResp
Deprecated.Fetch multipleSuplrActyPurchaserRespentities.- Returns:
- A fluent helper to fetch multiple
SuplrActyPurchaserRespentities. 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.
-
getSuplrActyPurchaserRespByKey
@Nonnull SuplrActyPurchaserRespByKeyFluentHelper getSuplrActyPurchaserRespByKey(UUID suplrActyPartyUUID) Deprecated.Fetch a singleSuplrActyPurchaserRespentity using key fields.- Parameters:
suplrActyPartyUUID- Activity Party UUIDConstraints: Not nullable
- Returns:
- A fluent helper to fetch a single
SuplrActyPurchaserRespentity 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.
-
updateSuplrActyPurchaserResp
@Nonnull SuplrActyPurchaserRespUpdateFluentHelper updateSuplrActyPurchaserResp(@Nonnull SuplrActyPurchaserResp suplrActyPurchaserResp) Deprecated.Update an existingSuplrActyPurchaserRespentity and save it to the S/4HANA system.- Parameters:
suplrActyPurchaserResp-SuplrActyPurchaserRespentity object that will be updated in the S/4HANA system.- Returns:
- A fluent helper to update an existing
SuplrActyPurchaserRespentity. To perform execution, call theexecutemethod on the fluent helper object.
-
getAllSuplrActySupplier
Deprecated.Fetch multipleSuplrActySupplierentities.- Returns:
- A fluent helper to fetch multiple
SuplrActySupplierentities. 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.
-
getSuplrActySupplierByKey
Deprecated.Fetch a singleSuplrActySupplierentity using key fields.- Parameters:
suplrActyPartyUUID- Activity Party UUIDConstraints: Not nullable
- Returns:
- A fluent helper to fetch a single
SuplrActySupplierentity 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.
-
createSuplrActySupplier
@Nonnull SuplrActySupplierCreateFluentHelper createSuplrActySupplier(@Nonnull SuplrActySupplier suplrActySupplier) Deprecated.Create a newSuplrActySupplierentity and save it to the S/4HANA system.- Parameters:
suplrActySupplier-SuplrActySupplierentity object that will be created in the S/4HANA system.- Returns:
- A fluent helper to create a new
SuplrActySupplierentity. To perform execution, call theexecutemethod on the fluent helper object.
-
updateSuplrActySupplier
@Nonnull SuplrActySupplierUpdateFluentHelper updateSuplrActySupplier(@Nonnull SuplrActySupplier suplrActySupplier) Deprecated.Update an existingSuplrActySupplierentity and save it to the S/4HANA system.- Parameters:
suplrActySupplier-SuplrActySupplierentity object that will be updated in the S/4HANA system.- Returns:
- A fluent helper to update an existing
SuplrActySupplierentity. To perform execution, call theexecutemethod on the fluent helper object.
-
deleteSuplrActySupplier
@Nonnull SuplrActySupplierDeleteFluentHelper deleteSuplrActySupplier(@Nonnull SuplrActySupplier suplrActySupplier) Deprecated.Deletes an existingSuplrActySupplierentity in the S/4HANA system.- Parameters:
suplrActySupplier-SuplrActySupplierentity object that will be deleted in the S/4HANA system.- Returns:
- A fluent helper to delete an existing
SuplrActySupplierentity. To perform execution, call theexecutemethod on the fluent helper object.
-
getAllSupplierActivity
Deprecated.Fetch multipleSupplierActivityentities.- Returns:
- A fluent helper to fetch multiple
SupplierActivityentities. 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.
-
getSupplierActivityByKey
Deprecated.Fetch a singleSupplierActivityentity using key fields.- Parameters:
suplrActyUUID- Activity UUIDConstraints: Not nullable
- Returns:
- A fluent helper to fetch a single
SupplierActivityentity 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.
-
createSupplierActivity
@Nonnull SupplierActivityCreateFluentHelper createSupplierActivity(@Nonnull SupplierActivity supplierActivity) Deprecated.Create a newSupplierActivityentity and save it to the S/4HANA system.- Parameters:
supplierActivity-SupplierActivityentity object that will be created in the S/4HANA system.- Returns:
- A fluent helper to create a new
SupplierActivityentity. To perform execution, call theexecutemethod on the fluent helper object.
-
updateSupplierActivity
@Nonnull SupplierActivityUpdateFluentHelper updateSupplierActivity(@Nonnull SupplierActivity supplierActivity) Deprecated.Update an existingSupplierActivityentity and save it to the S/4HANA system.- Parameters:
supplierActivity-SupplierActivityentity object that will be updated in the S/4HANA system.- Returns:
- A fluent helper to update an existing
SupplierActivityentity. To perform execution, call theexecutemethod on the fluent helper object.
-
deleteSupplierActivity
@Nonnull SupplierActivityDeleteFluentHelper deleteSupplierActivity(@Nonnull SupplierActivity supplierActivity) Deprecated.Deletes an existingSupplierActivityentity in the S/4HANA system.- Parameters:
supplierActivity-SupplierActivityentity object that will be deleted in the S/4HANA system.- Returns:
- A fluent helper to delete an existing
SupplierActivityentity. To perform execution, call theexecutemethod on the fluent helper object.
-