Interface InHouseRepairService
- All Known Implementing Classes:
DefaultInHouseRepairService
Deprecated.
The service and all its related classes are deprecated. Please use the odata generator to generate the
VDM.
The service enables you to initiate the in-house repair process from an external system. You can create in-house repairs and add repair objects. You can also read and update in-house repairs..
Reference: SAP Business Accelerator Hub
Details:
| OData Service: | INHOUSEREPAIR_0001 |
| API Version: | 1.0.0 |
| Minimum ERP Version: | 2302 |
| Communication Scenario: | Service - In-House Repair OData Integration(SAP_COM_0717) |
| Scope Items: | In-House Repair(3XK) |
| Authentication Methods: | x509 |
| Service Group Name: | API_INHOUSEREPAIR |
| Business Object: | In-House Repair |
-
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 TypeMethodDescriptionbatch()Deprecated.Creates a batch request builder object.Deprecated.Fetch the number of entries from theInHouseRepairentity collection matching the filter and search expressions.Deprecated.Fetch the number of entries from theInHouseRepairItementity collection matching the filter and search expressions.createInHouseRepair(InHouseRepair inHouseRepair) Deprecated.Create a newInHouseRepairentity and save it to the S/4HANA system.deleteInHouseRepairItem(InHouseRepairItem inHouseRepairItem) Deprecated.Deletes an existingInHouseRepairItementity in the S/4HANA system.Deprecated.Fetch multipleInHouseRepairentities.Deprecated.Fetch multipleInHouseRepairItementities.getInHouseRepairByKey(String inHouseRepair) Deprecated.Fetch a singleInHouseRepairentity using key fields.getInHouseRepairItemByKey(String inHouseRepair, String inHouseRepairItem) Deprecated.Fetch a singleInHouseRepairItementity using key fields.updateInHouseRepair(InHouseRepair inHouseRepair) Deprecated.Update an existingInHouseRepairentity 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.
-
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.
-
batch
Deprecated.Creates a batch request builder object.- Returns:
- A request builder to handle batch operation on this service. To perform execution, call the
executemethod on the request builder object.
-
getAllInHouseRepair
Deprecated.Fetch multipleInHouseRepairentities.- Returns:
- A request builder to fetch multiple
InHouseRepairentities. 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.
-
countInHouseRepair
Deprecated.Fetch the number of entries from theInHouseRepairentity collection matching the filter and search expressions.- Returns:
- A request builder to fetch the count of
InHouseRepairentities. 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.
-
getInHouseRepairByKey
Deprecated.Fetch a singleInHouseRepairentity using key fields.- Parameters:
inHouseRepair- In-House Repair IDConstraints: Not nullable, Maximum length: 10
- Returns:
- A request builder to fetch a single
InHouseRepairentity 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.
-
createInHouseRepair
@Nonnull CreateRequestBuilder<InHouseRepair> createInHouseRepair(@Nonnull InHouseRepair inHouseRepair) Deprecated.Create a newInHouseRepairentity and save it to the S/4HANA system.- Parameters:
inHouseRepair-InHouseRepairentity object that will be created in the S/4HANA system.- Returns:
- A request builder to create a new
InHouseRepairentity. To perform execution, call theexecutemethod on the request builder object.
-
updateInHouseRepair
@Nonnull UpdateRequestBuilder<InHouseRepair> updateInHouseRepair(@Nonnull InHouseRepair inHouseRepair) Deprecated.Update an existingInHouseRepairentity and save it to the S/4HANA system.- Parameters:
inHouseRepair-InHouseRepairentity object that will be updated in the S/4HANA system.- Returns:
- A request builder to update an existing
InHouseRepairentity. To perform execution, call theexecutemethod on the request builder object.
-
getAllInHouseRepairItem
Deprecated.Fetch multipleInHouseRepairItementities.- Returns:
- A request builder to fetch multiple
InHouseRepairItementities. 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.
-
countInHouseRepairItem
Deprecated.Fetch the number of entries from theInHouseRepairItementity collection matching the filter and search expressions.- Returns:
- A request builder to fetch the count of
InHouseRepairItementities. 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.
-
getInHouseRepairItemByKey
@Nonnull GetByKeyRequestBuilder<InHouseRepairItem> getInHouseRepairItemByKey(String inHouseRepair, String inHouseRepairItem) Deprecated.Fetch a singleInHouseRepairItementity using key fields.- Parameters:
inHouseRepairItem- Repair ObjectConstraints: Not nullable, Maximum length: 6
inHouseRepair- In-House Repair IDConstraints: Not nullable, Maximum length: 10
- Returns:
- A request builder to fetch a single
InHouseRepairItementity 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.
-
deleteInHouseRepairItem
@Nonnull DeleteRequestBuilder<InHouseRepairItem> deleteInHouseRepairItem(@Nonnull InHouseRepairItem inHouseRepairItem) Deprecated.Deletes an existingInHouseRepairItementity in the S/4HANA system.- Parameters:
inHouseRepairItem-InHouseRepairItementity object that will be deleted in the S/4HANA system.- Returns:
- A request builder to delete an existing
InHouseRepairItementity. To perform execution, call theexecutemethod on the request builder object.
-