Class DefaultSupplierActivityService
java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odata.services.DefaultSupplierActivityService
- All Implemented Interfaces:
BatchService<SupplierActivityServiceBatch>,SupplierActivityService
@Named("com.sap.cloud.sdk.s4hana.datamodel.odata.services.DefaultSupplierActivityService")
@Deprecated
public class DefaultSupplierActivityService
extends Object
implements SupplierActivityService
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
Fields inherited from interface com.sap.cloud.sdk.s4hana.datamodel.odata.services.SupplierActivityService
DEFAULT_SERVICE_PATH -
Constructor Summary
ConstructorsConstructorDescriptionDeprecated.Creates a service usingSupplierActivityService.DEFAULT_SERVICE_PATHto send the requests. -
Method Summary
Modifier and TypeMethodDescriptionbatch()Deprecated.createSuplrActyDescription(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.
-
Constructor Details
-
DefaultSupplierActivityService
public DefaultSupplierActivityService()Deprecated.Creates a service usingSupplierActivityService.DEFAULT_SERVICE_PATHto send the requests.
-
-
Method Details
-
withServicePath
Deprecated.Description copied from interface:SupplierActivityServiceOverrides the default service path and returns a new service instance with the specified service path. Also adjusts the respective entity URLs.- Specified by:
withServicePathin interfaceSupplierActivityService- 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<SupplierActivityServiceBatch>
-
getAllSuplrActyDescription
Deprecated.Description copied from interface:SupplierActivityServiceFetch multipleSuplrActyDescriptionentities.- Specified by:
getAllSuplrActyDescriptionin interfaceSupplierActivityService- 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 public SuplrActyDescriptionByKeyFluentHelper getSuplrActyDescriptionByKey(UUID suplrActyUUID, String language) Deprecated.Description copied from interface:SupplierActivityServiceFetch a singleSuplrActyDescriptionentity using key fields.- Specified by:
getSuplrActyDescriptionByKeyin interfaceSupplierActivityService- Parameters:
suplrActyUUID- Activity UUIDConstraints: Not nullable
language- Language KeyConstraints: Not nullable, Maximum length: 2
- 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 public SuplrActyDescriptionCreateFluentHelper createSuplrActyDescription(@Nonnull SuplrActyDescription suplrActyDescription) Deprecated.Description copied from interface:SupplierActivityServiceCreate a newSuplrActyDescriptionentity and save it to the S/4HANA system.- Specified by:
createSuplrActyDescriptionin interfaceSupplierActivityService- 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 public SuplrActyDescriptionUpdateFluentHelper updateSuplrActyDescription(@Nonnull SuplrActyDescription suplrActyDescription) Deprecated.Description copied from interface:SupplierActivityServiceUpdate an existingSuplrActyDescriptionentity and save it to the S/4HANA system.- Specified by:
updateSuplrActyDescriptionin interfaceSupplierActivityService- 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 public SuplrActyDescriptionDeleteFluentHelper deleteSuplrActyDescription(@Nonnull SuplrActyDescription suplrActyDescription) Deprecated.Description copied from interface:SupplierActivityServiceDeletes an existingSuplrActyDescriptionentity in the S/4HANA system.- Specified by:
deleteSuplrActyDescriptionin interfaceSupplierActivityService- 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.Description copied from interface:SupplierActivityServiceFetch multipleSuplrActyParticipantentities.- Specified by:
getAllSuplrActyParticipantin interfaceSupplierActivityService- 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 public SuplrActyParticipantByKeyFluentHelper getSuplrActyParticipantByKey(UUID suplrActyPartyUUID) Deprecated.Description copied from interface:SupplierActivityServiceFetch a singleSuplrActyParticipantentity using key fields.- Specified by:
getSuplrActyParticipantByKeyin interfaceSupplierActivityService- 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 public SuplrActyParticipantCreateFluentHelper createSuplrActyParticipant(@Nonnull SuplrActyParticipant suplrActyParticipant) Deprecated.Description copied from interface:SupplierActivityServiceCreate a newSuplrActyParticipantentity and save it to the S/4HANA system.- Specified by:
createSuplrActyParticipantin interfaceSupplierActivityService- 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 public SuplrActyParticipantUpdateFluentHelper updateSuplrActyParticipant(@Nonnull SuplrActyParticipant suplrActyParticipant) Deprecated.Description copied from interface:SupplierActivityServiceUpdate an existingSuplrActyParticipantentity and save it to the S/4HANA system.- Specified by:
updateSuplrActyParticipantin interfaceSupplierActivityService- 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 public SuplrActyParticipantDeleteFluentHelper deleteSuplrActyParticipant(@Nonnull SuplrActyParticipant suplrActyParticipant) Deprecated.Description copied from interface:SupplierActivityServiceDeletes an existingSuplrActyParticipantentity in the S/4HANA system.- Specified by:
deleteSuplrActyParticipantin interfaceSupplierActivityService- 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.Description copied from interface:SupplierActivityServiceFetch multipleSuplrActyPurchaserRespentities.- Specified by:
getAllSuplrActyPurchaserRespin interfaceSupplierActivityService- 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 public SuplrActyPurchaserRespByKeyFluentHelper getSuplrActyPurchaserRespByKey(UUID suplrActyPartyUUID) Deprecated.Description copied from interface:SupplierActivityServiceFetch a singleSuplrActyPurchaserRespentity using key fields.- Specified by:
getSuplrActyPurchaserRespByKeyin interfaceSupplierActivityService- 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 public SuplrActyPurchaserRespUpdateFluentHelper updateSuplrActyPurchaserResp(@Nonnull SuplrActyPurchaserResp suplrActyPurchaserResp) Deprecated.Description copied from interface:SupplierActivityServiceUpdate an existingSuplrActyPurchaserRespentity and save it to the S/4HANA system.- Specified by:
updateSuplrActyPurchaserRespin interfaceSupplierActivityService- 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.Description copied from interface:SupplierActivityServiceFetch multipleSuplrActySupplierentities.- Specified by:
getAllSuplrActySupplierin interfaceSupplierActivityService- 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
@Nonnull public SuplrActySupplierByKeyFluentHelper getSuplrActySupplierByKey(UUID suplrActyPartyUUID) Deprecated.Description copied from interface:SupplierActivityServiceFetch a singleSuplrActySupplierentity using key fields.- Specified by:
getSuplrActySupplierByKeyin interfaceSupplierActivityService- 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 public SuplrActySupplierCreateFluentHelper createSuplrActySupplier(@Nonnull SuplrActySupplier suplrActySupplier) Deprecated.Description copied from interface:SupplierActivityServiceCreate a newSuplrActySupplierentity and save it to the S/4HANA system.- Specified by:
createSuplrActySupplierin interfaceSupplierActivityService- 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 public SuplrActySupplierUpdateFluentHelper updateSuplrActySupplier(@Nonnull SuplrActySupplier suplrActySupplier) Deprecated.Description copied from interface:SupplierActivityServiceUpdate an existingSuplrActySupplierentity and save it to the S/4HANA system.- Specified by:
updateSuplrActySupplierin interfaceSupplierActivityService- 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 public SuplrActySupplierDeleteFluentHelper deleteSuplrActySupplier(@Nonnull SuplrActySupplier suplrActySupplier) Deprecated.Description copied from interface:SupplierActivityServiceDeletes an existingSuplrActySupplierentity in the S/4HANA system.- Specified by:
deleteSuplrActySupplierin interfaceSupplierActivityService- 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.Description copied from interface:SupplierActivityServiceFetch multipleSupplierActivityentities.- Specified by:
getAllSupplierActivityin interfaceSupplierActivityService- 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.Description copied from interface:SupplierActivityServiceFetch a singleSupplierActivityentity using key fields.- Specified by:
getSupplierActivityByKeyin interfaceSupplierActivityService- 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 public SupplierActivityCreateFluentHelper createSupplierActivity(@Nonnull SupplierActivity supplierActivity) Deprecated.Description copied from interface:SupplierActivityServiceCreate a newSupplierActivityentity and save it to the S/4HANA system.- Specified by:
createSupplierActivityin interfaceSupplierActivityService- 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 public SupplierActivityUpdateFluentHelper updateSupplierActivity(@Nonnull SupplierActivity supplierActivity) Deprecated.Description copied from interface:SupplierActivityServiceUpdate an existingSupplierActivityentity and save it to the S/4HANA system.- Specified by:
updateSupplierActivityin interfaceSupplierActivityService- 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 public SupplierActivityDeleteFluentHelper deleteSupplierActivity(@Nonnull SupplierActivity supplierActivity) Deprecated.Description copied from interface:SupplierActivityServiceDeletes an existingSupplierActivityentity in the S/4HANA system.- Specified by:
deleteSupplierActivityin interfaceSupplierActivityService- 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.
-