@Named(value="com.sap.cloud.sdk.s4hana.datamodel.odata.services.DefaultSupplierActivityTaskService") public class DefaultSupplierActivityTaskService extends Object implements SupplierActivityTaskService
This service enables a remote system to read, create and update supplier activity tasks from / in the SAP S/4HANA tenant.
Reference: SAP API Business Hub
OData Service: | API_SUPPLIER_ACTIVITY_TASK_SRV |
API Version: | 1 |
Communication Scenario: | Supplier Activity Task Integration (SAP_COM_0138) |
Scope Items: | Business Partner for Treasury and Risk Management (19C) |
DEFAULT_SERVICE_PATH
Constructor and Description |
---|
DefaultSupplierActivityTaskService()
Creates a service using
SupplierActivityTaskService.DEFAULT_SERVICE_PATH to send the requests. |
public DefaultSupplierActivityTaskService()
SupplierActivityTaskService.DEFAULT_SERVICE_PATH
to send the requests.@Nonnull public DefaultSupplierActivityTaskService withServicePath(@Nonnull String servicePath)
SupplierActivityTaskService
withServicePath
in interface SupplierActivityTaskService
servicePath
- Service path that will override the default.@Nonnull public DefaultSupplierActivityTaskServiceBatch batch()
batch
in interface BatchService<SupplierActivityTaskServiceBatch>
@Nonnull public SuplrActyTskActyReferenceFluentHelper getAllSuplrActyTskActyReference()
SupplierActivityTaskService
SuplrActyTskActyReference
entities.getAllSuplrActyTskActyReference
in interface SupplierActivityTaskService
SuplrActyTskActyReference
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 SuplrActyTskActyReferenceByKeyFluentHelper getSuplrActyTskActyReferenceByKey(UUID suplrActyTaskReferenceUUID)
SupplierActivityTaskService
SuplrActyTskActyReference
entity using key fields.getSuplrActyTskActyReferenceByKey
in interface SupplierActivityTaskService
suplrActyTaskReferenceUUID
- Task ReferenceUUID
Constraints: Not nullable
SuplrActyTskActyReference
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 SuplrActyTskCommTextFluentHelper getAllSuplrActyTskCommText()
SupplierActivityTaskService
SuplrActyTskCommText
entities.getAllSuplrActyTskCommText
in interface SupplierActivityTaskService
SuplrActyTskCommText
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 SuplrActyTskCommTextByKeyFluentHelper getSuplrActyTskCommTextByKey(UUID suplrActyTaskUUID, String language)
SupplierActivityTaskService
SuplrActyTskCommText
entity using key fields.getSuplrActyTskCommTextByKey
in interface SupplierActivityTaskService
suplrActyTaskUUID
- Task UUID
Constraints: Not nullable
language
- The language key indicates
Constraints: Not nullable, Maximum length: 2
SuplrActyTskCommText
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 SuplrActyTskDescriptionFluentHelper getAllSuplrActyTskDescription()
SupplierActivityTaskService
SuplrActyTskDescription
entities.getAllSuplrActyTskDescription
in interface SupplierActivityTaskService
SuplrActyTskDescription
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 SuplrActyTskDescriptionByKeyFluentHelper getSuplrActyTskDescriptionByKey(UUID suplrActyTaskUUID, String language)
SupplierActivityTaskService
SuplrActyTskDescription
entity using key fields.getSuplrActyTskDescriptionByKey
in interface SupplierActivityTaskService
suplrActyTaskUUID
- Task UUID
Constraints: Not nullable
language
- The language key indicates
Constraints: Not nullable, Maximum length: 2
SuplrActyTskDescription
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 SuplrActyTskDescriptionCreateFluentHelper createSuplrActyTskDescription(@Nonnull SuplrActyTskDescription suplrActyTskDescription)
SupplierActivityTaskService
SuplrActyTskDescription
entity and save it to the S/4HANA system.createSuplrActyTskDescription
in interface SupplierActivityTaskService
suplrActyTskDescription
- SuplrActyTskDescription
entity object that will be created in the S/4HANA system.SuplrActyTskDescription
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull public SuplrActyTskDescriptionUpdateFluentHelper updateSuplrActyTskDescription(@Nonnull SuplrActyTskDescription suplrActyTskDescription)
SupplierActivityTaskService
SuplrActyTskDescription
entity and save it to the S/4HANA system.updateSuplrActyTskDescription
in interface SupplierActivityTaskService
suplrActyTskDescription
- SuplrActyTskDescription
entity object that will be updated in the S/4HANA system.SuplrActyTskDescription
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull public SuplrActyTskDescriptionDeleteFluentHelper deleteSuplrActyTskDescription(@Nonnull SuplrActyTskDescription suplrActyTskDescription)
SupplierActivityTaskService
SuplrActyTskDescription
entity in the S/4HANA system.deleteSuplrActyTskDescription
in interface SupplierActivityTaskService
suplrActyTskDescription
- SuplrActyTskDescription
entity object that will be deleted in the S/4HANA system.SuplrActyTskDescription
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull public SuplrActyTskMessageTextFluentHelper getAllSuplrActyTskMessageText()
SupplierActivityTaskService
SuplrActyTskMessageText
entities.getAllSuplrActyTskMessageText
in interface SupplierActivityTaskService
SuplrActyTskMessageText
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 SuplrActyTskMessageTextByKeyFluentHelper getSuplrActyTskMessageTextByKey(UUID suplrActyTaskUUID, String language)
SupplierActivityTaskService
SuplrActyTskMessageText
entity using key fields.getSuplrActyTskMessageTextByKey
in interface SupplierActivityTaskService
suplrActyTaskUUID
- Task UUID
Constraints: Not nullable
language
- The language key indicates
Constraints: Not nullable, Maximum length: 2
SuplrActyTskMessageText
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 SuplrActyTskMessageTextCreateFluentHelper createSuplrActyTskMessageText(@Nonnull SuplrActyTskMessageText suplrActyTskMessageText)
SupplierActivityTaskService
SuplrActyTskMessageText
entity and save it to the S/4HANA system.createSuplrActyTskMessageText
in interface SupplierActivityTaskService
suplrActyTskMessageText
- SuplrActyTskMessageText
entity object that will be created in the S/4HANA system.SuplrActyTskMessageText
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull public SuplrActyTskMessageTextUpdateFluentHelper updateSuplrActyTskMessageText(@Nonnull SuplrActyTskMessageText suplrActyTskMessageText)
SupplierActivityTaskService
SuplrActyTskMessageText
entity and save it to the S/4HANA system.updateSuplrActyTskMessageText
in interface SupplierActivityTaskService
suplrActyTskMessageText
- SuplrActyTskMessageText
entity object that will be updated in the S/4HANA system.SuplrActyTskMessageText
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull public SuplrActyTskProcessorFluentHelper getAllSuplrActyTskProcessor()
SupplierActivityTaskService
SuplrActyTskProcessor
entities.getAllSuplrActyTskProcessor
in interface SupplierActivityTaskService
SuplrActyTskProcessor
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 SuplrActyTskProcessorByKeyFluentHelper getSuplrActyTskProcessorByKey(UUID suplrActyTaskPartyUUID)
SupplierActivityTaskService
SuplrActyTskProcessor
entity using key fields.getSuplrActyTskProcessorByKey
in interface SupplierActivityTaskService
suplrActyTaskPartyUUID
- Task Party UUID
Constraints: Not nullable
SuplrActyTskProcessor
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 SuplrActyTskProcessorUpdateFluentHelper updateSuplrActyTskProcessor(@Nonnull SuplrActyTskProcessor suplrActyTskProcessor)
SupplierActivityTaskService
SuplrActyTskProcessor
entity and save it to the S/4HANA system.updateSuplrActyTskProcessor
in interface SupplierActivityTaskService
suplrActyTskProcessor
- SuplrActyTskProcessor
entity object that will be updated in the S/4HANA system.SuplrActyTskProcessor
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull public SuplrActyTskPurchaserRespFluentHelper getAllSuplrActyTskPurchaserResp()
SupplierActivityTaskService
SuplrActyTskPurchaserResp
entities.getAllSuplrActyTskPurchaserResp
in interface SupplierActivityTaskService
SuplrActyTskPurchaserResp
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 SuplrActyTskPurchaserRespByKeyFluentHelper getSuplrActyTskPurchaserRespByKey(UUID suplrActyTaskPartyUUID)
SupplierActivityTaskService
SuplrActyTskPurchaserResp
entity using key fields.getSuplrActyTskPurchaserRespByKey
in interface SupplierActivityTaskService
suplrActyTaskPartyUUID
- Task Party UUID
Constraints: Not nullable
SuplrActyTskPurchaserResp
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 SuplrActyTskPurchaserRespUpdateFluentHelper updateSuplrActyTskPurchaserResp(@Nonnull SuplrActyTskPurchaserResp suplrActyTskPurchaserResp)
SupplierActivityTaskService
SuplrActyTskPurchaserResp
entity and save it to the S/4HANA system.updateSuplrActyTskPurchaserResp
in interface SupplierActivityTaskService
suplrActyTskPurchaserResp
- SuplrActyTskPurchaserResp
entity object that will be updated in the S/4HANA system.SuplrActyTskPurchaserResp
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull public SuplrActyTskSupplierFluentHelper getAllSuplrActyTskSupplier()
SupplierActivityTaskService
SuplrActyTskSupplier
entities.getAllSuplrActyTskSupplier
in interface SupplierActivityTaskService
SuplrActyTskSupplier
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 SuplrActyTskSupplierByKeyFluentHelper getSuplrActyTskSupplierByKey(UUID suplrActyTaskPartyUUID)
SupplierActivityTaskService
SuplrActyTskSupplier
entity using key fields.getSuplrActyTskSupplierByKey
in interface SupplierActivityTaskService
suplrActyTaskPartyUUID
- Task Party UUID
Constraints: Not nullable
SuplrActyTskSupplier
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 SuplrActyTskSupplierCreateFluentHelper createSuplrActyTskSupplier(@Nonnull SuplrActyTskSupplier suplrActyTskSupplier)
SupplierActivityTaskService
SuplrActyTskSupplier
entity and save it to the S/4HANA system.createSuplrActyTskSupplier
in interface SupplierActivityTaskService
suplrActyTskSupplier
- SuplrActyTskSupplier
entity object that will be created in the S/4HANA system.SuplrActyTskSupplier
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull public SuplrActyTskSupplierUpdateFluentHelper updateSuplrActyTskSupplier(@Nonnull SuplrActyTskSupplier suplrActyTskSupplier)
SupplierActivityTaskService
SuplrActyTskSupplier
entity and save it to the S/4HANA system.updateSuplrActyTskSupplier
in interface SupplierActivityTaskService
suplrActyTskSupplier
- SuplrActyTskSupplier
entity object that will be updated in the S/4HANA system.SuplrActyTskSupplier
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull public SuplrActyTskSupplierDeleteFluentHelper deleteSuplrActyTskSupplier(@Nonnull SuplrActyTskSupplier suplrActyTskSupplier)
SupplierActivityTaskService
SuplrActyTskSupplier
entity in the S/4HANA system.deleteSuplrActyTskSupplier
in interface SupplierActivityTaskService
suplrActyTskSupplier
- SuplrActyTskSupplier
entity object that will be deleted in the S/4HANA system.SuplrActyTskSupplier
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull public SupplierActivityTaskFluentHelper getAllSupplierActivityTask()
SupplierActivityTaskService
SupplierActivityTask
entities.getAllSupplierActivityTask
in interface SupplierActivityTaskService
SupplierActivityTask
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 SupplierActivityTaskByKeyFluentHelper getSupplierActivityTaskByKey(UUID suplrActyTaskUUID)
SupplierActivityTaskService
SupplierActivityTask
entity using key fields.getSupplierActivityTaskByKey
in interface SupplierActivityTaskService
suplrActyTaskUUID
- Task UUID
Constraints: Not nullable
SupplierActivityTask
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 SupplierActivityTaskCreateFluentHelper createSupplierActivityTask(@Nonnull SupplierActivityTask supplierActivityTask)
SupplierActivityTaskService
SupplierActivityTask
entity and save it to the S/4HANA system.createSupplierActivityTask
in interface SupplierActivityTaskService
supplierActivityTask
- SupplierActivityTask
entity object that will be created in the S/4HANA system.SupplierActivityTask
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull public SupplierActivityTaskUpdateFluentHelper updateSupplierActivityTask(@Nonnull SupplierActivityTask supplierActivityTask)
SupplierActivityTaskService
SupplierActivityTask
entity and save it to the S/4HANA system.updateSupplierActivityTask
in interface SupplierActivityTaskService
supplierActivityTask
- SupplierActivityTask
entity object that will be updated in the S/4HANA system.SupplierActivityTask
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull public SendFluentHelper send(UUID suplrActyTaskUUID)
SupplierActivityTaskService
Creates a fluent helper for the Send OData function import.
send
in interface SupplierActivityTaskService
suplrActyTaskUUID
- UUID
Constraints: none
Original parameter name from the Odata EDM: SuplrActyTaskUUID
execute
method on the fluent helper object.@Nonnull public SubmitFluentHelper submit(UUID suplrActyTaskUUID)
SupplierActivityTaskService
Creates a fluent helper for the Submit OData function import.
submit
in interface SupplierActivityTaskService
suplrActyTaskUUID
- UUID
Constraints: none
Original parameter name from the Odata EDM: SuplrActyTaskUUID
execute
method on the fluent helper object.@Nonnull public CompleteFluentHelper complete(UUID suplrActyTaskUUID)
SupplierActivityTaskService
Creates a fluent helper for the Complete OData function import.
complete
in interface SupplierActivityTaskService
suplrActyTaskUUID
- UUID
Constraints: none
Original parameter name from the Odata EDM: SuplrActyTaskUUID
execute
method on the fluent helper object.@Nonnull public RequestClarificationFluentHelper requestClarification(UUID suplrActyTaskUUID)
SupplierActivityTaskService
Creates a fluent helper for the RequestClarification OData function import.
requestClarification
in interface SupplierActivityTaskService
suplrActyTaskUUID
- UUID
Constraints: none
Original parameter name from the Odata EDM: SuplrActyTaskUUID
execute
method on the fluent helper object.Copyright © 2019 SAP SE. All rights reserved.