Class DefaultWarrantyClaimService
java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odatav4.services.DefaultWarrantyClaimService
- All Implemented Interfaces:
OperationsOnEntityCollections,ServiceWithNavigableEntities,WarrantyClaimService
@Named("com.sap.cloud.sdk.s4hana.datamodel.odatav4.services.DefaultWarrantyClaimService")
@Deprecated
public class DefaultWarrantyClaimService
extends Object
implements ServiceWithNavigableEntities, WarrantyClaimService
Deprecated.
The service and all its related classes are deprecated. Please use the odata generator to generate the
VDM.
This service is based on OData V4 protocol. It enables you to create, update, read warranty claim. Note that you must use association request (claim header plus claim version entities) to create warranty claim , warranty claim version as well. The service allows to update and read claim versions and for claim items it can do create, update, read and delete operations. You can read entire warranty claim header, claim versions, claim items or only parts of the data, using the provided filters. .
Reference: SAP Business Accelerator Hub
Details:
| OData Service: | WARRANTYCLAIM_0001 |
| API Version: | 1.0.0 |
| Minimum ERP Version: | 2302 |
| Communication Scenario: | Warranty Claim Management Integration(SAP_COM_0766) |
| Scope Items: | Warranty Claim Management - Supplier Recovery Processing(5HR), Warranty Claim Management - Supplier Recovery Processing(OHR) |
| Authentication Methods: | x509 |
| Service Group Name: | API_WARRANTYCLAIM |
| Business Object: | Warranty Claim |
-
Field Summary
Fields inherited from interface com.sap.cloud.sdk.s4hana.datamodel.odatav4.services.WarrantyClaimService
DEFAULT_SERVICE_PATH -
Constructor Summary
ConstructorsConstructorDescriptionDeprecated.Creates a service usingWarrantyClaimService.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 theWarrantyClaimentity collection matching the filter and search expressions.Deprecated.Fetch the number of entries from theWarrantyClaimItementity collection matching the filter and search expressions.Deprecated.Fetch the number of entries from theWarrantyClaimVersionentity collection matching the filter and search expressions.createWarrantyClaim(WarrantyClaim warrantyClaim) Deprecated.Create a newWarrantyClaimentity and save it to the S/4HANA system.createWarrantyClaimItem(WarrantyClaimItem warrantyClaimItem) Deprecated.Create a newWarrantyClaimItementity and save it to the S/4HANA system.createWarrantyClaimVersion(WarrantyClaimVersion warrantyClaimVersion) Deprecated.Create a newWarrantyClaimVersionentity and save it to the S/4HANA system.deleteWarrantyClaimItem(WarrantyClaimItem warrantyClaimItem) Deprecated.Deletes an existingWarrantyClaimItementity in the S/4HANA system.Deprecated.Fetch multipleWarrantyClaimentities.Deprecated.Fetch multipleWarrantyClaimItementities.Deprecated.Fetch multipleWarrantyClaimVersionentities.Deprecated.getWarrantyClaimByKey(UUID wrntyClaimHeaderUUID) Deprecated.Fetch a singleWarrantyClaimentity using key fields.getWarrantyClaimItemByKey(UUID wrntyItemUUID) Deprecated.Fetch a singleWarrantyClaimItementity using key fields.getWarrantyClaimVersionByKey(UUID wrntyVersionUUID) Deprecated.Fetch a singleWarrantyClaimVersionentity using key fields.updateWarrantyClaim(WarrantyClaim warrantyClaim) Deprecated.Update an existingWarrantyClaimentity and save it to the S/4HANA system.updateWarrantyClaimItem(WarrantyClaimItem warrantyClaimItem) Deprecated.Update an existingWarrantyClaimItementity and save it to the S/4HANA system.updateWarrantyClaimVersion(WarrantyClaimVersion warrantyClaimVersion) Deprecated.Update an existingWarrantyClaimVersionentity 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 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
-
DefaultWarrantyClaimService
public DefaultWarrantyClaimService()Deprecated.Creates a service usingWarrantyClaimService.DEFAULT_SERVICE_PATHto send the requests.
-
-
Method Details
-
withServicePath
Deprecated.Description copied from interface:WarrantyClaimServiceOverrides the default service path and returns a new service instance with the specified service path. Also adjusts the respective entity URLs.- Specified by:
withServicePathin interfaceWarrantyClaimService- 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:WarrantyClaimServiceCreates a batch request builder object.- Specified by:
batchin interfaceWarrantyClaimService- Returns:
- A request builder to handle batch operation on this service. To perform execution, call the
executemethod on the request builder object.
-
getAllWarrantyClaim
Deprecated.Description copied from interface:WarrantyClaimServiceFetch multipleWarrantyClaimentities.- Specified by:
getAllWarrantyClaimin interfaceWarrantyClaimService- Returns:
- A request builder to fetch multiple
WarrantyClaimentities. 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.
-
countWarrantyClaim
Deprecated.Description copied from interface:WarrantyClaimServiceFetch the number of entries from theWarrantyClaimentity collection matching the filter and search expressions.- Specified by:
countWarrantyClaimin interfaceWarrantyClaimService- Returns:
- A request builder to fetch the count of
WarrantyClaimentities. 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.
-
getWarrantyClaimByKey
@Nonnull public GetByKeyRequestBuilder<WarrantyClaim> getWarrantyClaimByKey(UUID wrntyClaimHeaderUUID) Deprecated.Description copied from interface:WarrantyClaimServiceFetch a singleWarrantyClaimentity using key fields.- Specified by:
getWarrantyClaimByKeyin interfaceWarrantyClaimService- Parameters:
wrntyClaimHeaderUUID- Internal Number of iPPE NodeConstraints: Not nullable
- Returns:
- A request builder to fetch a single
WarrantyClaimentity 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.
-
createWarrantyClaim
@Nonnull public CreateRequestBuilder<WarrantyClaim> createWarrantyClaim(@Nonnull WarrantyClaim warrantyClaim) Deprecated.Description copied from interface:WarrantyClaimServiceCreate a newWarrantyClaimentity and save it to the S/4HANA system.- Specified by:
createWarrantyClaimin interfaceWarrantyClaimService- Parameters:
warrantyClaim-WarrantyClaimentity object that will be created in the S/4HANA system.- Returns:
- A request builder to create a new
WarrantyClaimentity. To perform execution, call theexecutemethod on the request builder object.
-
updateWarrantyClaim
@Nonnull public UpdateRequestBuilder<WarrantyClaim> updateWarrantyClaim(@Nonnull WarrantyClaim warrantyClaim) Deprecated.Description copied from interface:WarrantyClaimServiceUpdate an existingWarrantyClaimentity and save it to the S/4HANA system.- Specified by:
updateWarrantyClaimin interfaceWarrantyClaimService- Parameters:
warrantyClaim-WarrantyClaimentity object that will be updated in the S/4HANA system.- Returns:
- A request builder to update an existing
WarrantyClaimentity. To perform execution, call theexecutemethod on the request builder object.
-
getAllWarrantyClaimItem
Deprecated.Description copied from interface:WarrantyClaimServiceFetch multipleWarrantyClaimItementities.- Specified by:
getAllWarrantyClaimItemin interfaceWarrantyClaimService- Returns:
- A request builder to fetch multiple
WarrantyClaimItementities. 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.
-
countWarrantyClaimItem
Deprecated.Description copied from interface:WarrantyClaimServiceFetch the number of entries from theWarrantyClaimItementity collection matching the filter and search expressions.- Specified by:
countWarrantyClaimItemin interfaceWarrantyClaimService- Returns:
- A request builder to fetch the count of
WarrantyClaimItementities. 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.
-
getWarrantyClaimItemByKey
@Nonnull public GetByKeyRequestBuilder<WarrantyClaimItem> getWarrantyClaimItemByKey(UUID wrntyItemUUID) Deprecated.Description copied from interface:WarrantyClaimServiceFetch a singleWarrantyClaimItementity using key fields.- Specified by:
getWarrantyClaimItemByKeyin interfaceWarrantyClaimService- Parameters:
wrntyItemUUID- Internal Number of the PVS VariantConstraints: Not nullable
- Returns:
- A request builder to fetch a single
WarrantyClaimItementity 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.
-
createWarrantyClaimItem
@Nonnull public CreateRequestBuilder<WarrantyClaimItem> createWarrantyClaimItem(@Nonnull WarrantyClaimItem warrantyClaimItem) Deprecated.Description copied from interface:WarrantyClaimServiceCreate a newWarrantyClaimItementity and save it to the S/4HANA system.- Specified by:
createWarrantyClaimItemin interfaceWarrantyClaimService- Parameters:
warrantyClaimItem-WarrantyClaimItementity object that will be created in the S/4HANA system.- Returns:
- A request builder to create a new
WarrantyClaimItementity. To perform execution, call theexecutemethod on the request builder object.
-
updateWarrantyClaimItem
@Nonnull public UpdateRequestBuilder<WarrantyClaimItem> updateWarrantyClaimItem(@Nonnull WarrantyClaimItem warrantyClaimItem) Deprecated.Description copied from interface:WarrantyClaimServiceUpdate an existingWarrantyClaimItementity and save it to the S/4HANA system.- Specified by:
updateWarrantyClaimItemin interfaceWarrantyClaimService- Parameters:
warrantyClaimItem-WarrantyClaimItementity object that will be updated in the S/4HANA system.- Returns:
- A request builder to update an existing
WarrantyClaimItementity. To perform execution, call theexecutemethod on the request builder object.
-
deleteWarrantyClaimItem
@Nonnull public DeleteRequestBuilder<WarrantyClaimItem> deleteWarrantyClaimItem(@Nonnull WarrantyClaimItem warrantyClaimItem) Deprecated.Description copied from interface:WarrantyClaimServiceDeletes an existingWarrantyClaimItementity in the S/4HANA system.- Specified by:
deleteWarrantyClaimItemin interfaceWarrantyClaimService- Parameters:
warrantyClaimItem-WarrantyClaimItementity object that will be deleted in the S/4HANA system.- Returns:
- A request builder to delete an existing
WarrantyClaimItementity. To perform execution, call theexecutemethod on the request builder object.
-
getAllWarrantyClaimVersion
Deprecated.Description copied from interface:WarrantyClaimServiceFetch multipleWarrantyClaimVersionentities.- Specified by:
getAllWarrantyClaimVersionin interfaceWarrantyClaimService- Returns:
- A request builder to fetch multiple
WarrantyClaimVersionentities. 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.
-
countWarrantyClaimVersion
Deprecated.Description copied from interface:WarrantyClaimServiceFetch the number of entries from theWarrantyClaimVersionentity collection matching the filter and search expressions.- Specified by:
countWarrantyClaimVersionin interfaceWarrantyClaimService- Returns:
- A request builder to fetch the count of
WarrantyClaimVersionentities. 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.
-
getWarrantyClaimVersionByKey
@Nonnull public GetByKeyRequestBuilder<WarrantyClaimVersion> getWarrantyClaimVersionByKey(UUID wrntyVersionUUID) Deprecated.Description copied from interface:WarrantyClaimServiceFetch a singleWarrantyClaimVersionentity using key fields.- Specified by:
getWarrantyClaimVersionByKeyin interfaceWarrantyClaimService- Parameters:
wrntyVersionUUID- Internal Number of iPPE NodeConstraints: Not nullable
- Returns:
- A request builder to fetch a single
WarrantyClaimVersionentity 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.
-
createWarrantyClaimVersion
@Nonnull public CreateRequestBuilder<WarrantyClaimVersion> createWarrantyClaimVersion(@Nonnull WarrantyClaimVersion warrantyClaimVersion) Deprecated.Description copied from interface:WarrantyClaimServiceCreate a newWarrantyClaimVersionentity and save it to the S/4HANA system.- Specified by:
createWarrantyClaimVersionin interfaceWarrantyClaimService- Parameters:
warrantyClaimVersion-WarrantyClaimVersionentity object that will be created in the S/4HANA system.- Returns:
- A request builder to create a new
WarrantyClaimVersionentity. To perform execution, call theexecutemethod on the request builder object.
-
updateWarrantyClaimVersion
@Nonnull public UpdateRequestBuilder<WarrantyClaimVersion> updateWarrantyClaimVersion(@Nonnull WarrantyClaimVersion warrantyClaimVersion) Deprecated.Description copied from interface:WarrantyClaimServiceUpdate an existingWarrantyClaimVersionentity and save it to the S/4HANA system.- Specified by:
updateWarrantyClaimVersionin interfaceWarrantyClaimService- Parameters:
warrantyClaimVersion-WarrantyClaimVersionentity object that will be updated in the S/4HANA system.- Returns:
- A request builder to update an existing
WarrantyClaimVersionentity. To perform execution, call theexecutemethod on the request builder object.
-
getServicePath
Deprecated.- Specified by:
getServicePathin interfaceServiceWithNavigableEntities
-