Class DefaultEarmarkedFundsDocumentService
java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odata.services.DefaultEarmarkedFundsDocumentService
- All Implemented Interfaces:
BatchService<EarmarkedFundsDocumentServiceBatch>,EarmarkedFundsDocumentService
@Named("com.sap.cloud.sdk.s4hana.datamodel.odata.services.DefaultEarmarkedFundsDocumentService")
@Deprecated
public class DefaultEarmarkedFundsDocumentService
extends Object
implements EarmarkedFundsDocumentService
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 the earmarked fund master data from SAP S/4HANA Cloud system. This service is based on the OData protocol and can be consumed in SAP Fiori apps and other user interfaces. .
Reference: SAP Business Accelerator Hub
Details:
| OData Service: | CE_API_EARMARKEDFUNDSDOCUMENT_0001 |
| API Version: | 1.0.0 |
| Minimum ERP Version: | 2302 |
| Communication Scenario: | Manage Earmarked Fund Document Integration(SAP_COM_0934) |
| Scope Items: | Earmarked Funds(4GY) |
| Authentication Methods: | x509 |
| Business Object: | Earmarked Funds |
-
Field Summary
Fields inherited from interface com.sap.cloud.sdk.s4hana.datamodel.odata.services.EarmarkedFundsDocumentService
DEFAULT_SERVICE_PATH -
Constructor Summary
ConstructorsConstructorDescriptionDeprecated.Creates a service usingEarmarkedFundsDocumentService.DEFAULT_SERVICE_PATHto send the requests. -
Method Summary
Modifier and TypeMethodDescriptionbatch()Deprecated.createEarmarkedFundsDocument(EarmarkedFundsDocument earmarkedFundsDocument) Deprecated.Create a newEarmarkedFundsDocumententity and save it to the S/4HANA system.deleteEarmarkedFundsDocumentItem(EarmarkedFundsDocumentItem earmarkedFundsDocumentItem) Deprecated.Deletes an existingEarmarkedFundsDocumentItementity in the S/4HANA system.Deprecated.Fetch multipleEarmarkedFundsDocumententities.Deprecated.Fetch multipleEarmarkedFundsDocumentItementities.getEarmarkedFundsDocumentByKey(String earmarkedFundsDocument) Deprecated.Fetch a singleEarmarkedFundsDocumententity using key fields.getEarmarkedFundsDocumentItemByKey(String earmarkedFundsDocument, String earmarkedFundsDocumentItem) Deprecated.Fetch a singleEarmarkedFundsDocumentItementity using key fields.updateEarmarkedFundsDocument(EarmarkedFundsDocument earmarkedFundsDocument) Deprecated.Update an existingEarmarkedFundsDocumententity and save it to the S/4HANA system.updateEarmarkedFundsDocumentItem(EarmarkedFundsDocumentItem earmarkedFundsDocumentItem) Deprecated.Update an existingEarmarkedFundsDocumentItementity 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
-
DefaultEarmarkedFundsDocumentService
public DefaultEarmarkedFundsDocumentService()Deprecated.Creates a service usingEarmarkedFundsDocumentService.DEFAULT_SERVICE_PATHto send the requests.
-
-
Method Details
-
withServicePath
Deprecated.Description copied from interface:EarmarkedFundsDocumentServiceOverrides the default service path and returns a new service instance with the specified service path. Also adjusts the respective entity URLs.- Specified by:
withServicePathin interfaceEarmarkedFundsDocumentService- 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<EarmarkedFundsDocumentServiceBatch>
-
getAllEarmarkedFundsDocument
Deprecated.Description copied from interface:EarmarkedFundsDocumentServiceFetch multipleEarmarkedFundsDocumententities.- Specified by:
getAllEarmarkedFundsDocumentin interfaceEarmarkedFundsDocumentService- Returns:
- A fluent helper to fetch multiple
EarmarkedFundsDocumententities. 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.
-
getEarmarkedFundsDocumentByKey
@Nonnull public EarmarkedFundsDocumentByKeyFluentHelper getEarmarkedFundsDocumentByKey(String earmarkedFundsDocument) Deprecated.Description copied from interface:EarmarkedFundsDocumentServiceFetch a singleEarmarkedFundsDocumententity using key fields.- Specified by:
getEarmarkedFundsDocumentByKeyin interfaceEarmarkedFundsDocumentService- Parameters:
earmarkedFundsDocument- Document number for earmarked fundsConstraints: Not nullable, Maximum length: 10
- Returns:
- A fluent helper to fetch a single
EarmarkedFundsDocumententity 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.
-
createEarmarkedFundsDocument
@Nonnull public EarmarkedFundsDocumentCreateFluentHelper createEarmarkedFundsDocument(@Nonnull EarmarkedFundsDocument earmarkedFundsDocument) Deprecated.Description copied from interface:EarmarkedFundsDocumentServiceCreate a newEarmarkedFundsDocumententity and save it to the S/4HANA system.- Specified by:
createEarmarkedFundsDocumentin interfaceEarmarkedFundsDocumentService- Parameters:
earmarkedFundsDocument-EarmarkedFundsDocumententity object that will be created in the S/4HANA system.- Returns:
- A fluent helper to create a new
EarmarkedFundsDocumententity. To perform execution, call theexecutemethod on the fluent helper object.
-
updateEarmarkedFundsDocument
@Nonnull public EarmarkedFundsDocumentUpdateFluentHelper updateEarmarkedFundsDocument(@Nonnull EarmarkedFundsDocument earmarkedFundsDocument) Deprecated.Description copied from interface:EarmarkedFundsDocumentServiceUpdate an existingEarmarkedFundsDocumententity and save it to the S/4HANA system.- Specified by:
updateEarmarkedFundsDocumentin interfaceEarmarkedFundsDocumentService- Parameters:
earmarkedFundsDocument-EarmarkedFundsDocumententity object that will be updated in the S/4HANA system.- Returns:
- A fluent helper to update an existing
EarmarkedFundsDocumententity. To perform execution, call theexecutemethod on the fluent helper object.
-
getAllEarmarkedFundsDocumentItem
Deprecated.Description copied from interface:EarmarkedFundsDocumentServiceFetch multipleEarmarkedFundsDocumentItementities.- Specified by:
getAllEarmarkedFundsDocumentItemin interfaceEarmarkedFundsDocumentService- Returns:
- A fluent helper to fetch multiple
EarmarkedFundsDocumentItementities. 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.
-
getEarmarkedFundsDocumentItemByKey
@Nonnull public EarmarkedFundsDocumentItemByKeyFluentHelper getEarmarkedFundsDocumentItemByKey(String earmarkedFundsDocument, String earmarkedFundsDocumentItem) Deprecated.Description copied from interface:EarmarkedFundsDocumentServiceFetch a singleEarmarkedFundsDocumentItementity using key fields.- Specified by:
getEarmarkedFundsDocumentItemByKeyin interfaceEarmarkedFundsDocumentService- Parameters:
earmarkedFundsDocument- Document number for earmarked fundsConstraints: Not nullable, Maximum length: 10
earmarkedFundsDocumentItem- Earmarked Funds: Document ItemConstraints: Not nullable, Maximum length: 3
- Returns:
- A fluent helper to fetch a single
EarmarkedFundsDocumentItementity 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.
-
updateEarmarkedFundsDocumentItem
@Nonnull public EarmarkedFundsDocumentItemUpdateFluentHelper updateEarmarkedFundsDocumentItem(@Nonnull EarmarkedFundsDocumentItem earmarkedFundsDocumentItem) Deprecated.Description copied from interface:EarmarkedFundsDocumentServiceUpdate an existingEarmarkedFundsDocumentItementity and save it to the S/4HANA system.- Specified by:
updateEarmarkedFundsDocumentItemin interfaceEarmarkedFundsDocumentService- Parameters:
earmarkedFundsDocumentItem-EarmarkedFundsDocumentItementity object that will be updated in the S/4HANA system.- Returns:
- A fluent helper to update an existing
EarmarkedFundsDocumentItementity. To perform execution, call theexecutemethod on the fluent helper object.
-
deleteEarmarkedFundsDocumentItem
@Nonnull public EarmarkedFundsDocumentItemDeleteFluentHelper deleteEarmarkedFundsDocumentItem(@Nonnull EarmarkedFundsDocumentItem earmarkedFundsDocumentItem) Deprecated.Description copied from interface:EarmarkedFundsDocumentServiceDeletes an existingEarmarkedFundsDocumentItementity in the S/4HANA system.- Specified by:
deleteEarmarkedFundsDocumentItemin interfaceEarmarkedFundsDocumentService- Parameters:
earmarkedFundsDocumentItem-EarmarkedFundsDocumentItementity object that will be deleted in the S/4HANA system.- Returns:
- A fluent helper to delete an existing
EarmarkedFundsDocumentItementity. To perform execution, call theexecutemethod on the fluent helper object.
-