Class DefaultServiceTransactionPriorityService
java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odatav4.services.DefaultServiceTransactionPriorityService
- All Implemented Interfaces:
OperationsOnEntityCollections,ServiceWithNavigableEntities,ServiceTransactionPriorityService
@Named("com.sap.cloud.sdk.s4hana.datamodel.odatav4.services.DefaultServiceTransactionPriorityService")
@Deprecated
public class DefaultServiceTransactionPriorityService
extends Object
implements ServiceWithNavigableEntities, ServiceTransactionPriorityService
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 priority like 1, 2, 3, and so on and provides its corresponding language text..
Reference: SAP Business Accelerator Hub
Details:
| OData Service: | SERVICEDOCUMENTPRIORITY_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_SRVCDOCUMENTPRIORITY |
| Business Object: | Service Order |
-
Field Summary
Fields inherited from interface com.sap.cloud.sdk.s4hana.datamodel.odatav4.services.ServiceTransactionPriorityService
DEFAULT_SERVICE_PATH -
Constructor Summary
ConstructorsConstructorDescriptionDeprecated.Creates a service usingServiceTransactionPriorityService.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 theServiceDocumentPriorityentity collection matching the filter and search expressions.Deprecated.Fetch the number of entries from theServiceDocumentPriorityTextentity collection matching the filter and search expressions.Deprecated.Fetch multipleServiceDocumentPriorityentities.Deprecated.Fetch multipleServiceDocumentPriorityTextentities.getServiceDocumentPriorityByKey(String serviceDocumentPriority) Deprecated.Fetch a singleServiceDocumentPriorityentity using key fields.getServiceDocumentPriorityTextByKey(String language, String serviceDocumentPriority) Deprecated.Fetch a singleServiceDocumentPriorityTextentity 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
-
DefaultServiceTransactionPriorityService
public DefaultServiceTransactionPriorityService()Deprecated.Creates a service usingServiceTransactionPriorityService.DEFAULT_SERVICE_PATHto send the requests.
-
-
Method Details
-
withServicePath
@Nonnull public DefaultServiceTransactionPriorityService withServicePath(@Nonnull String servicePath) Deprecated.Description copied from interface:ServiceTransactionPriorityServiceOverrides the default service path and returns a new service instance with the specified service path. Also adjusts the respective entity URLs.- Specified by:
withServicePathin interfaceServiceTransactionPriorityService- 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:ServiceTransactionPriorityServiceCreates a batch request builder object.- Specified by:
batchin interfaceServiceTransactionPriorityService- Returns:
- A request builder to handle batch operation on this service. To perform execution, call the
executemethod on the request builder object.
-
getAllServiceDocumentPriority
Deprecated.Description copied from interface:ServiceTransactionPriorityServiceFetch multipleServiceDocumentPriorityentities.- Specified by:
getAllServiceDocumentPriorityin interfaceServiceTransactionPriorityService- Returns:
- A request builder to fetch multiple
ServiceDocumentPriorityentities. 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.
-
countServiceDocumentPriority
Deprecated.Description copied from interface:ServiceTransactionPriorityServiceFetch the number of entries from theServiceDocumentPriorityentity collection matching the filter and search expressions.- Specified by:
countServiceDocumentPriorityin interfaceServiceTransactionPriorityService- Returns:
- A request builder to fetch the count of
ServiceDocumentPriorityentities. 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.
-
getServiceDocumentPriorityByKey
@Nonnull public GetByKeyRequestBuilder<ServiceDocumentPriority> getServiceDocumentPriorityByKey(String serviceDocumentPriority) Deprecated.Description copied from interface:ServiceTransactionPriorityServiceFetch a singleServiceDocumentPriorityentity using key fields.- Specified by:
getServiceDocumentPriorityByKeyin interfaceServiceTransactionPriorityService- Parameters:
serviceDocumentPriority- Appointment priorityConstraints: Not nullable, Maximum length: 1
- Returns:
- A request builder to fetch a single
ServiceDocumentPriorityentity 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.
-
getAllServiceDocumentPriorityText
@Nonnull public GetAllRequestBuilder<ServiceDocumentPriorityText> getAllServiceDocumentPriorityText()Deprecated.Description copied from interface:ServiceTransactionPriorityServiceFetch multipleServiceDocumentPriorityTextentities.- Specified by:
getAllServiceDocumentPriorityTextin interfaceServiceTransactionPriorityService- Returns:
- A request builder to fetch multiple
ServiceDocumentPriorityTextentities. 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.
-
countServiceDocumentPriorityText
Deprecated.Description copied from interface:ServiceTransactionPriorityServiceFetch the number of entries from theServiceDocumentPriorityTextentity collection matching the filter and search expressions.- Specified by:
countServiceDocumentPriorityTextin interfaceServiceTransactionPriorityService- Returns:
- A request builder to fetch the count of
ServiceDocumentPriorityTextentities. 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.
-
getServiceDocumentPriorityTextByKey
@Nonnull public GetByKeyRequestBuilder<ServiceDocumentPriorityText> getServiceDocumentPriorityTextByKey(String language, String serviceDocumentPriority) Deprecated.Description copied from interface:ServiceTransactionPriorityServiceFetch a singleServiceDocumentPriorityTextentity using key fields.- Specified by:
getServiceDocumentPriorityTextByKeyin interfaceServiceTransactionPriorityService- Parameters:
language- Language KeyConstraints: Not nullable, Maximum length: 2
serviceDocumentPriority- Appointment priorityConstraints: Not nullable, Maximum length: 1
- Returns:
- A request builder to fetch a single
ServiceDocumentPriorityTextentity 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
-