Class DefaultLegalDocumentStatusService
java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odata.services.DefaultLegalDocumentStatusService
- All Implemented Interfaces:
BatchService<LegalDocumentStatusServiceBatch>,LegalDocumentStatusService
@Named("com.sap.cloud.sdk.s4hana.datamodel.odata.services.DefaultLegalDocumentStatusService")
@Deprecated
public class DefaultLegalDocumentStatusService
extends Object
implements LegalDocumentStatusService
Deprecated.
The service and all its related classes are deprecated. Please use the odata generator to generate the
VDM.
This service is based on the OData protocol and helps you to read the possible values of legal document status through an API call. This describes the status of a legal document. For example, 'In Process', 'Accepted' and so on are the various statuses assigned to a legal document. This service contains legal document status and legal document status text nodes. Using this service, you can read the legal document status type maintained in the system. .
Reference: SAP Business Accelerator Hub
Details:
| OData Service: | API_LEGALDOCUMENTSTATUS |
| API Version: | 1.0.1 |
| Minimum ERP Version: | 2302 |
| Communication Scenario: | Legal Document Integration(SAP_COM_0178) |
| Scope Items: | SAP S/4HANA for Enterprise Contract Management(1XV) |
| Authentication Methods: | x509 |
| Business Object: | Legal Document Status |
-
Field Summary
Fields inherited from interface com.sap.cloud.sdk.s4hana.datamodel.odata.services.LegalDocumentStatusService
DEFAULT_SERVICE_PATH -
Constructor Summary
ConstructorsConstructorDescriptionDeprecated.Creates a service usingLegalDocumentStatusService.DEFAULT_SERVICE_PATHto send the requests. -
Method Summary
Modifier and TypeMethodDescriptionbatch()Deprecated.Deprecated.Fetch multipleLegalDocumentStatusentities.Deprecated.Fetch multipleLegalDocumentStatusTextentities.getLegalDocumentStatusByKey(String internalDocumentStatus) Deprecated.Fetch a singleLegalDocumentStatusentity using key fields.getLegalDocumentStatusTextByKey(String internalDocumentStatus, String language) Deprecated.Fetch a singleLegalDocumentStatusTextentity using key fields.withServicePath(String servicePath) Deprecated.Overrides the default service path and returns a new service instance with the specified service path.
-
Constructor Details
-
DefaultLegalDocumentStatusService
public DefaultLegalDocumentStatusService()Deprecated.Creates a service usingLegalDocumentStatusService.DEFAULT_SERVICE_PATHto send the requests.
-
-
Method Details
-
withServicePath
Deprecated.Description copied from interface:LegalDocumentStatusServiceOverrides the default service path and returns a new service instance with the specified service path. Also adjusts the respective entity URLs.- Specified by:
withServicePathin interfaceLegalDocumentStatusService- 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<LegalDocumentStatusServiceBatch>
-
getAllLegalDocumentStatus
Deprecated.Description copied from interface:LegalDocumentStatusServiceFetch multipleLegalDocumentStatusentities.- Specified by:
getAllLegalDocumentStatusin interfaceLegalDocumentStatusService- Returns:
- A fluent helper to fetch multiple
LegalDocumentStatusentities. 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.
-
getLegalDocumentStatusByKey
@Nonnull public LegalDocumentStatusByKeyFluentHelper getLegalDocumentStatusByKey(String internalDocumentStatus) Deprecated.Description copied from interface:LegalDocumentStatusServiceFetch a singleLegalDocumentStatusentity using key fields.- Specified by:
getLegalDocumentStatusByKeyin interfaceLegalDocumentStatusService- Parameters:
internalDocumentStatus- Document StatusConstraints: Not nullable, Maximum length: 2
- Returns:
- A fluent helper to fetch a single
LegalDocumentStatusentity 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.
-
getAllLegalDocumentStatusText
Deprecated.Description copied from interface:LegalDocumentStatusServiceFetch multipleLegalDocumentStatusTextentities.- Specified by:
getAllLegalDocumentStatusTextin interfaceLegalDocumentStatusService- Returns:
- A fluent helper to fetch multiple
LegalDocumentStatusTextentities. 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.
-
getLegalDocumentStatusTextByKey
@Nonnull public LegalDocumentStatusTextByKeyFluentHelper getLegalDocumentStatusTextByKey(String internalDocumentStatus, String language) Deprecated.Description copied from interface:LegalDocumentStatusServiceFetch a singleLegalDocumentStatusTextentity using key fields.- Specified by:
getLegalDocumentStatusTextByKeyin interfaceLegalDocumentStatusService- Parameters:
internalDocumentStatus- Document StatusConstraints: Not nullable, Maximum length: 2
language- Language KeyConstraints: Not nullable, Maximum length: 2
- Returns:
- A fluent helper to fetch a single
LegalDocumentStatusTextentity 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.
-