Interface ClassDataForClassificationService
- All Superinterfaces:
BatchService<ClassDataForClassificationServiceBatch>
- All Known Implementing Classes:
DefaultClassDataForClassificationService
Classes allow you to group objects together according to criteria that you define. Using the API you can maintain class header data, descriptions, keywords, texts and characteristic assignments.
Reference: SAP Business Accelerator Hub
Details:
| OData Service: | API_CLFN_CLASS_SRV |
| API Version: | 1.1.0 |
| Minimum ERP Version: | 2302 |
| Communication Scenario: | Classification Systems OData/SOAP Integration(SAP_COM_0163), Excise Tax Integration(SAP_COM_0568) |
| Scope Items: | Enablement of SAP Excise Tax Management(4LO) |
| Authentication Methods: | x509 |
| Business Object: | Classification Class |
-
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 TypeMethodDescriptioncreateClfnClassCharcForKeyDate(ClfnClassCharcForKeyDate clfnClassCharcForKeyDate) Deprecated.Create a newClfnClassCharcForKeyDateentity and save it to the S/4HANA system.createClfnClassDescForKeyDate(ClfnClassDescForKeyDate clfnClassDescForKeyDate) Deprecated.Create a newClfnClassDescForKeyDateentity and save it to the S/4HANA system.createClfnClassForKeyDate(ClfnClassForKeyDate clfnClassForKeyDate) Deprecated.Create a newClfnClassForKeyDateentity and save it to the S/4HANA system.createClfnClassKeywordForKeyDate(ClfnClassKeywordForKeyDate clfnClassKeywordForKeyDate) Deprecated.Create a newClfnClassKeywordForKeyDateentity and save it to the S/4HANA system.createClfnClassTextForKeyDate(ClfnClassTextForKeyDate clfnClassTextForKeyDate) Deprecated.Create a newClfnClassTextForKeyDateentity and save it to the S/4HANA system.deleteClfnClassCharcForKeyDate(ClfnClassCharcForKeyDate clfnClassCharcForKeyDate) Deprecated.Deletes an existingClfnClassCharcForKeyDateentity in the S/4HANA system.deleteClfnClassForKeyDate(ClfnClassForKeyDate clfnClassForKeyDate) Deprecated.Deletes an existingClfnClassForKeyDateentity in the S/4HANA system.deleteClfnClassKeywordForKeyDate(ClfnClassKeywordForKeyDate clfnClassKeywordForKeyDate) Deprecated.Deletes an existingClfnClassKeywordForKeyDateentity in the S/4HANA system.deleteClfnClassTextForKeyDate(ClfnClassTextForKeyDate clfnClassTextForKeyDate) Deprecated.Deletes an existingClfnClassTextForKeyDateentity in the S/4HANA system.Deprecated.Fetch multipleClfnClassCharcForKeyDateentities.Deprecated.Fetch multipleClfnClassDescForKeyDateentities.Deprecated.Fetch multipleClfnClassForKeyDateentities.Deprecated.Fetch multipleClfnClassKeywordForKeyDateentities.Deprecated.Fetch multipleClfnClassTextForKeyDateentities.getClfnClassCharcForKeyDateByKey(String classInternalID, String charcInternalID) Deprecated.Fetch a singleClfnClassCharcForKeyDateentity using key fields.getClfnClassDescForKeyDateByKey(String classInternalID, String language) Deprecated.Fetch a singleClfnClassDescForKeyDateentity using key fields.getClfnClassForKeyDateByKey(String classInternalID) Deprecated.Fetch a singleClfnClassForKeyDateentity using key fields.getClfnClassKeywordForKeyDateByKey(String classInternalID, String language, String classKeywordPositionNumber) Deprecated.Fetch a singleClfnClassKeywordForKeyDateentity using key fields.getClfnClassTextForKeyDateByKey(String classInternalID, String language, String longTextID) Deprecated.Fetch a singleClfnClassTextForKeyDateentity using key fields.updateClfnClassCharcForKeyDate(ClfnClassCharcForKeyDate clfnClassCharcForKeyDate) Deprecated.Update an existingClfnClassCharcForKeyDateentity and save it to the S/4HANA system.updateClfnClassDescForKeyDate(ClfnClassDescForKeyDate clfnClassDescForKeyDate) Deprecated.Update an existingClfnClassDescForKeyDateentity and save it to the S/4HANA system.updateClfnClassForKeyDate(ClfnClassForKeyDate clfnClassForKeyDate) Deprecated.Update an existingClfnClassForKeyDateentity and save it to the S/4HANA system.updateClfnClassKeywordForKeyDate(ClfnClassKeywordForKeyDate clfnClassKeywordForKeyDate) Deprecated.Update an existingClfnClassKeywordForKeyDateentity and save it to the S/4HANA system.updateClfnClassTextForKeyDate(ClfnClassTextForKeyDate clfnClassTextForKeyDate) Deprecated.Update an existingClfnClassTextForKeyDateentity 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.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.
-
getAllClfnClassCharcForKeyDate
Deprecated.Fetch multipleClfnClassCharcForKeyDateentities.- Returns:
- A fluent helper to fetch multiple
ClfnClassCharcForKeyDateentities. 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.
-
getClfnClassCharcForKeyDateByKey
@Nonnull ClfnClassCharcForKeyDateByKeyFluentHelper getClfnClassCharcForKeyDateByKey(String classInternalID, String charcInternalID) Deprecated.Fetch a singleClfnClassCharcForKeyDateentity using key fields.- Parameters:
charcInternalID- Characteristic Internal IDConstraints: Not nullable, Maximum length: 10
classInternalID- Internal Class NumberConstraints: Not nullable, Maximum length: 10
- Returns:
- A fluent helper to fetch a single
ClfnClassCharcForKeyDateentity 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.
-
createClfnClassCharcForKeyDate
@Nonnull ClfnClassCharcForKeyDateCreateFluentHelper createClfnClassCharcForKeyDate(@Nonnull ClfnClassCharcForKeyDate clfnClassCharcForKeyDate) Deprecated.Create a newClfnClassCharcForKeyDateentity and save it to the S/4HANA system.- Parameters:
clfnClassCharcForKeyDate-ClfnClassCharcForKeyDateentity object that will be created in the S/4HANA system.- Returns:
- A fluent helper to create a new
ClfnClassCharcForKeyDateentity. To perform execution, call theexecutemethod on the fluent helper object.
-
updateClfnClassCharcForKeyDate
@Nonnull ClfnClassCharcForKeyDateUpdateFluentHelper updateClfnClassCharcForKeyDate(@Nonnull ClfnClassCharcForKeyDate clfnClassCharcForKeyDate) Deprecated.Update an existingClfnClassCharcForKeyDateentity and save it to the S/4HANA system.- Parameters:
clfnClassCharcForKeyDate-ClfnClassCharcForKeyDateentity object that will be updated in the S/4HANA system.- Returns:
- A fluent helper to update an existing
ClfnClassCharcForKeyDateentity. To perform execution, call theexecutemethod on the fluent helper object.
-
deleteClfnClassCharcForKeyDate
@Nonnull ClfnClassCharcForKeyDateDeleteFluentHelper deleteClfnClassCharcForKeyDate(@Nonnull ClfnClassCharcForKeyDate clfnClassCharcForKeyDate) Deprecated.Deletes an existingClfnClassCharcForKeyDateentity in the S/4HANA system.- Parameters:
clfnClassCharcForKeyDate-ClfnClassCharcForKeyDateentity object that will be deleted in the S/4HANA system.- Returns:
- A fluent helper to delete an existing
ClfnClassCharcForKeyDateentity. To perform execution, call theexecutemethod on the fluent helper object.
-
getAllClfnClassDescForKeyDate
Deprecated.Fetch multipleClfnClassDescForKeyDateentities.- Returns:
- A fluent helper to fetch multiple
ClfnClassDescForKeyDateentities. 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.
-
getClfnClassDescForKeyDateByKey
@Nonnull ClfnClassDescForKeyDateByKeyFluentHelper getClfnClassDescForKeyDateByKey(String classInternalID, String language) Deprecated.Fetch a singleClfnClassDescForKeyDateentity using key fields.- Parameters:
classInternalID- Internal Class NumberConstraints: Not nullable, Maximum length: 10
language- Language KeyConstraints: Not nullable, Maximum length: 2
- Returns:
- A fluent helper to fetch a single
ClfnClassDescForKeyDateentity 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.
-
createClfnClassDescForKeyDate
@Nonnull ClfnClassDescForKeyDateCreateFluentHelper createClfnClassDescForKeyDate(@Nonnull ClfnClassDescForKeyDate clfnClassDescForKeyDate) Deprecated.Create a newClfnClassDescForKeyDateentity and save it to the S/4HANA system.- Parameters:
clfnClassDescForKeyDate-ClfnClassDescForKeyDateentity object that will be created in the S/4HANA system.- Returns:
- A fluent helper to create a new
ClfnClassDescForKeyDateentity. To perform execution, call theexecutemethod on the fluent helper object.
-
updateClfnClassDescForKeyDate
@Nonnull ClfnClassDescForKeyDateUpdateFluentHelper updateClfnClassDescForKeyDate(@Nonnull ClfnClassDescForKeyDate clfnClassDescForKeyDate) Deprecated.Update an existingClfnClassDescForKeyDateentity and save it to the S/4HANA system.- Parameters:
clfnClassDescForKeyDate-ClfnClassDescForKeyDateentity object that will be updated in the S/4HANA system.- Returns:
- A fluent helper to update an existing
ClfnClassDescForKeyDateentity. To perform execution, call theexecutemethod on the fluent helper object.
-
getAllClfnClassForKeyDate
Deprecated.Fetch multipleClfnClassForKeyDateentities.- Returns:
- A fluent helper to fetch multiple
ClfnClassForKeyDateentities. 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.
-
getClfnClassForKeyDateByKey
Deprecated.Fetch a singleClfnClassForKeyDateentity using key fields.- Parameters:
classInternalID- Internal Class NumberConstraints: Not nullable, Maximum length: 10
- Returns:
- A fluent helper to fetch a single
ClfnClassForKeyDateentity 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.
-
createClfnClassForKeyDate
@Nonnull ClfnClassForKeyDateCreateFluentHelper createClfnClassForKeyDate(@Nonnull ClfnClassForKeyDate clfnClassForKeyDate) Deprecated.Create a newClfnClassForKeyDateentity and save it to the S/4HANA system.- Parameters:
clfnClassForKeyDate-ClfnClassForKeyDateentity object that will be created in the S/4HANA system.- Returns:
- A fluent helper to create a new
ClfnClassForKeyDateentity. To perform execution, call theexecutemethod on the fluent helper object.
-
updateClfnClassForKeyDate
@Nonnull ClfnClassForKeyDateUpdateFluentHelper updateClfnClassForKeyDate(@Nonnull ClfnClassForKeyDate clfnClassForKeyDate) Deprecated.Update an existingClfnClassForKeyDateentity and save it to the S/4HANA system.- Parameters:
clfnClassForKeyDate-ClfnClassForKeyDateentity object that will be updated in the S/4HANA system.- Returns:
- A fluent helper to update an existing
ClfnClassForKeyDateentity. To perform execution, call theexecutemethod on the fluent helper object.
-
deleteClfnClassForKeyDate
@Nonnull ClfnClassForKeyDateDeleteFluentHelper deleteClfnClassForKeyDate(@Nonnull ClfnClassForKeyDate clfnClassForKeyDate) Deprecated.Deletes an existingClfnClassForKeyDateentity in the S/4HANA system.- Parameters:
clfnClassForKeyDate-ClfnClassForKeyDateentity object that will be deleted in the S/4HANA system.- Returns:
- A fluent helper to delete an existing
ClfnClassForKeyDateentity. To perform execution, call theexecutemethod on the fluent helper object.
-
getAllClfnClassKeywordForKeyDate
Deprecated.Fetch multipleClfnClassKeywordForKeyDateentities.- Returns:
- A fluent helper to fetch multiple
ClfnClassKeywordForKeyDateentities. 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.
-
getClfnClassKeywordForKeyDateByKey
@Nonnull ClfnClassKeywordForKeyDateByKeyFluentHelper getClfnClassKeywordForKeyDateByKey(String classInternalID, String language, String classKeywordPositionNumber) Deprecated.Fetch a singleClfnClassKeywordForKeyDateentity using key fields.- Parameters:
classKeywordPositionNumber- Item NumberConstraints: Not nullable, Maximum length: 2
classInternalID- Internal Class NumberConstraints: Not nullable, Maximum length: 10
language- Language KeyConstraints: Not nullable, Maximum length: 2
- Returns:
- A fluent helper to fetch a single
ClfnClassKeywordForKeyDateentity 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.
-
createClfnClassKeywordForKeyDate
@Nonnull ClfnClassKeywordForKeyDateCreateFluentHelper createClfnClassKeywordForKeyDate(@Nonnull ClfnClassKeywordForKeyDate clfnClassKeywordForKeyDate) Deprecated.Create a newClfnClassKeywordForKeyDateentity and save it to the S/4HANA system.- Parameters:
clfnClassKeywordForKeyDate-ClfnClassKeywordForKeyDateentity object that will be created in the S/4HANA system.- Returns:
- A fluent helper to create a new
ClfnClassKeywordForKeyDateentity. To perform execution, call theexecutemethod on the fluent helper object.
-
updateClfnClassKeywordForKeyDate
@Nonnull ClfnClassKeywordForKeyDateUpdateFluentHelper updateClfnClassKeywordForKeyDate(@Nonnull ClfnClassKeywordForKeyDate clfnClassKeywordForKeyDate) Deprecated.Update an existingClfnClassKeywordForKeyDateentity and save it to the S/4HANA system.- Parameters:
clfnClassKeywordForKeyDate-ClfnClassKeywordForKeyDateentity object that will be updated in the S/4HANA system.- Returns:
- A fluent helper to update an existing
ClfnClassKeywordForKeyDateentity. To perform execution, call theexecutemethod on the fluent helper object.
-
deleteClfnClassKeywordForKeyDate
@Nonnull ClfnClassKeywordForKeyDateDeleteFluentHelper deleteClfnClassKeywordForKeyDate(@Nonnull ClfnClassKeywordForKeyDate clfnClassKeywordForKeyDate) Deprecated.Deletes an existingClfnClassKeywordForKeyDateentity in the S/4HANA system.- Parameters:
clfnClassKeywordForKeyDate-ClfnClassKeywordForKeyDateentity object that will be deleted in the S/4HANA system.- Returns:
- A fluent helper to delete an existing
ClfnClassKeywordForKeyDateentity. To perform execution, call theexecutemethod on the fluent helper object.
-
getAllClfnClassTextForKeyDate
Deprecated.Fetch multipleClfnClassTextForKeyDateentities.- Returns:
- A fluent helper to fetch multiple
ClfnClassTextForKeyDateentities. 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.
-
getClfnClassTextForKeyDateByKey
@Nonnull ClfnClassTextForKeyDateByKeyFluentHelper getClfnClassTextForKeyDateByKey(String classInternalID, String language, String longTextID) Deprecated.Fetch a singleClfnClassTextForKeyDateentity using key fields.- Parameters:
classInternalID- Internal Class NumberConstraints: Not nullable, Maximum length: 10
language- Language KeyConstraints: Not nullable, Maximum length: 2
longTextID- Text IDConstraints: Not nullable, Maximum length: 4
- Returns:
- A fluent helper to fetch a single
ClfnClassTextForKeyDateentity 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.
-
createClfnClassTextForKeyDate
@Nonnull ClfnClassTextForKeyDateCreateFluentHelper createClfnClassTextForKeyDate(@Nonnull ClfnClassTextForKeyDate clfnClassTextForKeyDate) Deprecated.Create a newClfnClassTextForKeyDateentity and save it to the S/4HANA system.- Parameters:
clfnClassTextForKeyDate-ClfnClassTextForKeyDateentity object that will be created in the S/4HANA system.- Returns:
- A fluent helper to create a new
ClfnClassTextForKeyDateentity. To perform execution, call theexecutemethod on the fluent helper object.
-
updateClfnClassTextForKeyDate
@Nonnull ClfnClassTextForKeyDateUpdateFluentHelper updateClfnClassTextForKeyDate(@Nonnull ClfnClassTextForKeyDate clfnClassTextForKeyDate) Deprecated.Update an existingClfnClassTextForKeyDateentity and save it to the S/4HANA system.- Parameters:
clfnClassTextForKeyDate-ClfnClassTextForKeyDateentity object that will be updated in the S/4HANA system.- Returns:
- A fluent helper to update an existing
ClfnClassTextForKeyDateentity. To perform execution, call theexecutemethod on the fluent helper object.
-
deleteClfnClassTextForKeyDate
@Nonnull ClfnClassTextForKeyDateDeleteFluentHelper deleteClfnClassTextForKeyDate(@Nonnull ClfnClassTextForKeyDate clfnClassTextForKeyDate) Deprecated.Deletes an existingClfnClassTextForKeyDateentity in the S/4HANA system.- Parameters:
clfnClassTextForKeyDate-ClfnClassTextForKeyDateentity object that will be deleted in the S/4HANA system.- Returns:
- A fluent helper to delete an existing
ClfnClassTextForKeyDateentity. To perform execution, call theexecutemethod on the fluent helper object.
-