Interface MaintenancePlanService
- All Superinterfaces:
BatchService<MaintenancePlanServiceBatch>
- All Known Implementing Classes:
DefaultMaintenancePlanService
This API allows you to read, create, and update maintenance plans. It contains maintenance plans, schedules, maintenance items, maintenance cycles and classification details. The request contains all the information that is necessary to read, create, and update maintenance plans. 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: | OP_API_MAINTENANCEPLAN_0001 |
API Version: | 1.3.0 |
Minimum ERP Version: | 2022 |
Business Object: | Maintenance Plan |
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
Deprecated.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 TypeMethodDescriptionassignMaintItemToMaintPlan
(String maintenancePlan, String maintenanceitem) Deprecated.Creates a fluent helper for the AssignMaintItemToMaintPlan OData function import.createMaintenanceItem
(MaintenanceItem maintenanceItem) Deprecated.Create a newMaintenanceItem
entity and save it to the S/4HANA system.createMaintenanceItemCause
(MaintenanceItemCause maintenanceItemCause) Deprecated.Create a newMaintenanceItemCause
entity and save it to the S/4HANA system.createMaintenanceItemReason
(MaintenanceItemReason maintenanceItemReason) Deprecated.Create a newMaintenanceItemReason
entity and save it to the S/4HANA system.createMaintenancePlan
(MaintenancePlan maintenancePlan) Deprecated.Create a newMaintenancePlan
entity and save it to the S/4HANA system.deleteMaintenanceItemCause
(MaintenanceItemCause maintenanceItemCause) Deprecated.Deletes an existingMaintenanceItemCause
entity in the S/4HANA system.deleteMaintenanceItemCauseText
(MaintenanceItemCauseText maintenanceItemCauseText) Deprecated.Deletes an existingMaintenanceItemCauseText
entity in the S/4HANA system.deleteMaintenanceItemReason
(MaintenanceItemReason maintenanceItemReason) Deprecated.Deletes an existingMaintenanceItemReason
entity in the S/4HANA system.deleteMaintenanceItemReasonText
(MaintenanceItemReasonText maintenanceItemReasonText) Deprecated.Deletes an existingMaintenanceItemReasonText
entity in the S/4HANA system.deleteMaintItemObjectListItem
(MaintItemObjectListItem maintItemObjectListItem) Deprecated.Deletes an existingMaintItemObjectListItem
entity in the S/4HANA system.Deprecated.Fetch multipleMaintenanceItem
entities.Deprecated.Fetch multipleMaintenanceItemCause
entities.Deprecated.Fetch multipleMaintenanceItemCauseText
entities.Deprecated.Fetch multipleMaintenanceItemReason
entities.Deprecated.Fetch multipleMaintenanceItemReasonText
entities.Deprecated.Fetch multipleMaintenanceItemText
entities.Deprecated.Fetch multipleMaintenancePlan
entities.Deprecated.Fetch multipleMaintenancePlanCallObject
entities.Deprecated.Fetch multipleMaintenancePlanCycle
entities.Deprecated.Fetch multipleMaintenancePlanSchedule
entities.Deprecated.Fetch multipleMaintenancePlanStrategyCycle
entities.Deprecated.Fetch multipleMaintenancePlanText
entities.Deprecated.Fetch multipleMaintItemObjectListItem
entities.Deprecated.Fetch multipleMaintPlanClfnCharValue
entities.Deprecated.Fetch multipleMaintPlanClfnClass
entities.Deprecated.Fetch multipleMaintPlanClfnClassChar
entities.getMaintenanceItemByKey
(String maintenanceItem) Deprecated.Fetch a singleMaintenanceItem
entity using key fields.getMaintenanceItemCauseByKey
(String maintenanceItem, String nmbrOfMaintComplianceItems) Deprecated.Fetch a singleMaintenanceItemCause
entity using key fields.getMaintenanceItemCauseTextByKey
(String maintenanceItem, String nmbrOfMaintComplianceItems, String language) Deprecated.Fetch a singleMaintenanceItemCauseText
entity using key fields.getMaintenanceItemReasonByKey
(String maintenanceItem, String nmbrOfMaintComplianceItems) Deprecated.Fetch a singleMaintenanceItemReason
entity using key fields.getMaintenanceItemReasonTextByKey
(String maintenanceItem, String nmbrOfMaintComplianceItems, String language) Deprecated.Fetch a singleMaintenanceItemReasonText
entity using key fields.getMaintenanceItemTextByKey
(String maintenanceItem, String language) Deprecated.Fetch a singleMaintenanceItemText
entity using key fields.getMaintenancePlanByKey
(String maintenancePlan) Deprecated.Fetch a singleMaintenancePlan
entity using key fields.getMaintenancePlanCallObjectByKey
(String maintenancePlan, Integer maintenancePlanCallNumber, String maintenanceItem) Deprecated.Fetch a singleMaintenancePlanCallObject
entity using key fields.getMaintenancePlanCycleByKey
(String maintenancePlan, String maintenancePlanCycle) Deprecated.Fetch a singleMaintenancePlanCycle
entity using key fields.getMaintenancePlanScheduleByKey
(String maintenancePlan, Integer maintenancePlanCallNumber, String maintenancePackage) Deprecated.Fetch a singleMaintenancePlanSchedule
entity using key fields.getMaintenancePlanStrategyCycleByKey
(String maintenancePlan, String maintenancePlanCycle) Deprecated.Fetch a singleMaintenancePlanStrategyCycle
entity using key fields.getMaintenancePlanTextByKey
(String maintenancePlan, String language) Deprecated.Fetch a singleMaintenancePlanText
entity using key fields.getMaintItemObjectListItemByKey
(String maintenanceItem, Long maintenanceItemObjectList, Integer maintenanceObjectListItem) Deprecated.Fetch a singleMaintItemObjectListItem
entity using key fields.getMaintPlanClfnCharValueByKey
(String maintenancePlan, String classType, String clfnCharcValuePositionNumber, String charcInternalID) Deprecated.Fetch a singleMaintPlanClfnCharValue
entity using key fields.getMaintPlanClfnClassByKey
(String maintenancePlan, String classInternalID, String classType) Deprecated.Fetch a singleMaintPlanClfnClass
entity using key fields.getMaintPlanClfnClassCharByKey
(String maintenancePlan, String classInternalID, String charcInternalID) Deprecated.Fetch a singleMaintPlanClfnClassChar
entity using key fields.resetMaintPlanStsMrkdForDeltn
(String maintenancePlan) Deprecated.Creates a fluent helper for the ResetMaintPlanStsMrkdForDeltn OData function import.restartMaintPlnSchedule
(String maintenancePlan, LocalDateTime schedulingStartDate, LocalTime schedulingStartTime, String maintPlanStartCntrReadingValue, Boolean maintPlanSchedFutrCallsAreKept) Deprecated.Creates a fluent helper for the RestartMaintPlnSchedule OData function import.setMainPlanStsToMrkdForDeltn
(String maintenancePlan) Deprecated.Creates a fluent helper for the SetMainPlanStsToMrkdForDeltn OData function import.setMaintPlanStatusToActive
(String maintenancePlan) Deprecated.Creates a fluent helper for the SetMaintPlanStatusToActive OData function import.setMaintPlanStatusToInactive
(String maintenancePlan) Deprecated.Creates a fluent helper for the SetMaintPlanStatusToInactive OData function import.startMaintPlnSchedule
(String maintenancePlan, LocalDateTime schedulingStartDate, LocalTime schedulingStartTime, String maintPlanStartCntrReadingValue, LocalDateTime maintPlnSchedgCallObjUpToDte) Deprecated.Creates a fluent helper for the StartMaintPlnSchedule OData function import.startScheduleInCycle
(String maintenancePlan, String maintenancePackage, Integer maintPlanCycleOffsetValue, String maintenanceTaskPerformanceUnit, Boolean maintPlanSchedFutrCallsAreKept, LocalDateTime completionDate, LocalTime completionTime, String maintPlnCallCompltnCntrRdngVal) Deprecated.Creates a fluent helper for the StartScheduleInCycle OData function import.updateMaintenanceItem
(MaintenanceItem maintenanceItem) Deprecated.Update an existingMaintenanceItem
entity and save it to the S/4HANA system.updateMaintenanceItemCause
(MaintenanceItemCause maintenanceItemCause) Deprecated.Update an existingMaintenanceItemCause
entity and save it to the S/4HANA system.updateMaintenanceItemCauseText
(MaintenanceItemCauseText maintenanceItemCauseText) Deprecated.Update an existingMaintenanceItemCauseText
entity and save it to the S/4HANA system.updateMaintenanceItemReason
(MaintenanceItemReason maintenanceItemReason) Deprecated.Update an existingMaintenanceItemReason
entity and save it to the S/4HANA system.updateMaintenanceItemReasonText
(MaintenanceItemReasonText maintenanceItemReasonText) Deprecated.Update an existingMaintenanceItemReasonText
entity and save it to the S/4HANA system.updateMaintenanceItemText
(MaintenanceItemText maintenanceItemText) Deprecated.Update an existingMaintenanceItemText
entity and save it to the S/4HANA system.updateMaintenancePlan
(MaintenancePlan maintenancePlan) Deprecated.Update an existingMaintenancePlan
entity and save it to the S/4HANA system.updateMaintenancePlanCycle
(MaintenancePlanCycle maintenancePlanCycle) Deprecated.Update an existingMaintenancePlanCycle
entity and save it to the S/4HANA system.updateMaintenancePlanText
(MaintenancePlanText maintenancePlanText) Deprecated.Update an existingMaintenancePlanText
entity and save it to the S/4HANA system.updateMaintItemObjectListItem
(MaintItemObjectListItem maintItemObjectListItem) Deprecated.Update an existingMaintItemObjectListItem
entity 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 interface com.sap.cloud.sdk.datamodel.odata.helper.batch.BatchService
batch
-
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.
-
getAllMaintenanceItem
Deprecated.Fetch multipleMaintenanceItem
entities.- Returns:
- A fluent helper to fetch multiple
MaintenanceItem
entities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecute
method on the fluent helper object.
-
getMaintenanceItemByKey
Deprecated.Fetch a singleMaintenanceItem
entity using key fields.- Parameters:
maintenanceItem
- Maintenance itemConstraints: Not nullable, Maximum length: 16
- Returns:
- A fluent helper to fetch a single
MaintenanceItem
entity 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 theexecute
method on the fluent helper object.
-
createMaintenanceItem
@Nonnull MaintenanceItemCreateFluentHelper createMaintenanceItem(@Nonnull MaintenanceItem maintenanceItem) Deprecated.Create a newMaintenanceItem
entity and save it to the S/4HANA system.- Parameters:
maintenanceItem
-MaintenanceItem
entity object that will be created in the S/4HANA system.- Returns:
- A fluent helper to create a new
MaintenanceItem
entity. To perform execution, call theexecute
method on the fluent helper object.
-
updateMaintenanceItem
@Nonnull MaintenanceItemUpdateFluentHelper updateMaintenanceItem(@Nonnull MaintenanceItem maintenanceItem) Deprecated.Update an existingMaintenanceItem
entity and save it to the S/4HANA system.- Parameters:
maintenanceItem
-MaintenanceItem
entity object that will be updated in the S/4HANA system.- Returns:
- A fluent helper to update an existing
MaintenanceItem
entity. To perform execution, call theexecute
method on the fluent helper object.
-
getAllMaintenanceItemCause
Deprecated.Fetch multipleMaintenanceItemCause
entities.- Returns:
- A fluent helper to fetch multiple
MaintenanceItemCause
entities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecute
method on the fluent helper object.
-
getMaintenanceItemCauseByKey
@Nonnull MaintenanceItemCauseByKeyFluentHelper getMaintenanceItemCauseByKey(String maintenanceItem, String nmbrOfMaintComplianceItems) Deprecated.Fetch a singleMaintenanceItemCause
entity using key fields.- Parameters:
nmbrOfMaintComplianceItems
- Sequential Number for ComplianceConstraints: Not nullable, Maximum length: 4
maintenanceItem
- Maintenance itemConstraints: Not nullable, Maximum length: 16
- Returns:
- A fluent helper to fetch a single
MaintenanceItemCause
entity 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 theexecute
method on the fluent helper object.
-
createMaintenanceItemCause
@Nonnull MaintenanceItemCauseCreateFluentHelper createMaintenanceItemCause(@Nonnull MaintenanceItemCause maintenanceItemCause) Deprecated.Create a newMaintenanceItemCause
entity and save it to the S/4HANA system.- Parameters:
maintenanceItemCause
-MaintenanceItemCause
entity object that will be created in the S/4HANA system.- Returns:
- A fluent helper to create a new
MaintenanceItemCause
entity. To perform execution, call theexecute
method on the fluent helper object.
-
updateMaintenanceItemCause
@Nonnull MaintenanceItemCauseUpdateFluentHelper updateMaintenanceItemCause(@Nonnull MaintenanceItemCause maintenanceItemCause) Deprecated.Update an existingMaintenanceItemCause
entity and save it to the S/4HANA system.- Parameters:
maintenanceItemCause
-MaintenanceItemCause
entity object that will be updated in the S/4HANA system.- Returns:
- A fluent helper to update an existing
MaintenanceItemCause
entity. To perform execution, call theexecute
method on the fluent helper object.
-
deleteMaintenanceItemCause
@Nonnull MaintenanceItemCauseDeleteFluentHelper deleteMaintenanceItemCause(@Nonnull MaintenanceItemCause maintenanceItemCause) Deprecated.Deletes an existingMaintenanceItemCause
entity in the S/4HANA system.- Parameters:
maintenanceItemCause
-MaintenanceItemCause
entity object that will be deleted in the S/4HANA system.- Returns:
- A fluent helper to delete an existing
MaintenanceItemCause
entity. To perform execution, call theexecute
method on the fluent helper object.
-
getAllMaintenanceItemCauseText
Deprecated.Fetch multipleMaintenanceItemCauseText
entities.- Returns:
- A fluent helper to fetch multiple
MaintenanceItemCauseText
entities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecute
method on the fluent helper object.
-
getMaintenanceItemCauseTextByKey
@Nonnull MaintenanceItemCauseTextByKeyFluentHelper getMaintenanceItemCauseTextByKey(String maintenanceItem, String nmbrOfMaintComplianceItems, String language) Deprecated.Fetch a singleMaintenanceItemCauseText
entity using key fields.- Parameters:
nmbrOfMaintComplianceItems
- Sequential Number for ComplianceConstraints: Not nullable, Maximum length: 4
maintenanceItem
- Maintenance itemConstraints: Not nullable, Maximum length: 16
language
- Language KeyConstraints: Not nullable, Maximum length: 2
- Returns:
- A fluent helper to fetch a single
MaintenanceItemCauseText
entity 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 theexecute
method on the fluent helper object.
-
updateMaintenanceItemCauseText
@Nonnull MaintenanceItemCauseTextUpdateFluentHelper updateMaintenanceItemCauseText(@Nonnull MaintenanceItemCauseText maintenanceItemCauseText) Deprecated.Update an existingMaintenanceItemCauseText
entity and save it to the S/4HANA system.- Parameters:
maintenanceItemCauseText
-MaintenanceItemCauseText
entity object that will be updated in the S/4HANA system.- Returns:
- A fluent helper to update an existing
MaintenanceItemCauseText
entity. To perform execution, call theexecute
method on the fluent helper object.
-
deleteMaintenanceItemCauseText
@Nonnull MaintenanceItemCauseTextDeleteFluentHelper deleteMaintenanceItemCauseText(@Nonnull MaintenanceItemCauseText maintenanceItemCauseText) Deprecated.Deletes an existingMaintenanceItemCauseText
entity in the S/4HANA system.- Parameters:
maintenanceItemCauseText
-MaintenanceItemCauseText
entity object that will be deleted in the S/4HANA system.- Returns:
- A fluent helper to delete an existing
MaintenanceItemCauseText
entity. To perform execution, call theexecute
method on the fluent helper object.
-
getAllMaintenanceItemReason
Deprecated.Fetch multipleMaintenanceItemReason
entities.- Returns:
- A fluent helper to fetch multiple
MaintenanceItemReason
entities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecute
method on the fluent helper object.
-
getMaintenanceItemReasonByKey
@Nonnull MaintenanceItemReasonByKeyFluentHelper getMaintenanceItemReasonByKey(String maintenanceItem, String nmbrOfMaintComplianceItems) Deprecated.Fetch a singleMaintenanceItemReason
entity using key fields.- Parameters:
nmbrOfMaintComplianceItems
- Sequential Number for ComplianceConstraints: Not nullable, Maximum length: 4
maintenanceItem
- Maintenance itemConstraints: Not nullable, Maximum length: 16
- Returns:
- A fluent helper to fetch a single
MaintenanceItemReason
entity 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 theexecute
method on the fluent helper object.
-
createMaintenanceItemReason
@Nonnull MaintenanceItemReasonCreateFluentHelper createMaintenanceItemReason(@Nonnull MaintenanceItemReason maintenanceItemReason) Deprecated.Create a newMaintenanceItemReason
entity and save it to the S/4HANA system.- Parameters:
maintenanceItemReason
-MaintenanceItemReason
entity object that will be created in the S/4HANA system.- Returns:
- A fluent helper to create a new
MaintenanceItemReason
entity. To perform execution, call theexecute
method on the fluent helper object.
-
updateMaintenanceItemReason
@Nonnull MaintenanceItemReasonUpdateFluentHelper updateMaintenanceItemReason(@Nonnull MaintenanceItemReason maintenanceItemReason) Deprecated.Update an existingMaintenanceItemReason
entity and save it to the S/4HANA system.- Parameters:
maintenanceItemReason
-MaintenanceItemReason
entity object that will be updated in the S/4HANA system.- Returns:
- A fluent helper to update an existing
MaintenanceItemReason
entity. To perform execution, call theexecute
method on the fluent helper object.
-
deleteMaintenanceItemReason
@Nonnull MaintenanceItemReasonDeleteFluentHelper deleteMaintenanceItemReason(@Nonnull MaintenanceItemReason maintenanceItemReason) Deprecated.Deletes an existingMaintenanceItemReason
entity in the S/4HANA system.- Parameters:
maintenanceItemReason
-MaintenanceItemReason
entity object that will be deleted in the S/4HANA system.- Returns:
- A fluent helper to delete an existing
MaintenanceItemReason
entity. To perform execution, call theexecute
method on the fluent helper object.
-
getAllMaintenanceItemReasonText
Deprecated.Fetch multipleMaintenanceItemReasonText
entities.- Returns:
- A fluent helper to fetch multiple
MaintenanceItemReasonText
entities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecute
method on the fluent helper object.
-
getMaintenanceItemReasonTextByKey
@Nonnull MaintenanceItemReasonTextByKeyFluentHelper getMaintenanceItemReasonTextByKey(String maintenanceItem, String nmbrOfMaintComplianceItems, String language) Deprecated.Fetch a singleMaintenanceItemReasonText
entity using key fields.- Parameters:
nmbrOfMaintComplianceItems
- Sequential Number for ComplianceConstraints: Not nullable, Maximum length: 4
maintenanceItem
- Maintenance itemConstraints: Not nullable, Maximum length: 16
language
- Language KeyConstraints: Not nullable, Maximum length: 2
- Returns:
- A fluent helper to fetch a single
MaintenanceItemReasonText
entity 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 theexecute
method on the fluent helper object.
-
updateMaintenanceItemReasonText
@Nonnull MaintenanceItemReasonTextUpdateFluentHelper updateMaintenanceItemReasonText(@Nonnull MaintenanceItemReasonText maintenanceItemReasonText) Deprecated.Update an existingMaintenanceItemReasonText
entity and save it to the S/4HANA system.- Parameters:
maintenanceItemReasonText
-MaintenanceItemReasonText
entity object that will be updated in the S/4HANA system.- Returns:
- A fluent helper to update an existing
MaintenanceItemReasonText
entity. To perform execution, call theexecute
method on the fluent helper object.
-
deleteMaintenanceItemReasonText
@Nonnull MaintenanceItemReasonTextDeleteFluentHelper deleteMaintenanceItemReasonText(@Nonnull MaintenanceItemReasonText maintenanceItemReasonText) Deprecated.Deletes an existingMaintenanceItemReasonText
entity in the S/4HANA system.- Parameters:
maintenanceItemReasonText
-MaintenanceItemReasonText
entity object that will be deleted in the S/4HANA system.- Returns:
- A fluent helper to delete an existing
MaintenanceItemReasonText
entity. To perform execution, call theexecute
method on the fluent helper object.
-
getAllMaintenanceItemText
Deprecated.Fetch multipleMaintenanceItemText
entities.- Returns:
- A fluent helper to fetch multiple
MaintenanceItemText
entities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecute
method on the fluent helper object.
-
getMaintenanceItemTextByKey
@Nonnull MaintenanceItemTextByKeyFluentHelper getMaintenanceItemTextByKey(String maintenanceItem, String language) Deprecated.Fetch a singleMaintenanceItemText
entity using key fields.- 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
MaintenanceItemText
entity 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 theexecute
method on the fluent helper object.
-
updateMaintenanceItemText
@Nonnull MaintenanceItemTextUpdateFluentHelper updateMaintenanceItemText(@Nonnull MaintenanceItemText maintenanceItemText) Deprecated.Update an existingMaintenanceItemText
entity and save it to the S/4HANA system.- Parameters:
maintenanceItemText
-MaintenanceItemText
entity object that will be updated in the S/4HANA system.- Returns:
- A fluent helper to update an existing
MaintenanceItemText
entity. To perform execution, call theexecute
method on the fluent helper object.
-
getAllMaintenancePlan
Deprecated.Fetch multipleMaintenancePlan
entities.- Returns:
- A fluent helper to fetch multiple
MaintenancePlan
entities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecute
method on the fluent helper object.
-
getMaintenancePlanByKey
Deprecated.Fetch a singleMaintenancePlan
entity using key fields.- Parameters:
maintenancePlan
- Maintenance PlanConstraints: Not nullable, Maximum length: 12
- Returns:
- A fluent helper to fetch a single
MaintenancePlan
entity 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 theexecute
method on the fluent helper object.
-
createMaintenancePlan
@Nonnull MaintenancePlanCreateFluentHelper createMaintenancePlan(@Nonnull MaintenancePlan maintenancePlan) Deprecated.Create a newMaintenancePlan
entity and save it to the S/4HANA system.- Parameters:
maintenancePlan
-MaintenancePlan
entity object that will be created in the S/4HANA system.- Returns:
- A fluent helper to create a new
MaintenancePlan
entity. To perform execution, call theexecute
method on the fluent helper object.
-
updateMaintenancePlan
@Nonnull MaintenancePlanUpdateFluentHelper updateMaintenancePlan(@Nonnull MaintenancePlan maintenancePlan) Deprecated.Update an existingMaintenancePlan
entity and save it to the S/4HANA system.- Parameters:
maintenancePlan
-MaintenancePlan
entity object that will be updated in the S/4HANA system.- Returns:
- A fluent helper to update an existing
MaintenancePlan
entity. To perform execution, call theexecute
method on the fluent helper object.
-
getAllMaintenancePlanCycle
Deprecated.Fetch multipleMaintenancePlanCycle
entities.- Returns:
- A fluent helper to fetch multiple
MaintenancePlanCycle
entities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecute
method on the fluent helper object.
-
getMaintenancePlanCycleByKey
@Nonnull MaintenancePlanCycleByKeyFluentHelper getMaintenancePlanCycleByKey(String maintenancePlan, String maintenancePlanCycle) Deprecated.Fetch a singleMaintenancePlanCycle
entity using key fields.- Parameters:
maintenancePlan
- Maintenance PlanConstraints: Not nullable, Maximum length: 12
maintenancePlanCycle
- Counter in Control TablesConstraints: Not nullable, Maximum length: 2
- Returns:
- A fluent helper to fetch a single
MaintenancePlanCycle
entity 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 theexecute
method on the fluent helper object.
-
updateMaintenancePlanCycle
@Nonnull MaintenancePlanCycleUpdateFluentHelper updateMaintenancePlanCycle(@Nonnull MaintenancePlanCycle maintenancePlanCycle) Deprecated.Update an existingMaintenancePlanCycle
entity and save it to the S/4HANA system.- Parameters:
maintenancePlanCycle
-MaintenancePlanCycle
entity object that will be updated in the S/4HANA system.- Returns:
- A fluent helper to update an existing
MaintenancePlanCycle
entity. To perform execution, call theexecute
method on the fluent helper object.
-
getAllMaintenancePlanSchedule
Deprecated.Fetch multipleMaintenancePlanSchedule
entities.- Returns:
- A fluent helper to fetch multiple
MaintenancePlanSchedule
entities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecute
method on the fluent helper object.
-
getMaintenancePlanScheduleByKey
@Nonnull MaintenancePlanScheduleByKeyFluentHelper getMaintenancePlanScheduleByKey(String maintenancePlan, Integer maintenancePlanCallNumber, String maintenancePackage) Deprecated.Fetch a singleMaintenancePlanSchedule
entity using key fields.- Parameters:
maintenancePlanCallNumber
- Maintenance Plan Call NumberConstraints: Not nullable
maintenancePlan
- Maintenance PlanConstraints: Not nullable, Maximum length: 12
maintenancePackage
- Maintenance Package NumberConstraints: Not nullable, Maximum length: 2
- Returns:
- A fluent helper to fetch a single
MaintenancePlanSchedule
entity 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 theexecute
method on the fluent helper object.
-
getAllMaintenancePlanText
Deprecated.Fetch multipleMaintenancePlanText
entities.- Returns:
- A fluent helper to fetch multiple
MaintenancePlanText
entities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecute
method on the fluent helper object.
-
getMaintenancePlanTextByKey
@Nonnull MaintenancePlanTextByKeyFluentHelper getMaintenancePlanTextByKey(String maintenancePlan, String language) Deprecated.Fetch a singleMaintenancePlanText
entity using key fields.- Parameters:
maintenancePlan
- Maintenance PlanConstraints: Not nullable, Maximum length: 12
language
- Language KeyConstraints: Not nullable, Maximum length: 2
- Returns:
- A fluent helper to fetch a single
MaintenancePlanText
entity 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 theexecute
method on the fluent helper object.
-
updateMaintenancePlanText
@Nonnull MaintenancePlanTextUpdateFluentHelper updateMaintenancePlanText(@Nonnull MaintenancePlanText maintenancePlanText) Deprecated.Update an existingMaintenancePlanText
entity and save it to the S/4HANA system.- Parameters:
maintenancePlanText
-MaintenancePlanText
entity object that will be updated in the S/4HANA system.- Returns:
- A fluent helper to update an existing
MaintenancePlanText
entity. To perform execution, call theexecute
method on the fluent helper object.
-
getAllMaintItemObjectListItem
Deprecated.Fetch multipleMaintItemObjectListItem
entities.- Returns:
- A fluent helper to fetch multiple
MaintItemObjectListItem
entities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecute
method on the fluent helper object.
-
getMaintItemObjectListItemByKey
@Nonnull MaintItemObjectListItemByKeyFluentHelper getMaintItemObjectListItemByKey(String maintenanceItem, Long maintenanceItemObjectList, Integer maintenanceObjectListItem) Deprecated.Fetch a singleMaintItemObjectListItem
entity using key fields.- Parameters:
maintenanceItemObjectList
- Object list numberConstraints: Not nullable
maintenanceItem
- Maintenance itemConstraints: Not nullable, Maximum length: 16
maintenanceObjectListItem
- Object list countersConstraints: Not nullable
- Returns:
- A fluent helper to fetch a single
MaintItemObjectListItem
entity 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 theexecute
method on the fluent helper object.
-
updateMaintItemObjectListItem
@Nonnull MaintItemObjectListItemUpdateFluentHelper updateMaintItemObjectListItem(@Nonnull MaintItemObjectListItem maintItemObjectListItem) Deprecated.Update an existingMaintItemObjectListItem
entity and save it to the S/4HANA system.- Parameters:
maintItemObjectListItem
-MaintItemObjectListItem
entity object that will be updated in the S/4HANA system.- Returns:
- A fluent helper to update an existing
MaintItemObjectListItem
entity. To perform execution, call theexecute
method on the fluent helper object.
-
deleteMaintItemObjectListItem
@Nonnull MaintItemObjectListItemDeleteFluentHelper deleteMaintItemObjectListItem(@Nonnull MaintItemObjectListItem maintItemObjectListItem) Deprecated.Deletes an existingMaintItemObjectListItem
entity in the S/4HANA system.- Parameters:
maintItemObjectListItem
-MaintItemObjectListItem
entity object that will be deleted in the S/4HANA system.- Returns:
- A fluent helper to delete an existing
MaintItemObjectListItem
entity. To perform execution, call theexecute
method on the fluent helper object.
-
getAllMaintenancePlanCallObject
Deprecated.Fetch multipleMaintenancePlanCallObject
entities.- Returns:
- A fluent helper to fetch multiple
MaintenancePlanCallObject
entities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecute
method on the fluent helper object.
-
getMaintenancePlanCallObjectByKey
@Nonnull MaintenancePlanCallObjectByKeyFluentHelper getMaintenancePlanCallObjectByKey(String maintenancePlan, Integer maintenancePlanCallNumber, String maintenanceItem) Deprecated.Fetch a singleMaintenancePlanCallObject
entity using key fields.- Parameters:
maintenancePlanCallNumber
- Maintenance Plan Call NumberConstraints: Not nullable
maintenancePlan
- Maintenance PlanConstraints: Not nullable, Maximum length: 12
maintenanceItem
- Maintenance itemConstraints: Not nullable, Maximum length: 16
- Returns:
- A fluent helper to fetch a single
MaintenancePlanCallObject
entity 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 theexecute
method on the fluent helper object.
-
getAllMaintPlanClfnCharValue
Deprecated.Fetch multipleMaintPlanClfnCharValue
entities.- Returns:
- A fluent helper to fetch multiple
MaintPlanClfnCharValue
entities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecute
method on the fluent helper object.
-
getMaintPlanClfnCharValueByKey
@Nonnull MaintPlanClfnCharValueByKeyFluentHelper getMaintPlanClfnCharValueByKey(String maintenancePlan, String classType, String clfnCharcValuePositionNumber, String charcInternalID) Deprecated.Fetch a singleMaintPlanClfnCharValue
entity using key fields.- Parameters:
clfnCharcValuePositionNumber
- Characteristic value counterConstraints: Not nullable, Maximum length: 3
maintenancePlan
- Maintenance PlanConstraints: Not nullable, Maximum length: 12
charcInternalID
- Characteristic Internal IDConstraints: Not nullable, Maximum length: 10
classType
- Class TypeConstraints: Not nullable, Maximum length: 3
- Returns:
- A fluent helper to fetch a single
MaintPlanClfnCharValue
entity 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 theexecute
method on the fluent helper object.
-
getAllMaintPlanClfnClass
Deprecated.Fetch multipleMaintPlanClfnClass
entities.- Returns:
- A fluent helper to fetch multiple
MaintPlanClfnClass
entities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecute
method on the fluent helper object.
-
getMaintPlanClfnClassByKey
@Nonnull MaintPlanClfnClassByKeyFluentHelper getMaintPlanClfnClassByKey(String maintenancePlan, String classInternalID, String classType) Deprecated.Fetch a singleMaintPlanClfnClass
entity using key fields.- Parameters:
maintenancePlan
- Maintenance PlanConstraints: Not nullable, Maximum length: 12
classInternalID
- Internal Class NumberConstraints: Not nullable, Maximum length: 10
classType
- Class TypeConstraints: Not nullable, Maximum length: 3
- Returns:
- A fluent helper to fetch a single
MaintPlanClfnClass
entity 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 theexecute
method on the fluent helper object.
-
getAllMaintPlanClfnClassChar
Deprecated.Fetch multipleMaintPlanClfnClassChar
entities.- Returns:
- A fluent helper to fetch multiple
MaintPlanClfnClassChar
entities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecute
method on the fluent helper object.
-
getMaintPlanClfnClassCharByKey
@Nonnull MaintPlanClfnClassCharByKeyFluentHelper getMaintPlanClfnClassCharByKey(String maintenancePlan, String classInternalID, String charcInternalID) Deprecated.Fetch a singleMaintPlanClfnClassChar
entity using key fields.- Parameters:
maintenancePlan
- Maintenance PlanConstraints: Not nullable, Maximum length: 12
charcInternalID
- Characteristic Internal IDConstraints: Not nullable, Maximum length: 10
classInternalID
- Internal Class NumberConstraints: Not nullable, Maximum length: 10
- Returns:
- A fluent helper to fetch a single
MaintPlanClfnClassChar
entity 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 theexecute
method on the fluent helper object.
-
getAllMaintenancePlanStrategyCycle
Deprecated.Fetch multipleMaintenancePlanStrategyCycle
entities.- Returns:
- A fluent helper to fetch multiple
MaintenancePlanStrategyCycle
entities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecute
method on the fluent helper object.
-
getMaintenancePlanStrategyCycleByKey
@Nonnull MaintenancePlanStrategyCycleByKeyFluentHelper getMaintenancePlanStrategyCycleByKey(String maintenancePlan, String maintenancePlanCycle) Deprecated.Fetch a singleMaintenancePlanStrategyCycle
entity using key fields.- Parameters:
maintenancePlan
- Maintenance PlanConstraints: Not nullable, Maximum length: 12
maintenancePlanCycle
- Counter in Control TablesConstraints: Not nullable, Maximum length: 2
- Returns:
- A fluent helper to fetch a single
MaintenancePlanStrategyCycle
entity 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 theexecute
method on the fluent helper object.
-
assignMaintItemToMaintPlan
@Nonnull AssignMaintItemToMaintPlanFluentHelper assignMaintItemToMaintPlan(@Nonnull String maintenancePlan, @Nonnull String maintenanceitem) Deprecated.Creates a fluent helper for the AssignMaintItemToMaintPlan OData function import.
- Parameters:
maintenancePlan
- Maintenance PlanConstraints: Not nullable, Maximum length: 12
Original parameter name from the Odata EDM: MaintenancePlan
maintenanceitem
- Maintenance ItemConstraints: Not nullable, Maximum length: 16
Original parameter name from the Odata EDM: Maintenanceitem
- Returns:
- A fluent helper object that will execute the AssignMaintItemToMaintPlan OData function import with
the provided parameters. To perform execution, call the
execute
method on the fluent helper object.
-
resetMaintPlanStsMrkdForDeltn
@Nonnull ResetMaintPlanStsMrkdForDeltnFluentHelper resetMaintPlanStsMrkdForDeltn(@Nonnull String maintenancePlan) Deprecated.Creates a fluent helper for the ResetMaintPlanStsMrkdForDeltn OData function import.
- Parameters:
maintenancePlan
- Maintenance PlanConstraints: Not nullable, Maximum length: 12
Original parameter name from the Odata EDM: MaintenancePlan
- Returns:
- A fluent helper object that will execute the ResetMaintPlanStsMrkdForDeltn OData function import
with the provided parameters. To perform execution, call the
execute
method on the fluent helper object.
-
restartMaintPlnSchedule
@Nonnull RestartMaintPlnScheduleFluentHelper restartMaintPlnSchedule(@Nonnull String maintenancePlan, @Nullable LocalDateTime schedulingStartDate, @Nullable LocalTime schedulingStartTime, @Nullable String maintPlanStartCntrReadingValue, @Nullable Boolean maintPlanSchedFutrCallsAreKept) Deprecated.Creates a fluent helper for the RestartMaintPlnSchedule OData function import.
- Parameters:
maintPlanSchedFutrCallsAreKept
- Boolean Variable (X = True, - = False, Space = Unknown)Constraints: Nullable
Original parameter name from the Odata EDM: MaintPlanSchedFutrCallsAreKept
maintenancePlan
- Maintenance PlanConstraints: Not nullable, Maximum length: 12
Original parameter name from the Odata EDM: MaintenancePlan
schedulingStartDate
- Start of cycleConstraints: Nullable, Precision: 0
Original parameter name from the Odata EDM: SchedulingStartDate
schedulingStartTime
- Start TimeConstraints: Nullable, Precision: 0
Original parameter name from the Odata EDM: SchedulingStartTime
maintPlanStartCntrReadingValue
- StartCounterReadingConstraints: Nullable, Maximum length: 22
Original parameter name from the Odata EDM: MaintPlanStartCntrReadingValue
- Returns:
- A fluent helper object that will execute the RestartMaintPlnSchedule OData function import with
the provided parameters. To perform execution, call the
execute
method on the fluent helper object.
-
setMainPlanStsToMrkdForDeltn
@Nonnull SetMainPlanStsToMrkdForDeltnFluentHelper setMainPlanStsToMrkdForDeltn(@Nonnull String maintenancePlan) Deprecated.Creates a fluent helper for the SetMainPlanStsToMrkdForDeltn OData function import.
- Parameters:
maintenancePlan
- Maintenance PlanConstraints: Not nullable, Maximum length: 12
Original parameter name from the Odata EDM: MaintenancePlan
- Returns:
- A fluent helper object that will execute the SetMainPlanStsToMrkdForDeltn OData function import
with the provided parameters. To perform execution, call the
execute
method on the fluent helper object.
-
setMaintPlanStatusToActive
@Nonnull SetMaintPlanStatusToActiveFluentHelper setMaintPlanStatusToActive(@Nonnull String maintenancePlan) Deprecated.Creates a fluent helper for the SetMaintPlanStatusToActive OData function import.
- Parameters:
maintenancePlan
- Maintenance PlanConstraints: Not nullable, Maximum length: 12
Original parameter name from the Odata EDM: MaintenancePlan
- Returns:
- A fluent helper object that will execute the SetMaintPlanStatusToActive OData function import with
the provided parameters. To perform execution, call the
execute
method on the fluent helper object.
-
setMaintPlanStatusToInactive
@Nonnull SetMaintPlanStatusToInactiveFluentHelper setMaintPlanStatusToInactive(@Nonnull String maintenancePlan) Deprecated.Creates a fluent helper for the SetMaintPlanStatusToInactive OData function import.
- Parameters:
maintenancePlan
- Maintenance PlanConstraints: Not nullable, Maximum length: 12
Original parameter name from the Odata EDM: MaintenancePlan
- Returns:
- A fluent helper object that will execute the SetMaintPlanStatusToInactive OData function import
with the provided parameters. To perform execution, call the
execute
method on the fluent helper object.
-
startMaintPlnSchedule
@Nonnull StartMaintPlnScheduleFluentHelper startMaintPlnSchedule(@Nonnull String maintenancePlan, @Nullable LocalDateTime schedulingStartDate, @Nullable LocalTime schedulingStartTime, @Nullable String maintPlanStartCntrReadingValue, @Nullable LocalDateTime maintPlnSchedgCallObjUpToDte) Deprecated.Creates a fluent helper for the StartMaintPlnSchedule OData function import.
- Parameters:
maintenancePlan
- Maintenance PlanConstraints: Not nullable, Maximum length: 12
Original parameter name from the Odata EDM: MaintenancePlan
schedulingStartDate
- Start of cycleConstraints: Nullable, Precision: 0
Original parameter name from the Odata EDM: SchedulingStartDate
schedulingStartTime
- Start TimeConstraints: Nullable, Precision: 0
Original parameter name from the Odata EDM: SchedulingStartTime
maintPlanStartCntrReadingValue
- StartCounterReadingConstraints: Nullable, Maximum length: 22
Original parameter name from the Odata EDM: MaintPlanStartCntrReadingValue
maintPlnSchedgCallObjUpToDte
- Current DateConstraints: Nullable, Precision: 0
Original parameter name from the Odata EDM: MaintPlnSchedgCallObjUpToDte
- Returns:
- A fluent helper object that will execute the StartMaintPlnSchedule OData function import with the
provided parameters. To perform execution, call the
execute
method on the fluent helper object.
-
startScheduleInCycle
@Nonnull StartScheduleInCycleFluentHelper startScheduleInCycle(@Nonnull String maintenancePlan, @Nullable String maintenancePackage, @Nullable Integer maintPlanCycleOffsetValue, @Nullable String maintenanceTaskPerformanceUnit, @Nullable Boolean maintPlanSchedFutrCallsAreKept, @Nullable LocalDateTime completionDate, @Nullable LocalTime completionTime, @Nullable String maintPlnCallCompltnCntrRdngVal) Deprecated.Creates a fluent helper for the StartScheduleInCycle OData function import.
- Parameters:
completionTime
- TimeConstraints: Nullable, Precision: 0
Original parameter name from the Odata EDM: CompletionTime
maintPlnCallCompltnCntrRdngVal
- Compl.CountRead.Constraints: Nullable, Maximum length: 22
Original parameter name from the Odata EDM: MaintPlnCallCompltnCntrRdngVal
maintPlanSchedFutrCallsAreKept
- Boolean Variable (X = True, - = False, Space = Unknown)Constraints: Nullable
Original parameter name from the Odata EDM: MaintPlanSchedFutrCallsAreKept
maintenancePlan
- Maintenance PlanConstraints: Not nullable, Maximum length: 12
Original parameter name from the Odata EDM: MaintenancePlan
maintPlanCycleOffsetValue
- OffsetConstraints: Nullable
Original parameter name from the Odata EDM: MaintPlanCycleOffsetValue
completionDate
- Completion dateConstraints: Nullable, Precision: 0
Original parameter name from the Odata EDM: CompletionDate
maintenanceTaskPerformanceUnit
- UnitConstraints: Nullable, Maximum length: 3
Original parameter name from the Odata EDM: MaintenanceTaskPerformanceUnit
maintenancePackage
- PackageConstraints: Nullable, Maximum length: 2
Original parameter name from the Odata EDM: MaintenancePackage
- Returns:
- A fluent helper object that will execute the StartScheduleInCycle OData function import with the
provided parameters. To perform execution, call the
execute
method on the fluent helper object.
-