@Named(value="com.sap.cloud.sdk.s4hana.datamodel.odata.services.DefaultSupplierActivityService") public class DefaultSupplierActivityService extends Object implements SupplierActivityService
This service enables a remote system to create, read and change supplier activities from / in the SAP S/4HANA tenant.
Reference: SAP API Business Hub
OData Service: | API_SUPPLIER_ACTIVITY_SRV |
API Version: | 1 |
Communication Scenario: | Supplier Activity Integration (SAP_COM_0137) |
Scope Items: | Business Partner for Treasury and Risk Management (19C) |
API Business Object: | EXC_SUPPLIERACTIVITY |
DEFAULT_SERVICE_PATH
Constructor and Description |
---|
DefaultSupplierActivityService()
Creates a service using
SupplierActivityService.DEFAULT_SERVICE_PATH to send the requests. |
public DefaultSupplierActivityService()
SupplierActivityService.DEFAULT_SERVICE_PATH
to send the requests.@Nonnull public DefaultSupplierActivityService withServicePath(@Nonnull String servicePath)
SupplierActivityService
withServicePath
in interface SupplierActivityService
servicePath
- Service path that will override the default.@Nonnull public SuplrActyDescriptionFluentHelper getAllSuplrActyDescription()
SupplierActivityService
SuplrActyDescription
entities.getAllSuplrActyDescription
in interface SupplierActivityService
SuplrActyDescription
entities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute
method on the fluent helper object.@Nonnull public SuplrActyDescriptionByKeyFluentHelper getSuplrActyDescriptionByKey(UUID suplrActyUUID, String language)
SupplierActivityService
SuplrActyDescription
entity using key fields.getSuplrActyDescriptionByKey
in interface SupplierActivityService
suplrActyUUID
- Activity UUIDConstraints: Not nullable
language
- The language key indicatesConstraints: Not nullable, Maximum length: 2
SuplrActyDescription
entity 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 the execute
method on the fluent helper object.@Nonnull public SuplrActyDescriptionCreateFluentHelper createSuplrActyDescription(@Nonnull SuplrActyDescription suplrActyDescription)
SupplierActivityService
SuplrActyDescription
entity and save it to the S/4HANA system.createSuplrActyDescription
in interface SupplierActivityService
suplrActyDescription
- SuplrActyDescription
entity object that will be created in the S/4HANA system.SuplrActyDescription
entity. To perform execution, call the execute
method on the fluent helper object.@Nonnull public SuplrActyDescriptionUpdateFluentHelper updateSuplrActyDescription(@Nonnull SuplrActyDescription suplrActyDescription)
SupplierActivityService
SuplrActyDescription
entity and save it to the S/4HANA system.updateSuplrActyDescription
in interface SupplierActivityService
suplrActyDescription
- SuplrActyDescription
entity object that will be updated in the S/4HANA system.SuplrActyDescription
entity. To perform execution, call the execute
method on the fluent helper object.@Nonnull public SuplrActyParticipantFluentHelper getAllSuplrActyParticipant()
SupplierActivityService
SuplrActyParticipant
entities.getAllSuplrActyParticipant
in interface SupplierActivityService
SuplrActyParticipant
entities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute
method on the fluent helper object.@Nonnull public SuplrActyParticipantByKeyFluentHelper getSuplrActyParticipantByKey(UUID suplrActyPartyUUID)
SupplierActivityService
SuplrActyParticipant
entity using key fields.getSuplrActyParticipantByKey
in interface SupplierActivityService
suplrActyPartyUUID
- Activity Party UUIDConstraints: Not nullable
SuplrActyParticipant
entity 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 the execute
method on the fluent helper object.@Nonnull public SuplrActyParticipantCreateFluentHelper createSuplrActyParticipant(@Nonnull SuplrActyParticipant suplrActyParticipant)
SupplierActivityService
SuplrActyParticipant
entity and save it to the S/4HANA system.createSuplrActyParticipant
in interface SupplierActivityService
suplrActyParticipant
- SuplrActyParticipant
entity object that will be created in the S/4HANA system.SuplrActyParticipant
entity. To perform execution, call the execute
method on the fluent helper object.@Nonnull public SuplrActyParticipantUpdateFluentHelper updateSuplrActyParticipant(@Nonnull SuplrActyParticipant suplrActyParticipant)
SupplierActivityService
SuplrActyParticipant
entity and save it to the S/4HANA system.updateSuplrActyParticipant
in interface SupplierActivityService
suplrActyParticipant
- SuplrActyParticipant
entity object that will be updated in the S/4HANA system.SuplrActyParticipant
entity. To perform execution, call the execute
method on the fluent helper object.@Nonnull public SuplrActyParticipantDeleteFluentHelper deleteSuplrActyParticipant(@Nonnull SuplrActyParticipant suplrActyParticipant)
SupplierActivityService
SuplrActyParticipant
entity in the S/4HANA system.deleteSuplrActyParticipant
in interface SupplierActivityService
suplrActyParticipant
- SuplrActyParticipant
entity object that will be deleted in the S/4HANA system.SuplrActyParticipant
entity. To perform execution, call the execute
method on the fluent helper object.@Nonnull public SuplrActyPurchaserRespFluentHelper getAllSuplrActyPurchaserResp()
SupplierActivityService
SuplrActyPurchaserResp
entities.getAllSuplrActyPurchaserResp
in interface SupplierActivityService
SuplrActyPurchaserResp
entities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute
method on the fluent helper object.@Nonnull public SuplrActyPurchaserRespByKeyFluentHelper getSuplrActyPurchaserRespByKey(UUID suplrActyPartyUUID)
SupplierActivityService
SuplrActyPurchaserResp
entity using key fields.getSuplrActyPurchaserRespByKey
in interface SupplierActivityService
suplrActyPartyUUID
- Activity Party UUIDConstraints: Not nullable
SuplrActyPurchaserResp
entity 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 the execute
method on the fluent helper object.@Nonnull public SuplrActyPurchaserRespUpdateFluentHelper updateSuplrActyPurchaserResp(@Nonnull SuplrActyPurchaserResp suplrActyPurchaserResp)
SupplierActivityService
SuplrActyPurchaserResp
entity and save it to the S/4HANA system.updateSuplrActyPurchaserResp
in interface SupplierActivityService
suplrActyPurchaserResp
- SuplrActyPurchaserResp
entity object that will be updated in the S/4HANA system.SuplrActyPurchaserResp
entity. To perform execution, call the execute
method on the fluent helper object.@Nonnull public SuplrActySupplierFluentHelper getAllSuplrActySupplier()
SupplierActivityService
SuplrActySupplier
entities.getAllSuplrActySupplier
in interface SupplierActivityService
SuplrActySupplier
entities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute
method on the fluent helper object.@Nonnull public SuplrActySupplierByKeyFluentHelper getSuplrActySupplierByKey(UUID suplrActyPartyUUID)
SupplierActivityService
SuplrActySupplier
entity using key fields.getSuplrActySupplierByKey
in interface SupplierActivityService
suplrActyPartyUUID
- Activity Party UUIDConstraints: Not nullable
SuplrActySupplier
entity 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 the execute
method on the fluent helper object.@Nonnull public SuplrActySupplierCreateFluentHelper createSuplrActySupplier(@Nonnull SuplrActySupplier suplrActySupplier)
SupplierActivityService
SuplrActySupplier
entity and save it to the S/4HANA system.createSuplrActySupplier
in interface SupplierActivityService
suplrActySupplier
- SuplrActySupplier
entity object that will be created in the S/4HANA system.SuplrActySupplier
entity. To perform execution, call the execute
method on the fluent helper object.@Nonnull public SuplrActySupplierUpdateFluentHelper updateSuplrActySupplier(@Nonnull SuplrActySupplier suplrActySupplier)
SupplierActivityService
SuplrActySupplier
entity and save it to the S/4HANA system.updateSuplrActySupplier
in interface SupplierActivityService
suplrActySupplier
- SuplrActySupplier
entity object that will be updated in the S/4HANA system.SuplrActySupplier
entity. To perform execution, call the execute
method on the fluent helper object.@Nonnull public SuplrActySupplierDeleteFluentHelper deleteSuplrActySupplier(@Nonnull SuplrActySupplier suplrActySupplier)
SupplierActivityService
SuplrActySupplier
entity in the S/4HANA system.deleteSuplrActySupplier
in interface SupplierActivityService
suplrActySupplier
- SuplrActySupplier
entity object that will be deleted in the S/4HANA system.SuplrActySupplier
entity. To perform execution, call the execute
method on the fluent helper object.@Nonnull public SupplierActivityFluentHelper getAllSupplierActivity()
SupplierActivityService
SupplierActivity
entities.getAllSupplierActivity
in interface SupplierActivityService
SupplierActivity
entities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute
method on the fluent helper object.@Nonnull public SupplierActivityByKeyFluentHelper getSupplierActivityByKey(UUID suplrActyUUID)
SupplierActivityService
SupplierActivity
entity using key fields.getSupplierActivityByKey
in interface SupplierActivityService
suplrActyUUID
- Activity UUIDConstraints: Not nullable
SupplierActivity
entity 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 the execute
method on the fluent helper object.@Nonnull public SupplierActivityCreateFluentHelper createSupplierActivity(@Nonnull SupplierActivity supplierActivity)
SupplierActivityService
SupplierActivity
entity and save it to the S/4HANA system.createSupplierActivity
in interface SupplierActivityService
supplierActivity
- SupplierActivity
entity object that will be created in the S/4HANA system.SupplierActivity
entity. To perform execution, call the execute
method on the fluent helper object.@Nonnull public SupplierActivityUpdateFluentHelper updateSupplierActivity(@Nonnull SupplierActivity supplierActivity)
SupplierActivityService
SupplierActivity
entity and save it to the S/4HANA system.updateSupplierActivity
in interface SupplierActivityService
supplierActivity
- SupplierActivity
entity object that will be updated in the S/4HANA system.SupplierActivity
entity. To perform execution, call the execute
method on the fluent helper object.@Nonnull public SupplierActivityDeleteFluentHelper deleteSupplierActivity(@Nonnull SupplierActivity supplierActivity)
SupplierActivityService
SupplierActivity
entity in the S/4HANA system.deleteSupplierActivity
in interface SupplierActivityService
supplierActivity
- SupplierActivity
entity object that will be deleted in the S/4HANA system.SupplierActivity
entity. To perform execution, call the execute
method on the fluent helper object.Copyright © 2018 SAP SE. All rights reserved.