Class DefaultInHouseRepairService
java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odatav4.services.DefaultInHouseRepairService
- All Implemented Interfaces:
OperationsOnEntityCollections,ServiceWithNavigableEntities,InHouseRepairService
@Named("com.sap.cloud.sdk.s4hana.datamodel.odatav4.services.DefaultInHouseRepairService")
@Deprecated
public class DefaultInHouseRepairService
extends Object
implements ServiceWithNavigableEntities, InHouseRepairService
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
Fields inherited from interface com.sap.cloud.sdk.s4hana.datamodel.odatav4.services.InHouseRepairService
DEFAULT_SERVICE_PATH -
Constructor Summary
ConstructorsConstructorDescriptionDeprecated.Creates a service usingInHouseRepairService.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 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.Deprecated.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.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
-
DefaultInHouseRepairService
public DefaultInHouseRepairService()Deprecated.Creates a service usingInHouseRepairService.DEFAULT_SERVICE_PATHto send the requests.
-
-
Method Details
-
withServicePath
Deprecated.Description copied from interface:InHouseRepairServiceOverrides the default service path and returns a new service instance with the specified service path. Also adjusts the respective entity URLs.- Specified by:
withServicePathin interfaceInHouseRepairService- 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:InHouseRepairServiceCreates a batch request builder object.- Specified by:
batchin interfaceInHouseRepairService- Returns:
- A request builder to handle batch operation on this service. To perform execution, call the
executemethod on the request builder object.
-
getAllInHouseRepair
Deprecated.Description copied from interface:InHouseRepairServiceFetch multipleInHouseRepairentities.- Specified by:
getAllInHouseRepairin interfaceInHouseRepairService- 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.Description copied from interface:InHouseRepairServiceFetch the number of entries from theInHouseRepairentity collection matching the filter and search expressions.- Specified by:
countInHouseRepairin interfaceInHouseRepairService- 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.Description copied from interface:InHouseRepairServiceFetch a singleInHouseRepairentity using key fields.- Specified by:
getInHouseRepairByKeyin interfaceInHouseRepairService- 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 public CreateRequestBuilder<InHouseRepair> createInHouseRepair(@Nonnull InHouseRepair inHouseRepair) Deprecated.Description copied from interface:InHouseRepairServiceCreate a newInHouseRepairentity and save it to the S/4HANA system.- Specified by:
createInHouseRepairin interfaceInHouseRepairService- 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 public UpdateRequestBuilder<InHouseRepair> updateInHouseRepair(@Nonnull InHouseRepair inHouseRepair) Deprecated.Description copied from interface:InHouseRepairServiceUpdate an existingInHouseRepairentity and save it to the S/4HANA system.- Specified by:
updateInHouseRepairin interfaceInHouseRepairService- 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.Description copied from interface:InHouseRepairServiceFetch multipleInHouseRepairItementities.- Specified by:
getAllInHouseRepairItemin interfaceInHouseRepairService- 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.Description copied from interface:InHouseRepairServiceFetch the number of entries from theInHouseRepairItementity collection matching the filter and search expressions.- Specified by:
countInHouseRepairItemin interfaceInHouseRepairService- 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 public GetByKeyRequestBuilder<InHouseRepairItem> getInHouseRepairItemByKey(String inHouseRepair, String inHouseRepairItem) Deprecated.Description copied from interface:InHouseRepairServiceFetch a singleInHouseRepairItementity using key fields.- Specified by:
getInHouseRepairItemByKeyin interfaceInHouseRepairService- Parameters:
inHouseRepair- In-House Repair IDConstraints: Not nullable, Maximum length: 10
inHouseRepairItem- Repair ObjectConstraints: Not nullable, Maximum length: 6
- 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 public DeleteRequestBuilder<InHouseRepairItem> deleteInHouseRepairItem(@Nonnull InHouseRepairItem inHouseRepairItem) Deprecated.Description copied from interface:InHouseRepairServiceDeletes an existingInHouseRepairItementity in the S/4HANA system.- Specified by:
deleteInHouseRepairItemin interfaceInHouseRepairService- 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.
-
getServicePath
Deprecated.- Specified by:
getServicePathin interfaceServiceWithNavigableEntities
-