Class DefaultMaintenanceItemService
- All Implemented Interfaces:
BatchService<MaintenanceItemServiceBatch>,MaintenanceItemService
This API allows you to read, create, and update maintenance items. The request contains all the information that is necessary to read, create, and update maintenance items. If the input in the request is not as expected, the system displays appropriate error or warning messages in the response. .
Reference: SAP Business Accelerator Hub
Details:
| OData Service: | API_MAINTENANCEITEM |
| API Version: | 1.3.0 |
| Minimum ERP Version: | 2302 |
| Communication Scenario: | Maintenance Planning Integration(SAP_COM_0396) |
| Scope Items: | Service Order Management and Monitoring(3D2), Reactive Maintenance(4HH), Proactive Maintenance(4HI), Improvement Maintenance(4VT), Operational and Overhead Maintenance(4WM), Corrective Maintenance(BH1), Emergency Maintenance(BH2), Preventive Maintenance(BJ2), Reactive Maintenance(OHH), Proactive Maintenance(OHI), PSM: Preventive Maintenance(OJ2), Improvement Maintenance(OVT), Operational and Overhead Maintenance(OWM), Recurring Services(4X5) |
| Authentication Methods: | x509 |
| Business Object: | Maintenance Item |
-
Field Summary
Fields inherited from interface com.sap.cloud.sdk.s4hana.datamodel.odata.services.MaintenanceItemService
DEFAULT_SERVICE_PATH -
Constructor Summary
ConstructorsConstructorDescriptionDeprecated.Creates a service usingMaintenanceItemService.DEFAULT_SERVICE_PATHto send the requests. -
Method Summary
Modifier and TypeMethodDescriptionbatch()Deprecated.createMaintenanceItem(MaintenanceItem maintenanceItem) Deprecated.Create a newMaintenanceItementity and save it to the S/4HANA system.createMaintenanceItemCause(MaintenanceItemCause maintenanceItemCause) Deprecated.Create a newMaintenanceItemCauseentity and save it to the S/4HANA system.createMaintenanceItemReason(MaintenanceItemReason maintenanceItemReason) Deprecated.Create a newMaintenanceItemReasonentity and save it to the S/4HANA system.deleteMaintenanceItemCause(MaintenanceItemCause maintenanceItemCause) Deprecated.Deletes an existingMaintenanceItemCauseentity in the S/4HANA system.deleteMaintenanceItemCauseText(MaintenanceItemCauseText maintenanceItemCauseText) Deprecated.Deletes an existingMaintenanceItemCauseTextentity in the S/4HANA system.deleteMaintenanceItemReason(MaintenanceItemReason maintenanceItemReason) Deprecated.Deletes an existingMaintenanceItemReasonentity in the S/4HANA system.deleteMaintenanceItemReasonText(MaintenanceItemReasonText maintenanceItemReasonText) Deprecated.Deletes an existingMaintenanceItemReasonTextentity in the S/4HANA system.deleteMaintItemObjectListItem(MaintItemObjectListItem maintItemObjectListItem) Deprecated.Deletes an existingMaintItemObjectListItementity in the S/4HANA system.Deprecated.Fetch multipleMaintenanceItementities.Deprecated.Fetch multipleMaintenanceItemCauseentities.Deprecated.Fetch multipleMaintenanceItemCauseTextentities.Deprecated.Fetch multipleMaintenanceItemReasonentities.Deprecated.Fetch multipleMaintenanceItemReasonTextentities.Deprecated.Fetch multipleMaintenanceItemTextentities.Deprecated.Fetch multipleMaintenancePlanCallObjectentities.Deprecated.Fetch multipleMaintItemObjectListItementities.getMaintenanceItemByKey(String maintenanceItem) Deprecated.Fetch a singleMaintenanceItementity using key fields.getMaintenanceItemCauseByKey(String maintenanceItem, String nmbrOfMaintComplianceItems) Deprecated.Fetch a singleMaintenanceItemCauseentity using key fields.getMaintenanceItemCauseTextByKey(String maintenanceItem, String nmbrOfMaintComplianceItems, String language) Deprecated.Fetch a singleMaintenanceItemCauseTextentity using key fields.getMaintenanceItemReasonByKey(String maintenanceItem, String nmbrOfMaintComplianceItems) Deprecated.Fetch a singleMaintenanceItemReasonentity using key fields.getMaintenanceItemReasonTextByKey(String maintenanceItem, String nmbrOfMaintComplianceItems, String language) Deprecated.Fetch a singleMaintenanceItemReasonTextentity using key fields.getMaintenanceItemTextByKey(String maintenanceItem, String language) Deprecated.Fetch a singleMaintenanceItemTextentity using key fields.getMaintenancePlanCallObjectByKey(String maintenancePlan, Integer maintenancePlanCallNumber, String maintenanceItem) Deprecated.Fetch a singleMaintenancePlanCallObjectentity using key fields.getMaintItemObjectListItemByKey(String maintenanceItem, Long maintenanceItemObjectList, Integer maintenanceObjectListItem) Deprecated.Fetch a singleMaintItemObjectListItementity using key fields.updateMaintenanceItem(MaintenanceItem maintenanceItem) Deprecated.Update an existingMaintenanceItementity and save it to the S/4HANA system.updateMaintenanceItemCause(MaintenanceItemCause maintenanceItemCause) Deprecated.Update an existingMaintenanceItemCauseentity and save it to the S/4HANA system.updateMaintenanceItemCauseText(MaintenanceItemCauseText maintenanceItemCauseText) Deprecated.Update an existingMaintenanceItemCauseTextentity and save it to the S/4HANA system.updateMaintenanceItemReason(MaintenanceItemReason maintenanceItemReason) Deprecated.Update an existingMaintenanceItemReasonentity and save it to the S/4HANA system.updateMaintenanceItemReasonText(MaintenanceItemReasonText maintenanceItemReasonText) Deprecated.Update an existingMaintenanceItemReasonTextentity and save it to the S/4HANA system.updateMaintenanceItemText(MaintenanceItemText maintenanceItemText) Deprecated.Update an existingMaintenanceItemTextentity and save it to the S/4HANA system.updateMaintItemObjectListItem(MaintItemObjectListItem maintItemObjectListItem) Deprecated.Update an existingMaintItemObjectListItementity 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.
-
Constructor Details
-
DefaultMaintenanceItemService
public DefaultMaintenanceItemService()Deprecated.Creates a service usingMaintenanceItemService.DEFAULT_SERVICE_PATHto send the requests.
-
-
Method Details
-
withServicePath
Deprecated.Description copied from interface:MaintenanceItemServiceOverrides the default service path and returns a new service instance with the specified service path. Also adjusts the respective entity URLs.- Specified by:
withServicePathin interfaceMaintenanceItemService- Parameters:
servicePath- Service path that will override the default.- Returns:
- A new service instance with the specified service path.
-
batch
Deprecated.- Specified by:
batchin interfaceBatchService<MaintenanceItemServiceBatch>
-
getAllMaintenanceItem
Deprecated.Description copied from interface:MaintenanceItemServiceFetch multipleMaintenanceItementities.- Specified by:
getAllMaintenanceItemin interfaceMaintenanceItemService- Returns:
- A fluent helper to fetch multiple
MaintenanceItementities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the fluent helper object.
-
getMaintenanceItemByKey
Deprecated.Description copied from interface:MaintenanceItemServiceFetch a singleMaintenanceItementity using key fields.- Specified by:
getMaintenanceItemByKeyin interfaceMaintenanceItemService- Parameters:
maintenanceItem- Maintenance ItemConstraints: Not nullable, Maximum length: 16
- Returns:
- A fluent helper to fetch a single
MaintenanceItementity using key fields. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the fluent helper object.
-
createMaintenanceItem
@Nonnull public MaintenanceItemCreateFluentHelper createMaintenanceItem(@Nonnull MaintenanceItem maintenanceItem) Deprecated.Description copied from interface:MaintenanceItemServiceCreate a newMaintenanceItementity and save it to the S/4HANA system.- Specified by:
createMaintenanceItemin interfaceMaintenanceItemService- Parameters:
maintenanceItem-MaintenanceItementity object that will be created in the S/4HANA system.- Returns:
- A fluent helper to create a new
MaintenanceItementity. To perform execution, call theexecutemethod on the fluent helper object.
-
updateMaintenanceItem
@Nonnull public MaintenanceItemUpdateFluentHelper updateMaintenanceItem(@Nonnull MaintenanceItem maintenanceItem) Deprecated.Description copied from interface:MaintenanceItemServiceUpdate an existingMaintenanceItementity and save it to the S/4HANA system.- Specified by:
updateMaintenanceItemin interfaceMaintenanceItemService- Parameters:
maintenanceItem-MaintenanceItementity object that will be updated in the S/4HANA system.- Returns:
- A fluent helper to update an existing
MaintenanceItementity. To perform execution, call theexecutemethod on the fluent helper object.
-
getAllMaintenanceItemCause
Deprecated.Description copied from interface:MaintenanceItemServiceFetch multipleMaintenanceItemCauseentities.- Specified by:
getAllMaintenanceItemCausein interfaceMaintenanceItemService- Returns:
- A fluent helper to fetch multiple
MaintenanceItemCauseentities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the fluent helper object.
-
getMaintenanceItemCauseByKey
@Nonnull public MaintenanceItemCauseByKeyFluentHelper getMaintenanceItemCauseByKey(String maintenanceItem, String nmbrOfMaintComplianceItems) Deprecated.Description copied from interface:MaintenanceItemServiceFetch a singleMaintenanceItemCauseentity using key fields.- Specified by:
getMaintenanceItemCauseByKeyin interfaceMaintenanceItemService- Parameters:
maintenanceItem- Maintenance ItemConstraints: Not nullable, Maximum length: 16
nmbrOfMaintComplianceItems- Sequential Number for ComplianceConstraints: Not nullable, Maximum length: 4
- Returns:
- A fluent helper to fetch a single
MaintenanceItemCauseentity using key fields. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the fluent helper object.
-
createMaintenanceItemCause
@Nonnull public MaintenanceItemCauseCreateFluentHelper createMaintenanceItemCause(@Nonnull MaintenanceItemCause maintenanceItemCause) Deprecated.Description copied from interface:MaintenanceItemServiceCreate a newMaintenanceItemCauseentity and save it to the S/4HANA system.- Specified by:
createMaintenanceItemCausein interfaceMaintenanceItemService- Parameters:
maintenanceItemCause-MaintenanceItemCauseentity object that will be created in the S/4HANA system.- Returns:
- A fluent helper to create a new
MaintenanceItemCauseentity. To perform execution, call theexecutemethod on the fluent helper object.
-
updateMaintenanceItemCause
@Nonnull public MaintenanceItemCauseUpdateFluentHelper updateMaintenanceItemCause(@Nonnull MaintenanceItemCause maintenanceItemCause) Deprecated.Description copied from interface:MaintenanceItemServiceUpdate an existingMaintenanceItemCauseentity and save it to the S/4HANA system.- Specified by:
updateMaintenanceItemCausein interfaceMaintenanceItemService- Parameters:
maintenanceItemCause-MaintenanceItemCauseentity object that will be updated in the S/4HANA system.- Returns:
- A fluent helper to update an existing
MaintenanceItemCauseentity. To perform execution, call theexecutemethod on the fluent helper object.
-
deleteMaintenanceItemCause
@Nonnull public MaintenanceItemCauseDeleteFluentHelper deleteMaintenanceItemCause(@Nonnull MaintenanceItemCause maintenanceItemCause) Deprecated.Description copied from interface:MaintenanceItemServiceDeletes an existingMaintenanceItemCauseentity in the S/4HANA system.- Specified by:
deleteMaintenanceItemCausein interfaceMaintenanceItemService- Parameters:
maintenanceItemCause-MaintenanceItemCauseentity object that will be deleted in the S/4HANA system.- Returns:
- A fluent helper to delete an existing
MaintenanceItemCauseentity. To perform execution, call theexecutemethod on the fluent helper object.
-
getAllMaintenanceItemCauseText
Deprecated.Description copied from interface:MaintenanceItemServiceFetch multipleMaintenanceItemCauseTextentities.- Specified by:
getAllMaintenanceItemCauseTextin interfaceMaintenanceItemService- Returns:
- A fluent helper to fetch multiple
MaintenanceItemCauseTextentities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the fluent helper object.
-
getMaintenanceItemCauseTextByKey
@Nonnull public MaintenanceItemCauseTextByKeyFluentHelper getMaintenanceItemCauseTextByKey(String maintenanceItem, String nmbrOfMaintComplianceItems, String language) Deprecated.Description copied from interface:MaintenanceItemServiceFetch a singleMaintenanceItemCauseTextentity using key fields.- Specified by:
getMaintenanceItemCauseTextByKeyin interfaceMaintenanceItemService- Parameters:
maintenanceItem- Maintenance ItemConstraints: Not nullable, Maximum length: 16
nmbrOfMaintComplianceItems- Sequential Number for ComplianceConstraints: Not nullable, Maximum length: 4
language- Language KeyConstraints: Not nullable, Maximum length: 2
- Returns:
- A fluent helper to fetch a single
MaintenanceItemCauseTextentity using key fields. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the fluent helper object.
-
updateMaintenanceItemCauseText
@Nonnull public MaintenanceItemCauseTextUpdateFluentHelper updateMaintenanceItemCauseText(@Nonnull MaintenanceItemCauseText maintenanceItemCauseText) Deprecated.Description copied from interface:MaintenanceItemServiceUpdate an existingMaintenanceItemCauseTextentity and save it to the S/4HANA system.- Specified by:
updateMaintenanceItemCauseTextin interfaceMaintenanceItemService- Parameters:
maintenanceItemCauseText-MaintenanceItemCauseTextentity object that will be updated in the S/4HANA system.- Returns:
- A fluent helper to update an existing
MaintenanceItemCauseTextentity. To perform execution, call theexecutemethod on the fluent helper object.
-
deleteMaintenanceItemCauseText
@Nonnull public MaintenanceItemCauseTextDeleteFluentHelper deleteMaintenanceItemCauseText(@Nonnull MaintenanceItemCauseText maintenanceItemCauseText) Deprecated.Description copied from interface:MaintenanceItemServiceDeletes an existingMaintenanceItemCauseTextentity in the S/4HANA system.- Specified by:
deleteMaintenanceItemCauseTextin interfaceMaintenanceItemService- Parameters:
maintenanceItemCauseText-MaintenanceItemCauseTextentity object that will be deleted in the S/4HANA system.- Returns:
- A fluent helper to delete an existing
MaintenanceItemCauseTextentity. To perform execution, call theexecutemethod on the fluent helper object.
-
getAllMaintenanceItemReason
Deprecated.Description copied from interface:MaintenanceItemServiceFetch multipleMaintenanceItemReasonentities.- Specified by:
getAllMaintenanceItemReasonin interfaceMaintenanceItemService- Returns:
- A fluent helper to fetch multiple
MaintenanceItemReasonentities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the fluent helper object.
-
getMaintenanceItemReasonByKey
@Nonnull public MaintenanceItemReasonByKeyFluentHelper getMaintenanceItemReasonByKey(String maintenanceItem, String nmbrOfMaintComplianceItems) Deprecated.Description copied from interface:MaintenanceItemServiceFetch a singleMaintenanceItemReasonentity using key fields.- Specified by:
getMaintenanceItemReasonByKeyin interfaceMaintenanceItemService- Parameters:
maintenanceItem- Maintenance ItemConstraints: Not nullable, Maximum length: 16
nmbrOfMaintComplianceItems- Sequential Number for ComplianceConstraints: Not nullable, Maximum length: 4
- Returns:
- A fluent helper to fetch a single
MaintenanceItemReasonentity using key fields. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the fluent helper object.
-
createMaintenanceItemReason
@Nonnull public MaintenanceItemReasonCreateFluentHelper createMaintenanceItemReason(@Nonnull MaintenanceItemReason maintenanceItemReason) Deprecated.Description copied from interface:MaintenanceItemServiceCreate a newMaintenanceItemReasonentity and save it to the S/4HANA system.- Specified by:
createMaintenanceItemReasonin interfaceMaintenanceItemService- Parameters:
maintenanceItemReason-MaintenanceItemReasonentity object that will be created in the S/4HANA system.- Returns:
- A fluent helper to create a new
MaintenanceItemReasonentity. To perform execution, call theexecutemethod on the fluent helper object.
-
updateMaintenanceItemReason
@Nonnull public MaintenanceItemReasonUpdateFluentHelper updateMaintenanceItemReason(@Nonnull MaintenanceItemReason maintenanceItemReason) Deprecated.Description copied from interface:MaintenanceItemServiceUpdate an existingMaintenanceItemReasonentity and save it to the S/4HANA system.- Specified by:
updateMaintenanceItemReasonin interfaceMaintenanceItemService- Parameters:
maintenanceItemReason-MaintenanceItemReasonentity object that will be updated in the S/4HANA system.- Returns:
- A fluent helper to update an existing
MaintenanceItemReasonentity. To perform execution, call theexecutemethod on the fluent helper object.
-
deleteMaintenanceItemReason
@Nonnull public MaintenanceItemReasonDeleteFluentHelper deleteMaintenanceItemReason(@Nonnull MaintenanceItemReason maintenanceItemReason) Deprecated.Description copied from interface:MaintenanceItemServiceDeletes an existingMaintenanceItemReasonentity in the S/4HANA system.- Specified by:
deleteMaintenanceItemReasonin interfaceMaintenanceItemService- Parameters:
maintenanceItemReason-MaintenanceItemReasonentity object that will be deleted in the S/4HANA system.- Returns:
- A fluent helper to delete an existing
MaintenanceItemReasonentity. To perform execution, call theexecutemethod on the fluent helper object.
-
getAllMaintenanceItemReasonText
Deprecated.Description copied from interface:MaintenanceItemServiceFetch multipleMaintenanceItemReasonTextentities.- Specified by:
getAllMaintenanceItemReasonTextin interfaceMaintenanceItemService- Returns:
- A fluent helper to fetch multiple
MaintenanceItemReasonTextentities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the fluent helper object.
-
getMaintenanceItemReasonTextByKey
@Nonnull public MaintenanceItemReasonTextByKeyFluentHelper getMaintenanceItemReasonTextByKey(String maintenanceItem, String nmbrOfMaintComplianceItems, String language) Deprecated.Description copied from interface:MaintenanceItemServiceFetch a singleMaintenanceItemReasonTextentity using key fields.- Specified by:
getMaintenanceItemReasonTextByKeyin interfaceMaintenanceItemService- Parameters:
maintenanceItem- Maintenance ItemConstraints: Not nullable, Maximum length: 16
nmbrOfMaintComplianceItems- Sequential Number for ComplianceConstraints: Not nullable, Maximum length: 4
language- Language KeyConstraints: Not nullable, Maximum length: 2
- Returns:
- A fluent helper to fetch a single
MaintenanceItemReasonTextentity using key fields. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the fluent helper object.
-
updateMaintenanceItemReasonText
@Nonnull public MaintenanceItemReasonTextUpdateFluentHelper updateMaintenanceItemReasonText(@Nonnull MaintenanceItemReasonText maintenanceItemReasonText) Deprecated.Description copied from interface:MaintenanceItemServiceUpdate an existingMaintenanceItemReasonTextentity and save it to the S/4HANA system.- Specified by:
updateMaintenanceItemReasonTextin interfaceMaintenanceItemService- Parameters:
maintenanceItemReasonText-MaintenanceItemReasonTextentity object that will be updated in the S/4HANA system.- Returns:
- A fluent helper to update an existing
MaintenanceItemReasonTextentity. To perform execution, call theexecutemethod on the fluent helper object.
-
deleteMaintenanceItemReasonText
@Nonnull public MaintenanceItemReasonTextDeleteFluentHelper deleteMaintenanceItemReasonText(@Nonnull MaintenanceItemReasonText maintenanceItemReasonText) Deprecated.Description copied from interface:MaintenanceItemServiceDeletes an existingMaintenanceItemReasonTextentity in the S/4HANA system.- Specified by:
deleteMaintenanceItemReasonTextin interfaceMaintenanceItemService- Parameters:
maintenanceItemReasonText-MaintenanceItemReasonTextentity object that will be deleted in the S/4HANA system.- Returns:
- A fluent helper to delete an existing
MaintenanceItemReasonTextentity. To perform execution, call theexecutemethod on the fluent helper object.
-
getAllMaintenanceItemText
Deprecated.Description copied from interface:MaintenanceItemServiceFetch multipleMaintenanceItemTextentities.- Specified by:
getAllMaintenanceItemTextin interfaceMaintenanceItemService- Returns:
- A fluent helper to fetch multiple
MaintenanceItemTextentities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the fluent helper object.
-
getMaintenanceItemTextByKey
@Nonnull public MaintenanceItemTextByKeyFluentHelper getMaintenanceItemTextByKey(String maintenanceItem, String language) Deprecated.Description copied from interface:MaintenanceItemServiceFetch a singleMaintenanceItemTextentity using key fields.- Specified by:
getMaintenanceItemTextByKeyin interfaceMaintenanceItemService- Parameters:
maintenanceItem- Maintenance ItemConstraints: Not nullable, Maximum length: 16
language- Language KeyConstraints: Not nullable, Maximum length: 2
- Returns:
- A fluent helper to fetch a single
MaintenanceItemTextentity using key fields. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the fluent helper object.
-
updateMaintenanceItemText
@Nonnull public MaintenanceItemTextUpdateFluentHelper updateMaintenanceItemText(@Nonnull MaintenanceItemText maintenanceItemText) Deprecated.Description copied from interface:MaintenanceItemServiceUpdate an existingMaintenanceItemTextentity and save it to the S/4HANA system.- Specified by:
updateMaintenanceItemTextin interfaceMaintenanceItemService- Parameters:
maintenanceItemText-MaintenanceItemTextentity object that will be updated in the S/4HANA system.- Returns:
- A fluent helper to update an existing
MaintenanceItemTextentity. To perform execution, call theexecutemethod on the fluent helper object.
-
getAllMaintItemObjectListItem
Deprecated.Description copied from interface:MaintenanceItemServiceFetch multipleMaintItemObjectListItementities.- Specified by:
getAllMaintItemObjectListItemin interfaceMaintenanceItemService- Returns:
- A fluent helper to fetch multiple
MaintItemObjectListItementities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the fluent helper object.
-
getMaintItemObjectListItemByKey
@Nonnull public MaintItemObjectListItemByKeyFluentHelper getMaintItemObjectListItemByKey(String maintenanceItem, Long maintenanceItemObjectList, Integer maintenanceObjectListItem) Deprecated.Description copied from interface:MaintenanceItemServiceFetch a singleMaintItemObjectListItementity using key fields.- Specified by:
getMaintItemObjectListItemByKeyin interfaceMaintenanceItemService- Parameters:
maintenanceItem- Maintenance ItemConstraints: Not nullable, Maximum length: 16
maintenanceItemObjectList- Object list numberConstraints: Not nullable
maintenanceObjectListItem- Object list countersConstraints: Not nullable
- Returns:
- A fluent helper to fetch a single
MaintItemObjectListItementity using key fields. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the fluent helper object.
-
updateMaintItemObjectListItem
@Nonnull public MaintItemObjectListItemUpdateFluentHelper updateMaintItemObjectListItem(@Nonnull MaintItemObjectListItem maintItemObjectListItem) Deprecated.Description copied from interface:MaintenanceItemServiceUpdate an existingMaintItemObjectListItementity and save it to the S/4HANA system.- Specified by:
updateMaintItemObjectListItemin interfaceMaintenanceItemService- Parameters:
maintItemObjectListItem-MaintItemObjectListItementity object that will be updated in the S/4HANA system.- Returns:
- A fluent helper to update an existing
MaintItemObjectListItementity. To perform execution, call theexecutemethod on the fluent helper object.
-
deleteMaintItemObjectListItem
@Nonnull public MaintItemObjectListItemDeleteFluentHelper deleteMaintItemObjectListItem(@Nonnull MaintItemObjectListItem maintItemObjectListItem) Deprecated.Description copied from interface:MaintenanceItemServiceDeletes an existingMaintItemObjectListItementity in the S/4HANA system.- Specified by:
deleteMaintItemObjectListItemin interfaceMaintenanceItemService- Parameters:
maintItemObjectListItem-MaintItemObjectListItementity object that will be deleted in the S/4HANA system.- Returns:
- A fluent helper to delete an existing
MaintItemObjectListItementity. To perform execution, call theexecutemethod on the fluent helper object.
-
getAllMaintenancePlanCallObject
Deprecated.Description copied from interface:MaintenanceItemServiceFetch multipleMaintenancePlanCallObjectentities.- Specified by:
getAllMaintenancePlanCallObjectin interfaceMaintenanceItemService- Returns:
- A fluent helper to fetch multiple
MaintenancePlanCallObjectentities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the fluent helper object.
-
getMaintenancePlanCallObjectByKey
@Nonnull public MaintenancePlanCallObjectByKeyFluentHelper getMaintenancePlanCallObjectByKey(String maintenancePlan, Integer maintenancePlanCallNumber, String maintenanceItem) Deprecated.Description copied from interface:MaintenanceItemServiceFetch a singleMaintenancePlanCallObjectentity using key fields.- Specified by:
getMaintenancePlanCallObjectByKeyin interfaceMaintenanceItemService- Parameters:
maintenancePlan- Maintenance PlanConstraints: Not nullable, Maximum length: 12
maintenancePlanCallNumber- Maintenance Plan Call NumberConstraints: Not nullable
maintenanceItem- Maintenance ItemConstraints: Not nullable, Maximum length: 16
- Returns:
- A fluent helper to fetch a single
MaintenancePlanCallObjectentity using key fields. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the fluent helper object.
-