Class DefaultServiceTransactionTypeService
java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odatav4.services.DefaultServiceTransactionTypeService
- All Implemented Interfaces:
OperationsOnEntityCollections,ServiceWithNavigableEntities,ServiceTransactionTypeService
@Named("com.sap.cloud.sdk.s4hana.datamodel.odatav4.services.DefaultServiceTransactionTypeService")
@Deprecated
public class DefaultServiceTransactionTypeService
extends Object
implements ServiceWithNavigableEntities, ServiceTransactionTypeService
Deprecated.
The service and all its related classes are deprecated. Please use the odata generator to generate the
VDM.
This API enables you to retrieve the customizing entries for service transaction type like SVO1, SVO2, and so on and provides its corresponding language text..
Reference: SAP Business Accelerator Hub
Details:
| OData Service: | SERVICEDOCUMENTTYPE_0001 |
| API Version: | 1.0.0 |
| Minimum ERP Version: | 2302 |
| Communication Scenario: | Service - Master Data Integration(SAP_COM_0764) |
| Scope Items: | Service Order Management and Monitoring(3D2) |
| Authentication Methods: | x509 |
| Service Group Name: | API_SRVCDOCUMENTTYPE |
| Business Object: | Service Order |
-
Field Summary
Fields inherited from interface com.sap.cloud.sdk.s4hana.datamodel.odatav4.services.ServiceTransactionTypeService
DEFAULT_SERVICE_PATH -
Constructor Summary
ConstructorsConstructorDescriptionDeprecated.Creates a service usingServiceTransactionTypeService.DEFAULT_SERVICE_PATHto send the requests. -
Method Summary
Modifier and TypeMethodDescriptionbatch()Deprecated.Creates a batch request builder object.Deprecated.Fetch the number of entries from theServiceDocumentTypeentity collection matching the filter and search expressions.Deprecated.Fetch the number of entries from theServiceDocumentTypeTextentity collection matching the filter and search expressions.Deprecated.Fetch multipleServiceDocumentTypeentities.Deprecated.Fetch multipleServiceDocumentTypeTextentities.getServiceDocumentTypeByKey(String serviceDocumentType) Deprecated.Fetch a singleServiceDocumentTypeentity using key fields.getServiceDocumentTypeTextByKey(String serviceDocumentType, String language) Deprecated.Fetch a singleServiceDocumentTypeTextentity using key fields.Deprecated.withServicePath(String servicePath) Deprecated.Overrides the default service path and returns a new service instance with the specified service path.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.sap.cloud.sdk.datamodel.odatav4.core.ServiceWithNavigableEntities
applyAction, applyAction, applyFunction, applyFunction, forEntity, withFunction, withFunction
-
Constructor Details
-
DefaultServiceTransactionTypeService
public DefaultServiceTransactionTypeService()Deprecated.Creates a service usingServiceTransactionTypeService.DEFAULT_SERVICE_PATHto send the requests.
-
-
Method Details
-
withServicePath
Deprecated.Description copied from interface:ServiceTransactionTypeServiceOverrides the default service path and returns a new service instance with the specified service path. Also adjusts the respective entity URLs.- Specified by:
withServicePathin interfaceServiceTransactionTypeService- Parameters:
servicePath- Service path that will override the default.- Returns:
- A new service instance with the specified service path.
-
batch
Deprecated.Description copied from interface:ServiceTransactionTypeServiceCreates a batch request builder object.- Specified by:
batchin interfaceServiceTransactionTypeService- Returns:
- A request builder to handle batch operation on this service. To perform execution, call the
executemethod on the request builder object.
-
getAllServiceDocumentType
Deprecated.Description copied from interface:ServiceTransactionTypeServiceFetch multipleServiceDocumentTypeentities.- Specified by:
getAllServiceDocumentTypein interfaceServiceTransactionTypeService- Returns:
- A request builder to fetch multiple
ServiceDocumentTypeentities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the request builder object.
-
countServiceDocumentType
Deprecated.Description copied from interface:ServiceTransactionTypeServiceFetch the number of entries from theServiceDocumentTypeentity collection matching the filter and search expressions.- Specified by:
countServiceDocumentTypein interfaceServiceTransactionTypeService- Returns:
- A request builder to fetch the count of
ServiceDocumentTypeentities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the request builder object.
-
getServiceDocumentTypeByKey
@Nonnull public GetByKeyRequestBuilder<ServiceDocumentType> getServiceDocumentTypeByKey(String serviceDocumentType) Deprecated.Description copied from interface:ServiceTransactionTypeServiceFetch a singleServiceDocumentTypeentity using key fields.- Specified by:
getServiceDocumentTypeByKeyin interfaceServiceTransactionTypeService- Parameters:
serviceDocumentType- Business Transaction TypeConstraints: Not nullable, Maximum length: 4
- Returns:
- A request builder to fetch a single
ServiceDocumentTypeentity using key fields. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the request builder object.
-
getAllServiceDocumentTypeText
Deprecated.Description copied from interface:ServiceTransactionTypeServiceFetch multipleServiceDocumentTypeTextentities.- Specified by:
getAllServiceDocumentTypeTextin interfaceServiceTransactionTypeService- Returns:
- A request builder to fetch multiple
ServiceDocumentTypeTextentities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the request builder object.
-
countServiceDocumentTypeText
Deprecated.Description copied from interface:ServiceTransactionTypeServiceFetch the number of entries from theServiceDocumentTypeTextentity collection matching the filter and search expressions.- Specified by:
countServiceDocumentTypeTextin interfaceServiceTransactionTypeService- Returns:
- A request builder to fetch the count of
ServiceDocumentTypeTextentities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the request builder object.
-
getServiceDocumentTypeTextByKey
@Nonnull public GetByKeyRequestBuilder<ServiceDocumentTypeText> getServiceDocumentTypeTextByKey(String serviceDocumentType, String language) Deprecated.Description copied from interface:ServiceTransactionTypeServiceFetch a singleServiceDocumentTypeTextentity using key fields.- Specified by:
getServiceDocumentTypeTextByKeyin interfaceServiceTransactionTypeService- Parameters:
serviceDocumentType- Business Transaction TypeConstraints: Not nullable, Maximum length: 4
language- Language Key of DescriptionConstraints: Not nullable, Maximum length: 2
- Returns:
- A request builder to fetch a single
ServiceDocumentTypeTextentity using key fields. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the request builder object.
-
getServicePath
Deprecated.- Specified by:
getServicePathin interfaceServiceWithNavigableEntities
-