Class DefaultLegalDocumentAccessLevelService
java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odata.services.DefaultLegalDocumentAccessLevelService
- All Implemented Interfaces:
BatchService<LegalDocumentAccessLevelServiceBatch>,LegalDocumentAccessLevelService
@Named("com.sap.cloud.sdk.s4hana.datamodel.odata.services.DefaultLegalDocumentAccessLevelService")
@Deprecated
public class DefaultLegalDocumentAccessLevelService
extends Object
implements LegalDocumentAccessLevelService
Deprecated.
The service and all its related classes are deprecated. Please use the odata generator to generate the
VDM.
This synchronous inbound service is based on the OData protocol and can be consumed in integration scenarios or other user interfaces. Access level is an attribute used for authorization checks in Enterprise Contract Management. This service contains access level and access level text nodes. Using this service, you can read the access levels maintained in its configuration..
Reference: SAP Business Accelerator Hub
Details:
| OData Service: | A_LGLCNTNTMACCESSLVL_CDS |
| API Version: | 1.0.0 |
| Minimum ERP Version: | 2302 |
| Communication Scenario: | Enterprise Contract Management and Assembly Integration(SAP_COM_0437) |
| Scope Items: | Integration to SAP Enterprise Contract Assembly(2OQ) |
| Authentication Methods: | x509 |
| Business Object: | Legal Access Level |
-
Field Summary
Fields inherited from interface com.sap.cloud.sdk.s4hana.datamodel.odata.services.LegalDocumentAccessLevelService
DEFAULT_SERVICE_PATH -
Constructor Summary
ConstructorsConstructorDescriptionDeprecated.Creates a service usingLegalDocumentAccessLevelService.DEFAULT_SERVICE_PATHto send the requests. -
Method Summary
Modifier and TypeMethodDescriptionbatch()Deprecated.Deprecated.Fetch multipleLglCntntMAccessLvlentities.Deprecated.Fetch multipleLglCntntMAccessLvlTextentities.getLglCntntMAccessLvlByKey(String lglCntntMAccessLvl) Deprecated.Fetch a singleLglCntntMAccessLvlentity using key fields.getLglCntntMAccessLvlTextByKey(String lglCntntMAccessLvl, String language) Deprecated.Fetch a singleLglCntntMAccessLvlTextentity 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
-
DefaultLegalDocumentAccessLevelService
public DefaultLegalDocumentAccessLevelService()Deprecated.Creates a service usingLegalDocumentAccessLevelService.DEFAULT_SERVICE_PATHto send the requests.
-
-
Method Details
-
withServicePath
Deprecated.Description copied from interface:LegalDocumentAccessLevelServiceOverrides the default service path and returns a new service instance with the specified service path. Also adjusts the respective entity URLs.- Specified by:
withServicePathin interfaceLegalDocumentAccessLevelService- 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<LegalDocumentAccessLevelServiceBatch>
-
getAllLglCntntMAccessLvl
Deprecated.Description copied from interface:LegalDocumentAccessLevelServiceFetch multipleLglCntntMAccessLvlentities.- Specified by:
getAllLglCntntMAccessLvlin interfaceLegalDocumentAccessLevelService- Returns:
- A fluent helper to fetch multiple
LglCntntMAccessLvlentities. 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.
-
getLglCntntMAccessLvlByKey
@Nonnull public LglCntntMAccessLvlByKeyFluentHelper getLglCntntMAccessLvlByKey(String lglCntntMAccessLvl) Deprecated.Description copied from interface:LegalDocumentAccessLevelServiceFetch a singleLglCntntMAccessLvlentity using key fields.- Specified by:
getLglCntntMAccessLvlByKeyin interfaceLegalDocumentAccessLevelService- Parameters:
lglCntntMAccessLvl- Access LevelConstraints: Not nullable, Maximum length: 4
- Returns:
- A fluent helper to fetch a single
LglCntntMAccessLvlentity 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.
-
getAllLglCntntMAccessLvlText
Deprecated.Description copied from interface:LegalDocumentAccessLevelServiceFetch multipleLglCntntMAccessLvlTextentities.- Specified by:
getAllLglCntntMAccessLvlTextin interfaceLegalDocumentAccessLevelService- Returns:
- A fluent helper to fetch multiple
LglCntntMAccessLvlTextentities. 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.
-
getLglCntntMAccessLvlTextByKey
@Nonnull public LglCntntMAccessLvlTextByKeyFluentHelper getLglCntntMAccessLvlTextByKey(String lglCntntMAccessLvl, String language) Deprecated.Description copied from interface:LegalDocumentAccessLevelServiceFetch a singleLglCntntMAccessLvlTextentity using key fields.- Specified by:
getLglCntntMAccessLvlTextByKeyin interfaceLegalDocumentAccessLevelService- Parameters:
lglCntntMAccessLvl- Access LevelConstraints: Not nullable, Maximum length: 4
language- Language KeyConstraints: Not nullable, Maximum length: 2
- Returns:
- A fluent helper to fetch a single
LglCntntMAccessLvlTextentity 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.
-