Interface LegalDocumentAccessLevelService
- All Superinterfaces:
BatchService<LegalDocumentAccessLevelServiceBatch>
- All Known Implementing Classes:
DefaultLegalDocumentAccessLevelService
@Deprecated
public interface LegalDocumentAccessLevelService
extends BatchService<LegalDocumentAccessLevelServiceBatch>
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
FieldsModifier and TypeFieldDescriptionstatic final StringDeprecated.If no other path was provided via thewithServicePath(String)method, this is the default service path used to access the endpoint. -
Method Summary
Modifier and TypeMethodDescriptionDeprecated.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.Methods inherited from interface com.sap.cloud.sdk.datamodel.odata.helper.batch.BatchService
batch
-
Field Details
-
DEFAULT_SERVICE_PATH
Deprecated.If no other path was provided via thewithServicePath(String)method, this is the default service path used to access the endpoint.- See Also:
-
-
Method Details
-
withServicePath
Deprecated.Overrides the default service path and returns a new service instance with the specified service path. Also adjusts the respective entity URLs.- Parameters:
servicePath- Service path that will override the default.- Returns:
- A new service instance with the specified service path.
-
getAllLglCntntMAccessLvl
Deprecated.Fetch multipleLglCntntMAccessLvlentities.- 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
Deprecated.Fetch a singleLglCntntMAccessLvlentity using key fields.- 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.Fetch multipleLglCntntMAccessLvlTextentities.- 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 LglCntntMAccessLvlTextByKeyFluentHelper getLglCntntMAccessLvlTextByKey(String lglCntntMAccessLvl, String language) Deprecated.Fetch a singleLglCntntMAccessLvlTextentity using key fields.- Parameters:
language- Language KeyConstraints: Not nullable, Maximum length: 2
lglCntntMAccessLvl- Access LevelConstraints: Not nullable, Maximum length: 4
- 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.
-