Class DefaultServiceCancellationPartyService
java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odatav4.services.DefaultServiceCancellationPartyService
- All Implemented Interfaces:
OperationsOnEntityCollections,ServiceWithNavigableEntities,ServiceCancellationPartyService
@Named("com.sap.cloud.sdk.s4hana.datamodel.odatav4.services.DefaultServiceCancellationPartyService")
@Deprecated
public class DefaultServiceCancellationPartyService
extends Object
implements ServiceWithNavigableEntities, ServiceCancellationPartyService
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 cancellation party like CNCT and so on and provides its corresponding language text..
Reference: SAP Business Accelerator Hub
Details:
| OData Service: | SERVICECANCELLATIONPARTY_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_SRVCCANCELLATIONPARTY |
| Business Object: | Service Order |
-
Field Summary
Fields inherited from interface com.sap.cloud.sdk.s4hana.datamodel.odatav4.services.ServiceCancellationPartyService
DEFAULT_SERVICE_PATH -
Constructor Summary
ConstructorsConstructorDescriptionDeprecated.Creates a service usingServiceCancellationPartyService.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 theServiceCancellationPartyentity collection matching the filter and search expressions.Deprecated.Fetch the number of entries from theServiceCancellationPartyTextentity collection matching the filter and search expressions.Deprecated.Fetch multipleServiceCancellationPartyentities.Deprecated.Fetch multipleServiceCancellationPartyTextentities.getServiceCancellationPartyByKey(String serviceContractCanclnParty) Deprecated.Fetch a singleServiceCancellationPartyentity using key fields.getServiceCancellationPartyTextByKey(String serviceContractCanclnParty, String language) Deprecated.Fetch a singleServiceCancellationPartyTextentity 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
-
DefaultServiceCancellationPartyService
public DefaultServiceCancellationPartyService()Deprecated.Creates a service usingServiceCancellationPartyService.DEFAULT_SERVICE_PATHto send the requests.
-
-
Method Details
-
withServicePath
Deprecated.Description copied from interface:ServiceCancellationPartyServiceOverrides the default service path and returns a new service instance with the specified service path. Also adjusts the respective entity URLs.- Specified by:
withServicePathin interfaceServiceCancellationPartyService- 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:ServiceCancellationPartyServiceCreates a batch request builder object.- Specified by:
batchin interfaceServiceCancellationPartyService- Returns:
- A request builder to handle batch operation on this service. To perform execution, call the
executemethod on the request builder object.
-
getAllServiceCancellationParty
Deprecated.Description copied from interface:ServiceCancellationPartyServiceFetch multipleServiceCancellationPartyentities.- Specified by:
getAllServiceCancellationPartyin interfaceServiceCancellationPartyService- Returns:
- A request builder to fetch multiple
ServiceCancellationPartyentities. 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.
-
countServiceCancellationParty
Deprecated.Description copied from interface:ServiceCancellationPartyServiceFetch the number of entries from theServiceCancellationPartyentity collection matching the filter and search expressions.- Specified by:
countServiceCancellationPartyin interfaceServiceCancellationPartyService- Returns:
- A request builder to fetch the count of
ServiceCancellationPartyentities. 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.
-
getServiceCancellationPartyByKey
@Nonnull public GetByKeyRequestBuilder<ServiceCancellationParty> getServiceCancellationPartyByKey(String serviceContractCanclnParty) Deprecated.Description copied from interface:ServiceCancellationPartyServiceFetch a singleServiceCancellationPartyentity using key fields.- Specified by:
getServiceCancellationPartyByKeyin interfaceServiceCancellationPartyService- Parameters:
serviceContractCanclnParty- Cancelling PartyConstraints: Not nullable, Maximum length: 4
- Returns:
- A request builder to fetch a single
ServiceCancellationPartyentity 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.
-
getAllServiceCancellationPartyText
@Nonnull public GetAllRequestBuilder<ServiceCancellationPartyText> getAllServiceCancellationPartyText()Deprecated.Description copied from interface:ServiceCancellationPartyServiceFetch multipleServiceCancellationPartyTextentities.- Specified by:
getAllServiceCancellationPartyTextin interfaceServiceCancellationPartyService- Returns:
- A request builder to fetch multiple
ServiceCancellationPartyTextentities. 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.
-
countServiceCancellationPartyText
@Nonnull public CountRequestBuilder<ServiceCancellationPartyText> countServiceCancellationPartyText()Deprecated.Description copied from interface:ServiceCancellationPartyServiceFetch the number of entries from theServiceCancellationPartyTextentity collection matching the filter and search expressions.- Specified by:
countServiceCancellationPartyTextin interfaceServiceCancellationPartyService- Returns:
- A request builder to fetch the count of
ServiceCancellationPartyTextentities. 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.
-
getServiceCancellationPartyTextByKey
@Nonnull public GetByKeyRequestBuilder<ServiceCancellationPartyText> getServiceCancellationPartyTextByKey(String serviceContractCanclnParty, String language) Deprecated.Description copied from interface:ServiceCancellationPartyServiceFetch a singleServiceCancellationPartyTextentity using key fields.- Specified by:
getServiceCancellationPartyTextByKeyin interfaceServiceCancellationPartyService- Parameters:
serviceContractCanclnParty- Cancelling PartyConstraints: Not nullable, Maximum length: 4
language- Language Key of DescriptionConstraints: Not nullable, Maximum length: 2
- Returns:
- A request builder to fetch a single
ServiceCancellationPartyTextentity 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
-