Interface MaintenanceOrderService

All Superinterfaces:
BatchService<MaintenanceOrderServiceBatch>
All Known Implementing Classes:
DefaultMaintenanceOrderService

@Deprecated public interface MaintenanceOrderService extends BatchService<MaintenanceOrderServiceBatch>
Deprecated.
The service and all its related classes are deprecated. Please use the odata generator to generate the VDM.

This service enables you to create, read, updated and delete maintenance order data. It contains order header, operation, component, object list item, operation relationship, long text and settlement rule nodes. The service is based on the OData V2 protocol, and can be consumed in external systems, Fiori applications and on other user interfaces. If there are any issues when retrieving the maintenance order data, the system displays appropriate warning or error messages in the response..

Business Documentation

Reference: SAP Business Accelerator Hub

Details:

OData Service: API_MAINTENANCEORDER
API Version: 1.2.0
Minimum ERP Version: 2302
Communication Scenario: Maintenance Processing Integration(SAP_COM_0397)
Scope Items: 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), Improvement Maintenance(OVT), Operational and Overhead Maintenance(OWM)
Authentication Methods: x509
Business Object: Maintenance Order
  • Field Details

  • Method Details

    • withServicePath

      @Nonnull MaintenanceOrderService withServicePath(@Nonnull String servicePath)
      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.
    • getAllMaintenanceOrder

      @Nonnull MaintenanceOrderFluentHelper getAllMaintenanceOrder()
      Deprecated.
      Fetch multiple MaintenanceOrder entities.
      Returns:
      A fluent helper to fetch multiple MaintenanceOrder entities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • getMaintenanceOrderByKey

      @Nonnull MaintenanceOrderByKeyFluentHelper getMaintenanceOrderByKey(String maintenanceOrder)
      Deprecated.
      Fetch a single MaintenanceOrder entity using key fields.
      Parameters:
      maintenanceOrder - Order Number

      Constraints: Not nullable, Maximum length: 12

      Returns:
      A fluent helper to fetch a single MaintenanceOrder 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 the execute method on the fluent helper object.
    • createMaintenanceOrder

      @Nonnull MaintenanceOrderCreateFluentHelper createMaintenanceOrder(@Nonnull MaintenanceOrder maintenanceOrder)
      Deprecated.
      Create a new MaintenanceOrder entity and save it to the S/4HANA system.
      Parameters:
      maintenanceOrder - MaintenanceOrder entity object that will be created in the S/4HANA system.
      Returns:
      A fluent helper to create a new MaintenanceOrder entity. To perform execution, call the execute method on the fluent helper object.
    • updateMaintenanceOrder

      @Nonnull MaintenanceOrderUpdateFluentHelper updateMaintenanceOrder(@Nonnull MaintenanceOrder maintenanceOrder)
      Deprecated.
      Update an existing MaintenanceOrder entity and save it to the S/4HANA system.
      Parameters:
      maintenanceOrder - MaintenanceOrder entity object that will be updated in the S/4HANA system.
      Returns:
      A fluent helper to update an existing MaintenanceOrder entity. To perform execution, call the execute method on the fluent helper object.
    • getAllMaintenanceOrderLongText

      @Nonnull MaintenanceOrderLongTextFluentHelper getAllMaintenanceOrderLongText()
      Deprecated.
      Fetch multiple MaintenanceOrderLongText entities.
      Returns:
      A fluent helper to fetch multiple MaintenanceOrderLongText entities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • getMaintenanceOrderLongTextByKey

      @Nonnull MaintenanceOrderLongTextByKeyFluentHelper getMaintenanceOrderLongTextByKey(String maintenanceOrder, String textObjectType, String language)
      Deprecated.
      Fetch a single MaintenanceOrderLongText entity using key fields.
      Parameters:
      maintenanceOrder - Order Number

      Constraints: Not nullable, Maximum length: 12

      textObjectType - Text ID

      Constraints: Not nullable, Maximum length: 4

      language - Language Key

      Constraints: Not nullable, Maximum length: 2

      Returns:
      A fluent helper to fetch a single MaintenanceOrderLongText 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 the execute method on the fluent helper object.
    • updateMaintenanceOrderLongText

      @Nonnull MaintenanceOrderLongTextUpdateFluentHelper updateMaintenanceOrderLongText(@Nonnull MaintenanceOrderLongText maintenanceOrderLongText)
      Deprecated.
      Update an existing MaintenanceOrderLongText entity and save it to the S/4HANA system.
      Parameters:
      maintenanceOrderLongText - MaintenanceOrderLongText entity object that will be updated in the S/4HANA system.
      Returns:
      A fluent helper to update an existing MaintenanceOrderLongText entity. To perform execution, call the execute method on the fluent helper object.
    • deleteMaintenanceOrderLongText

      @Nonnull MaintenanceOrderLongTextDeleteFluentHelper deleteMaintenanceOrderLongText(@Nonnull MaintenanceOrderLongText maintenanceOrderLongText)
      Deprecated.
      Deletes an existing MaintenanceOrderLongText entity in the S/4HANA system.
      Parameters:
      maintenanceOrderLongText - MaintenanceOrderLongText entity object that will be deleted in the S/4HANA system.
      Returns:
      A fluent helper to delete an existing MaintenanceOrderLongText entity. To perform execution, call the execute method on the fluent helper object.
    • getAllMaintenanceOrderOperation

      @Nonnull MaintenanceOrderOperationFluentHelper getAllMaintenanceOrderOperation()
      Deprecated.
      Fetch multiple MaintenanceOrderOperation entities.
      Returns:
      A fluent helper to fetch multiple MaintenanceOrderOperation entities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • getMaintenanceOrderOperationByKey

      @Nonnull MaintenanceOrderOperationByKeyFluentHelper getMaintenanceOrderOperationByKey(String maintenanceOrder, String maintenanceOrderOperation, String maintenanceOrderSubOperation)
      Deprecated.
      Fetch a single MaintenanceOrderOperation entity using key fields.
      Parameters:
      maintenanceOrder - Order Number

      Constraints: Not nullable, Maximum length: 12

      maintenanceOrderOperation - Maintenance Order Operation

      Constraints: Not nullable, Maximum length: 4

      maintenanceOrderSubOperation - Maintenance Order Suboperation

      Constraints: Not nullable, Maximum length: 4

      Returns:
      A fluent helper to fetch a single MaintenanceOrderOperation 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 the execute method on the fluent helper object.
    • createMaintenanceOrderOperation

      @Nonnull MaintenanceOrderOperationCreateFluentHelper createMaintenanceOrderOperation(@Nonnull MaintenanceOrderOperation maintenanceOrderOperation)
      Deprecated.
      Create a new MaintenanceOrderOperation entity and save it to the S/4HANA system.
      Parameters:
      maintenanceOrderOperation - MaintenanceOrderOperation entity object that will be created in the S/4HANA system.
      Returns:
      A fluent helper to create a new MaintenanceOrderOperation entity. To perform execution, call the execute method on the fluent helper object.
    • updateMaintenanceOrderOperation

      @Nonnull MaintenanceOrderOperationUpdateFluentHelper updateMaintenanceOrderOperation(@Nonnull MaintenanceOrderOperation maintenanceOrderOperation)
      Deprecated.
      Update an existing MaintenanceOrderOperation entity and save it to the S/4HANA system.
      Parameters:
      maintenanceOrderOperation - MaintenanceOrderOperation entity object that will be updated in the S/4HANA system.
      Returns:
      A fluent helper to update an existing MaintenanceOrderOperation entity. To perform execution, call the execute method on the fluent helper object.
    • deleteMaintenanceOrderOperation

      @Nonnull MaintenanceOrderOperationDeleteFluentHelper deleteMaintenanceOrderOperation(@Nonnull MaintenanceOrderOperation maintenanceOrderOperation)
      Deprecated.
      Deletes an existing MaintenanceOrderOperation entity in the S/4HANA system.
      Parameters:
      maintenanceOrderOperation - MaintenanceOrderOperation entity object that will be deleted in the S/4HANA system.
      Returns:
      A fluent helper to delete an existing MaintenanceOrderOperation entity. To perform execution, call the execute method on the fluent helper object.
    • getAllMaintenanceOrderPartner

      @Nonnull MaintenanceOrderPartnerFluentHelper getAllMaintenanceOrderPartner()
      Deprecated.
      Fetch multiple MaintenanceOrderPartner entities.
      Returns:
      A fluent helper to fetch multiple MaintenanceOrderPartner entities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • getMaintenanceOrderPartnerByKey

      @Nonnull MaintenanceOrderPartnerByKeyFluentHelper getMaintenanceOrderPartnerByKey(String maintenanceOrder, String partnerFunction, String maintenanceOrderPartner)
      Deprecated.
      Fetch a single MaintenanceOrderPartner entity using key fields.
      Parameters:
      maintenanceOrder - Order Number

      Constraints: Not nullable, Maximum length: 12

      partnerFunction - Partner Function

      Constraints: Not nullable, Maximum length: 2

      maintenanceOrderPartner - Partner

      Constraints: Not nullable, Maximum length: 12

      Returns:
      A fluent helper to fetch a single MaintenanceOrderPartner 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 the execute method on the fluent helper object.
    • deleteMaintenanceOrderPartner

      @Nonnull MaintenanceOrderPartnerDeleteFluentHelper deleteMaintenanceOrderPartner(@Nonnull MaintenanceOrderPartner maintenanceOrderPartner)
      Deprecated.
      Deletes an existing MaintenanceOrderPartner entity in the S/4HANA system.
      Parameters:
      maintenanceOrderPartner - MaintenanceOrderPartner entity object that will be deleted in the S/4HANA system.
      Returns:
      A fluent helper to delete an existing MaintenanceOrderPartner entity. To perform execution, call the execute method on the fluent helper object.
    • getAllMaintnanceOrderPhaseControl

      @Nonnull MaintnanceOrderPhaseControlFluentHelper getAllMaintnanceOrderPhaseControl()
      Deprecated.
      Fetch multiple MaintnanceOrderPhaseControl entities.
      Returns:
      A fluent helper to fetch multiple MaintnanceOrderPhaseControl entities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • getMaintnanceOrderPhaseControlByKey

      @Nonnull MaintnanceOrderPhaseControlByKeyFluentHelper getMaintnanceOrderPhaseControlByKey(String maintenanceOrder, String maintenancePhaseControl)
      Deprecated.
      Fetch a single MaintnanceOrderPhaseControl entity using key fields.
      Parameters:
      maintenanceOrder - Order Number

      Constraints: Not nullable, Maximum length: 12

      maintenancePhaseControl - Phase Control Code

      Constraints: Not nullable, Maximum length: 4

      Returns:
      A fluent helper to fetch a single MaintnanceOrderPhaseControl 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 the execute method on the fluent helper object.
    • getMaintOrderActlPlndCostItmByKey

      @Nonnull MaintOrderActlPlndCostItmByKeyFluentHelper getMaintOrderActlPlndCostItmByKey(String p_GLAccountHierarchy, String sourceLedger, String ledger, String companyCode, String fiscalYear, String accountingDocument, String financialPlanningReqTransSqnc, String financialPlanningDataPacket, String actualPlanJournalEntryItem)
      Deprecated.
      Fetch a single MaintOrderActlPlndCostItm entity using key fields.
      Parameters:
      ledger - Ledger in General Ledger Accounting

      Constraints: Not nullable, Maximum length: 2

      companyCode - Company Code

      Constraints: Not nullable, Maximum length: 4

      financialPlanningReqTransSqnc - Financial Planning Request Transaction Sequence Number

      Constraints: Not nullable, Maximum length: 23

      actualPlanJournalEntryItem - Actual Plan Journal Entry Item

      Constraints: Not nullable, Maximum length: 12

      financialPlanningDataPacket - Financial Planning Data Packet Number

      Constraints: Not nullable, Maximum length: 6

      accountingDocument - Journal Entry

      Constraints: Not nullable, Maximum length: 10

      p_GLAccountHierarchy - Hierarchy ID

      Constraints: Not nullable, Maximum length: 42

      sourceLedger - Source Ledger

      Constraints: Not nullable, Maximum length: 2

      fiscalYear - Fiscal Year

      Constraints: Not nullable, Maximum length: 4

      Returns:
      A fluent helper to fetch a single MaintOrderActlPlndCostItm 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 the execute method on the fluent helper object.
    • getMaintOrderActlPlndCostItm_TypeParametersByKey

      @Nonnull MaintOrderActlPlndCostItm_TypeParametersByKeyFluentHelper getMaintOrderActlPlndCostItm_TypeParametersByKey(String p_GLAccountHierarchy)
      Deprecated.
      Fetch a single MaintOrderActlPlndCostItm_TypeParameters entity using key fields.
      Parameters:
      p_GLAccountHierarchy - Hierarchy ID

      Constraints: Not nullable, Maximum length: 42

      Returns:
      A fluent helper to fetch a single MaintOrderActlPlndCostItm_TypeParameters 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 the execute method on the fluent helper object.
    • getAllMaintOrderObjectListItem

      @Nonnull MaintOrderObjectListItemFluentHelper getAllMaintOrderObjectListItem()
      Deprecated.
      Fetch multiple MaintOrderObjectListItem entities.
      Returns:
      A fluent helper to fetch multiple MaintOrderObjectListItem entities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • getMaintOrderObjectListItemByKey

      @Nonnull MaintOrderObjectListItemByKeyFluentHelper getMaintOrderObjectListItemByKey(String maintenanceOrder, Long maintenanceOrderObjectList, Integer maintenanceObjectListItem)
      Deprecated.
      Fetch a single MaintOrderObjectListItem entity using key fields.
      Parameters:
      maintenanceOrder - Order Number

      Constraints: Not nullable, Maximum length: 12

      maintenanceOrderObjectList - Object list number

      Constraints: Not nullable

      maintenanceObjectListItem - Object list counters

      Constraints: Not nullable

      Returns:
      A fluent helper to fetch a single MaintOrderObjectListItem 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 the execute method on the fluent helper object.
    • updateMaintOrderObjectListItem

      @Nonnull MaintOrderObjectListItemUpdateFluentHelper updateMaintOrderObjectListItem(@Nonnull MaintOrderObjectListItem maintOrderObjectListItem)
      Deprecated.
      Update an existing MaintOrderObjectListItem entity and save it to the S/4HANA system.
      Parameters:
      maintOrderObjectListItem - MaintOrderObjectListItem entity object that will be updated in the S/4HANA system.
      Returns:
      A fluent helper to update an existing MaintOrderObjectListItem entity. To perform execution, call the execute method on the fluent helper object.
    • deleteMaintOrderObjectListItem

      @Nonnull MaintOrderObjectListItemDeleteFluentHelper deleteMaintOrderObjectListItem(@Nonnull MaintOrderObjectListItem maintOrderObjectListItem)
      Deprecated.
      Deletes an existing MaintOrderObjectListItem entity in the S/4HANA system.
      Parameters:
      maintOrderObjectListItem - MaintOrderObjectListItem entity object that will be deleted in the S/4HANA system.
      Returns:
      A fluent helper to delete an existing MaintOrderObjectListItem entity. To perform execution, call the execute method on the fluent helper object.
    • getAllMaintOrderOpCompLongText

      @Nonnull MaintOrderOpCompLongTextFluentHelper getAllMaintOrderOpCompLongText()
      Deprecated.
      Fetch multiple MaintOrderOpCompLongText entities.
      Returns:
      A fluent helper to fetch multiple MaintOrderOpCompLongText entities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • getMaintOrderOpCompLongTextByKey

      @Nonnull MaintOrderOpCompLongTextByKeyFluentHelper getMaintOrderOpCompLongTextByKey(String maintenanceOrder, String maintenanceOrderOperation, String maintenanceOrderSubOperation, String maintenanceOrderComponent, String textObjectType, String language)
      Deprecated.
      Fetch a single MaintOrderOpCompLongText entity using key fields.
      Parameters:
      maintenanceOrder - Order Number

      Constraints: Not nullable, Maximum length: 12

      maintenanceOrderOperation - Maintenance Order Suboperation

      Constraints: Not nullable, Maximum length: 4

      maintenanceOrderSubOperation - Maintenance Order Suboperation

      Constraints: Not nullable, Maximum length: 4

      maintenanceOrderComponent - BOM item number

      Constraints: Not nullable, Maximum length: 4

      textObjectType - Text ID

      Constraints: Not nullable, Maximum length: 4

      language - Language Key

      Constraints: Not nullable, Maximum length: 2

      Returns:
      A fluent helper to fetch a single MaintOrderOpCompLongText 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 the execute method on the fluent helper object.
    • updateMaintOrderOpCompLongText

      @Nonnull MaintOrderOpCompLongTextUpdateFluentHelper updateMaintOrderOpCompLongText(@Nonnull MaintOrderOpCompLongText maintOrderOpCompLongText)
      Deprecated.
      Update an existing MaintOrderOpCompLongText entity and save it to the S/4HANA system.
      Parameters:
      maintOrderOpCompLongText - MaintOrderOpCompLongText entity object that will be updated in the S/4HANA system.
      Returns:
      A fluent helper to update an existing MaintOrderOpCompLongText entity. To perform execution, call the execute method on the fluent helper object.
    • deleteMaintOrderOpCompLongText

      @Nonnull MaintOrderOpCompLongTextDeleteFluentHelper deleteMaintOrderOpCompLongText(@Nonnull MaintOrderOpCompLongText maintOrderOpCompLongText)
      Deprecated.
      Deletes an existing MaintOrderOpCompLongText entity in the S/4HANA system.
      Parameters:
      maintOrderOpCompLongText - MaintOrderOpCompLongText entity object that will be deleted in the S/4HANA system.
      Returns:
      A fluent helper to delete an existing MaintOrderOpCompLongText entity. To perform execution, call the execute method on the fluent helper object.
    • getAllMaintOrderOpComponent

      @Nonnull MaintOrderOpComponentFluentHelper getAllMaintOrderOpComponent()
      Deprecated.
      Fetch multiple MaintOrderOpComponent entities.
      Returns:
      A fluent helper to fetch multiple MaintOrderOpComponent entities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • getMaintOrderOpComponentByKey

      @Nonnull MaintOrderOpComponentByKeyFluentHelper getMaintOrderOpComponentByKey(String maintenanceOrder, String maintenanceOrderOperation, String maintenanceOrderSubOperation, String maintenanceOrderComponent)
      Deprecated.
      Fetch a single MaintOrderOpComponent entity using key fields.
      Parameters:
      maintenanceOrder - Order Number

      Constraints: Not nullable, Maximum length: 12

      maintenanceOrderOperation - Maintenance Order Operation

      Constraints: Not nullable, Maximum length: 4

      maintenanceOrderSubOperation - Maintenance Order Suboperation

      Constraints: Not nullable, Maximum length: 4

      maintenanceOrderComponent - BOM item number

      Constraints: Not nullable, Maximum length: 4

      Returns:
      A fluent helper to fetch a single MaintOrderOpComponent 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 the execute method on the fluent helper object.
    • createMaintOrderOpComponent

      @Nonnull MaintOrderOpComponentCreateFluentHelper createMaintOrderOpComponent(@Nonnull MaintOrderOpComponent maintOrderOpComponent)
      Deprecated.
      Create a new MaintOrderOpComponent entity and save it to the S/4HANA system.
      Parameters:
      maintOrderOpComponent - MaintOrderOpComponent entity object that will be created in the S/4HANA system.
      Returns:
      A fluent helper to create a new MaintOrderOpComponent entity. To perform execution, call the execute method on the fluent helper object.
    • updateMaintOrderOpComponent

      @Nonnull MaintOrderOpComponentUpdateFluentHelper updateMaintOrderOpComponent(@Nonnull MaintOrderOpComponent maintOrderOpComponent)
      Deprecated.
      Update an existing MaintOrderOpComponent entity and save it to the S/4HANA system.
      Parameters:
      maintOrderOpComponent - MaintOrderOpComponent entity object that will be updated in the S/4HANA system.
      Returns:
      A fluent helper to update an existing MaintOrderOpComponent entity. To perform execution, call the execute method on the fluent helper object.
    • deleteMaintOrderOpComponent

      @Nonnull MaintOrderOpComponentDeleteFluentHelper deleteMaintOrderOpComponent(@Nonnull MaintOrderOpComponent maintOrderOpComponent)
      Deprecated.
      Deletes an existing MaintOrderOpComponent entity in the S/4HANA system.
      Parameters:
      maintOrderOpComponent - MaintOrderOpComponent entity object that will be deleted in the S/4HANA system.
      Returns:
      A fluent helper to delete an existing MaintOrderOpComponent entity. To perform execution, call the execute method on the fluent helper object.
    • getAllMaintOrderOpLongText

      @Nonnull MaintOrderOpLongTextFluentHelper getAllMaintOrderOpLongText()
      Deprecated.
      Fetch multiple MaintOrderOpLongText entities.
      Returns:
      A fluent helper to fetch multiple MaintOrderOpLongText entities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • getMaintOrderOpLongTextByKey

      @Nonnull MaintOrderOpLongTextByKeyFluentHelper getMaintOrderOpLongTextByKey(String maintenanceOrder, String maintenanceOrderOperation, String maintenanceOrderSubOperation, String textObjectType, String language)
      Deprecated.
      Fetch a single MaintOrderOpLongText entity using key fields.
      Parameters:
      maintenanceOrder - Order Number

      Constraints: Not nullable, Maximum length: 12

      maintenanceOrderOperation - Maintenance Order Operation

      Constraints: Not nullable, Maximum length: 4

      maintenanceOrderSubOperation - Maintenance Order Suboperation

      Constraints: Not nullable, Maximum length: 4

      textObjectType - Text ID

      Constraints: Not nullable, Maximum length: 4

      language - Language Key

      Constraints: Not nullable, Maximum length: 2

      Returns:
      A fluent helper to fetch a single MaintOrderOpLongText 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 the execute method on the fluent helper object.
    • updateMaintOrderOpLongText

      @Nonnull MaintOrderOpLongTextUpdateFluentHelper updateMaintOrderOpLongText(@Nonnull MaintOrderOpLongText maintOrderOpLongText)
      Deprecated.
      Update an existing MaintOrderOpLongText entity and save it to the S/4HANA system.
      Parameters:
      maintOrderOpLongText - MaintOrderOpLongText entity object that will be updated in the S/4HANA system.
      Returns:
      A fluent helper to update an existing MaintOrderOpLongText entity. To perform execution, call the execute method on the fluent helper object.
    • deleteMaintOrderOpLongText

      @Nonnull MaintOrderOpLongTextDeleteFluentHelper deleteMaintOrderOpLongText(@Nonnull MaintOrderOpLongText maintOrderOpLongText)
      Deprecated.
      Deletes an existing MaintOrderOpLongText entity in the S/4HANA system.
      Parameters:
      maintOrderOpLongText - MaintOrderOpLongText entity object that will be deleted in the S/4HANA system.
      Returns:
      A fluent helper to delete an existing MaintOrderOpLongText entity. To perform execution, call the execute method on the fluent helper object.
    • getAllMaintOrderOpPhaseControl

      @Nonnull MaintOrderOpPhaseControlFluentHelper getAllMaintOrderOpPhaseControl()
      Deprecated.
      Fetch multiple MaintOrderOpPhaseControl entities.
      Returns:
      A fluent helper to fetch multiple MaintOrderOpPhaseControl entities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • getMaintOrderOpPhaseControlByKey

      @Nonnull MaintOrderOpPhaseControlByKeyFluentHelper getMaintOrderOpPhaseControlByKey(String maintenanceOrder, String maintenanceOrderOperation, String maintenanceOrderSubOperation, String maintenancePhaseControl)
      Deprecated.
      Fetch a single MaintOrderOpPhaseControl entity using key fields.
      Parameters:
      maintenanceOrder - Order Number

      Constraints: Not nullable, Maximum length: 12

      maintenanceOrderOperation -
      maintenanceOrderSubOperation - Maintenance Order Suboperation

      Constraints: Not nullable, Maximum length: 4

      maintenancePhaseControl - Phase Control Code

      Constraints: Not nullable, Maximum length: 4

      Returns:
      A fluent helper to fetch a single MaintOrderOpPhaseControl 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 the execute method on the fluent helper object.
    • getAllMaintOrderOpProdnRsceTool

      @Nonnull MaintOrderOpProdnRsceToolFluentHelper getAllMaintOrderOpProdnRsceTool()
      Deprecated.
      Fetch multiple MaintOrderOpProdnRsceTool entities.
      Returns:
      A fluent helper to fetch multiple MaintOrderOpProdnRsceTool entities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • getMaintOrderOpProdnRsceToolByKey

      @Nonnull MaintOrderOpProdnRsceToolByKeyFluentHelper getMaintOrderOpProdnRsceToolByKey(String maintenanceOrder, String maintenanceOrderOperation, String maintenanceOrderSubOperation, String prodnRsceToolItemNumber)
      Deprecated.
      Fetch a single MaintOrderOpProdnRsceTool entity using key fields.
      Parameters:
      maintenanceOrder - Order Number

      Constraints: Not nullable, Maximum length: 12

      maintenanceOrderOperation - Maintenance Order Operation

      Constraints: Not nullable, Maximum length: 4

      maintenanceOrderSubOperation - Maintenance Order Suboperation

      Constraints: Not nullable, Maximum length: 4

      prodnRsceToolItemNumber - Item Number for Production Resource/Tool

      Constraints: Not nullable, Maximum length: 4

      Returns:
      A fluent helper to fetch a single MaintOrderOpProdnRsceTool 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 the execute method on the fluent helper object.
    • updateMaintOrderOpProdnRsceTool

      @Nonnull MaintOrderOpProdnRsceToolUpdateFluentHelper updateMaintOrderOpProdnRsceTool(@Nonnull MaintOrderOpProdnRsceTool maintOrderOpProdnRsceTool)
      Deprecated.
      Update an existing MaintOrderOpProdnRsceTool entity and save it to the S/4HANA system.
      Parameters:
      maintOrderOpProdnRsceTool - MaintOrderOpProdnRsceTool entity object that will be updated in the S/4HANA system.
      Returns:
      A fluent helper to update an existing MaintOrderOpProdnRsceTool entity. To perform execution, call the execute method on the fluent helper object.
    • deleteMaintOrderOpProdnRsceTool

      @Nonnull MaintOrderOpProdnRsceToolDeleteFluentHelper deleteMaintOrderOpProdnRsceTool(@Nonnull MaintOrderOpProdnRsceTool maintOrderOpProdnRsceTool)
      Deprecated.
      Deletes an existing MaintOrderOpProdnRsceTool entity in the S/4HANA system.
      Parameters:
      maintOrderOpProdnRsceTool - MaintOrderOpProdnRsceTool entity object that will be deleted in the S/4HANA system.
      Returns:
      A fluent helper to delete an existing MaintOrderOpProdnRsceTool entity. To perform execution, call the execute method on the fluent helper object.
    • getAllMaintOrderOpRelationship

      @Nonnull MaintOrderOpRelationshipFluentHelper getAllMaintOrderOpRelationship()
      Deprecated.
      Fetch multiple MaintOrderOpRelationship entities.
      Returns:
      A fluent helper to fetch multiple MaintOrderOpRelationship entities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • getMaintOrderOpRelationshipByKey

      @Nonnull MaintOrderOpRelationshipByKeyFluentHelper getMaintOrderOpRelationshipByKey(String maintenanceOrder, String maintenanceOrderOperation, String maintenanceOrderSubOperation, Boolean maintOrdOperationIsSuccessor, String relatedMaintenanceOrder, String relatedMaintOrderOperation, String orderOpRelationshipIntType)
      Deprecated.
      Fetch a single MaintOrderOpRelationship entity using key fields.
      Parameters:
      maintenanceOrder - Order Number

      Constraints: Not nullable, Maximum length: 12

      maintenanceOrderOperation - Maintenance Order Operation

      Constraints: Not nullable, Maximum length: 4

      relatedMaintOrderOperation - Maintenance Order Operation

      Constraints: Not nullable, Maximum length: 4

      orderOpRelationshipIntType - Type of relationship

      Constraints: Not nullable, Maximum length: 2

      maintenanceOrderSubOperation - Maintenance Order Suboperation

      Constraints: Not nullable, Maximum length: 4

      relatedMaintenanceOrder - Order Number

      Constraints: Not nullable, Maximum length: 12

      maintOrdOperationIsSuccessor - Indicator: Activity is successor to selected activity

      Constraints: Not nullable

      Returns:
      A fluent helper to fetch a single MaintOrderOpRelationship 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 the execute method on the fluent helper object.
    • updateMaintOrderOpRelationship

      @Nonnull MaintOrderOpRelationshipUpdateFluentHelper updateMaintOrderOpRelationship(@Nonnull MaintOrderOpRelationship maintOrderOpRelationship)
      Deprecated.
      Update an existing MaintOrderOpRelationship entity and save it to the S/4HANA system.
      Parameters:
      maintOrderOpRelationship - MaintOrderOpRelationship entity object that will be updated in the S/4HANA system.
      Returns:
      A fluent helper to update an existing MaintOrderOpRelationship entity. To perform execution, call the execute method on the fluent helper object.
    • deleteMaintOrderOpRelationship

      @Nonnull MaintOrderOpRelationshipDeleteFluentHelper deleteMaintOrderOpRelationship(@Nonnull MaintOrderOpRelationship maintOrderOpRelationship)
      Deprecated.
      Deletes an existing MaintOrderOpRelationship entity in the S/4HANA system.
      Parameters:
      maintOrderOpRelationship - MaintOrderOpRelationship entity object that will be deleted in the S/4HANA system.
      Returns:
      A fluent helper to delete an existing MaintOrderOpRelationship entity. To perform execution, call the execute method on the fluent helper object.
    • getAllMaintOrderSettlmtDistrRule

      @Nonnull MaintOrderSettlmtDistrRuleFluentHelper getAllMaintOrderSettlmtDistrRule()
      Deprecated.
      Fetch multiple MaintOrderSettlmtDistrRule entities.
      Returns:
      A fluent helper to fetch multiple MaintOrderSettlmtDistrRule entities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • getMaintOrderSettlmtDistrRuleByKey

      @Nonnull MaintOrderSettlmtDistrRuleByKeyFluentHelper getMaintOrderSettlmtDistrRuleByKey(String maintenanceOrder, String settlmtDistrRuleSequence)
      Deprecated.
      Fetch a single MaintOrderSettlmtDistrRule entity using key fields.
      Parameters:
      maintenanceOrder - Order Number

      Constraints: Not nullable, Maximum length: 12

      settlmtDistrRuleSequence - Sequence Number of Distribution Rule

      Constraints: Not nullable, Maximum length: 7

      Returns:
      A fluent helper to fetch a single MaintOrderSettlmtDistrRule 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 the execute method on the fluent helper object.
    • updateMaintOrderSettlmtDistrRule

      @Nonnull MaintOrderSettlmtDistrRuleUpdateFluentHelper updateMaintOrderSettlmtDistrRule(@Nonnull MaintOrderSettlmtDistrRule maintOrderSettlmtDistrRule)
      Deprecated.
      Update an existing MaintOrderSettlmtDistrRule entity and save it to the S/4HANA system.
      Parameters:
      maintOrderSettlmtDistrRule - MaintOrderSettlmtDistrRule entity object that will be updated in the S/4HANA system.
      Returns:
      A fluent helper to update an existing MaintOrderSettlmtDistrRule entity. To perform execution, call the execute method on the fluent helper object.
    • deleteMaintOrderSettlmtDistrRule

      @Nonnull MaintOrderSettlmtDistrRuleDeleteFluentHelper deleteMaintOrderSettlmtDistrRule(@Nonnull MaintOrderSettlmtDistrRule maintOrderSettlmtDistrRule)
      Deprecated.
      Deletes an existing MaintOrderSettlmtDistrRule entity in the S/4HANA system.
      Parameters:
      maintOrderSettlmtDistrRule - MaintOrderSettlmtDistrRule entity object that will be deleted in the S/4HANA system.
      Returns:
      A fluent helper to delete an existing MaintOrderSettlmtDistrRule entity. To perform execution, call the execute method on the fluent helper object.
    • getAllMaintOrdSettlmtDistrRuleHist

      @Nonnull MaintOrdSettlmtDistrRuleHistFluentHelper getAllMaintOrdSettlmtDistrRuleHist()
      Deprecated.
      Fetch multiple MaintOrdSettlmtDistrRuleHist entities.
      Returns:
      A fluent helper to fetch multiple MaintOrdSettlmtDistrRuleHist entities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • getMaintOrdSettlmtDistrRuleHistByKey

      @Nonnull MaintOrdSettlmtDistrRuleHistByKeyFluentHelper getMaintOrdSettlmtDistrRuleHistByKey(String maintenanceOrder, String settlmtDistrRuleSequence, String ledger)
      Deprecated.
      Fetch a single MaintOrdSettlmtDistrRuleHist entity using key fields.
      Parameters:
      maintenanceOrder - Order Number

      Constraints: Not nullable, Maximum length: 12

      ledger - Ledger in General Ledger Accounting

      Constraints: Not nullable, Maximum length: 2

      settlmtDistrRuleSequence - Sequence Number of Distribution Rule

      Constraints: Not nullable, Maximum length: 7

      Returns:
      A fluent helper to fetch a single MaintOrdSettlmtDistrRuleHist 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 the execute method on the fluent helper object.
    • approveMaintenanceOrder

      @Nonnull ApproveMaintenanceOrderFluentHelper approveMaintenanceOrder(@Nonnull String maintenanceOrder)
      Deprecated.

      Creates a fluent helper for the ApproveMaintenanceOrder OData function import.

      Parameters:
      maintenanceOrder - Order

      Constraints: Not nullable, Maximum length: 12

      Original parameter name from the Odata EDM: MaintenanceOrder

      Returns:
      A fluent helper object that will execute the ApproveMaintenanceOrder OData function import with the provided parameters. To perform execution, call the execute method on the fluent helper object.
    • assignMaintNotificationToOrder

      @Nonnull AssignMaintNotificationToOrderFluentHelper assignMaintNotificationToOrder(@Nonnull String maintenanceOrder, @Nullable String maintenanceNotification)
      Deprecated.

      Creates a fluent helper for the AssignMaintNotificationToOrder OData function import.

      Parameters:
      maintenanceOrder - Order

      Constraints: Not nullable, Maximum length: 12

      Original parameter name from the Odata EDM: MaintenanceOrder

      maintenanceNotification - Notification

      Constraints: Nullable, Maximum length: 12

      Original parameter name from the Odata EDM: MaintenanceNotification

      Returns:
      A fluent helper object that will execute the AssignMaintNotificationToOrder OData function import with the provided parameters. To perform execution, call the execute method on the fluent helper object.
    • assignMaintNotificationToOrder

      @Nonnull AssignMaintNotificationToOrderFluentHelper assignMaintNotificationToOrder(@Nonnull String maintenanceOrder, @Nullable String maintenanceNotification, @Nullable Boolean notificationIsHeaderNotif)
      Deprecated.

      Creates a fluent helper for the AssignMaintNotificationToOrder OData function import.

      Parameters:
      maintenanceOrder - Order

      Constraints: Not nullable, Maximum length: 12

      Original parameter name from the Odata EDM: MaintenanceOrder

      maintenanceNotification - Notification

      Constraints: Nullable, Maximum length: 12

      Original parameter name from the Odata EDM: MaintenanceNotification

      notificationIsHeaderNotif - Header Notif.

      Constraints: Nullable

      Original parameter name from the Odata EDM: NotificationIsHeaderNotif

      Returns:
      A fluent helper object that will execute the AssignMaintNotificationToOrder OData function import with the provided parameters. To perform execution, call the execute method on the fluent helper object.
    • rejectMaintenanceOrder

      @Nonnull RejectMaintenanceOrderFluentHelper rejectMaintenanceOrder(@Nonnull String maintenanceOrder)
      Deprecated.

      Creates a fluent helper for the RejectMaintenanceOrder OData function import.

      Parameters:
      maintenanceOrder - Order

      Constraints: Not nullable, Maximum length: 12

      Original parameter name from the Odata EDM: MaintenanceOrder

      Returns:
      A fluent helper object that will execute the RejectMaintenanceOrder OData function import with the provided parameters. To perform execution, call the execute method on the fluent helper object.
    • releaseMaintenanceOrder

      @Nonnull ReleaseMaintenanceOrderFluentHelper releaseMaintenanceOrder(@Nonnull String maintenanceOrder)
      Deprecated.

      Creates a fluent helper for the ReleaseMaintenanceOrder OData function import.

      Parameters:
      maintenanceOrder - Order

      Constraints: Not nullable, Maximum length: 12

      Original parameter name from the Odata EDM: MaintenanceOrder

      Returns:
      A fluent helper object that will execute the ReleaseMaintenanceOrder OData function import with the provided parameters. To perform execution, call the execute method on the fluent helper object.
    • resetMaintOrderStatusClosed

      @Nonnull ResetMaintOrderStatusClosedFluentHelper resetMaintOrderStatusClosed(@Nonnull String maintenanceOrder)
      Deprecated.

      Creates a fluent helper for the ResetMaintOrderStatusClosed OData function import.

      Parameters:
      maintenanceOrder - Order

      Constraints: Not nullable, Maximum length: 12

      Original parameter name from the Odata EDM: MaintenanceOrder

      Returns:
      A fluent helper object that will execute the ResetMaintOrderStatusClosed OData function import with the provided parameters. To perform execution, call the execute method on the fluent helper object.
    • resetMaintOrderStsRdyForSchedg

      @Nonnull ResetMaintOrderStsRdyForSchedgFluentHelper resetMaintOrderStsRdyForSchedg(@Nonnull String maintenanceOrder)
      Deprecated.

      Creates a fluent helper for the ResetMaintOrderStsRdyForSchedg OData function import.

      Parameters:
      maintenanceOrder - Order

      Constraints: Not nullable, Maximum length: 12

      Original parameter name from the Odata EDM: MaintenanceOrder

      Returns:
      A fluent helper object that will execute the ResetMaintOrderStsRdyForSchedg OData function import with the provided parameters. To perform execution, call the execute method on the fluent helper object.
    • resetMaintOrdOpsStsDispatched

      @Nonnull ResetMaintOrdOpsStsDispatchedFluentHelper resetMaintOrdOpsStsDispatched(@Nonnull String maintenanceOrder)
      Deprecated.

      Creates a fluent helper for the ResetMaintOrdOpsStsDispatched OData function import.

      Parameters:
      maintenanceOrder - Order

      Constraints: Not nullable, Maximum length: 12

      Original parameter name from the Odata EDM: MaintenanceOrder

      Returns:
      A fluent helper object that will execute the ResetMaintOrdOpsStsDispatched OData function import with the provided parameters. To perform execution, call the execute method on the fluent helper object.
    • resetMaintOrdStsMainWorkCmplt

      @Nonnull ResetMaintOrdStsMainWorkCmpltFluentHelper resetMaintOrdStsMainWorkCmplt(@Nonnull String maintenanceOrder)
      Deprecated.

      Creates a fluent helper for the ResetMaintOrdStsMainWorkCmplt OData function import.

      Parameters:
      maintenanceOrder - Order

      Constraints: Not nullable, Maximum length: 12

      Original parameter name from the Odata EDM: MaintenanceOrder

      Returns:
      A fluent helper object that will execute the ResetMaintOrdStsMainWorkCmplt OData function import with the provided parameters. To perform execution, call the execute method on the fluent helper object.
    • resetMaintOrdStsMrkdForDeltn

      @Nonnull ResetMaintOrdStsMrkdForDeltnFluentHelper resetMaintOrdStsMrkdForDeltn(@Nonnull String maintenanceOrder, @Nullable Boolean assgdMaintNotifIsToBeResetDel)
      Deprecated.

      Creates a fluent helper for the ResetMaintOrdStsMrkdForDeltn OData function import.

      Parameters:
      maintenanceOrder - Order

      Constraints: Not nullable, Maximum length: 12

      Original parameter name from the Odata EDM: MaintenanceOrder

      assgdMaintNotifIsToBeResetDel - Also reset the deletion flag for the assigned notifications

      Constraints: Nullable

      Original parameter name from the Odata EDM: AssgdMaintNotifIsToBeResetDel

      Returns:
      A fluent helper object that will execute the ResetMaintOrdStsMrkdForDeltn OData function import with the provided parameters. To perform execution, call the execute method on the fluent helper object.
    • resetMaintOrdStsTechCompleted

      @Nonnull ResetMaintOrdStsTechCompletedFluentHelper resetMaintOrdStsTechCompleted(@Nonnull String maintenanceOrder, @Nullable Boolean assgdMaintNotifIsToBePutInProc)
      Deprecated.

      Creates a fluent helper for the ResetMaintOrdStsTechCompleted OData function import.

      Parameters:
      maintenanceOrder - Order

      Constraints: Not nullable, Maximum length: 12

      Original parameter name from the Odata EDM: MaintenanceOrder

      assgdMaintNotifIsToBePutInProc - Put Assigned Notifications In Process Again

      Constraints: Nullable

      Original parameter name from the Odata EDM: AssgdMaintNotifIsToBePutInProc

      Returns:
      A fluent helper object that will execute the ResetMaintOrdStsTechCompleted OData function import with the provided parameters. To perform execution, call the execute method on the fluent helper object.
    • scheduleMaintenanceOrder

      @Nonnull ScheduleMaintenanceOrderFluentHelper scheduleMaintenanceOrder(@Nonnull String maintenanceOrder)
      Deprecated.

      Creates a fluent helper for the ScheduleMaintenanceOrder OData function import.

      Parameters:
      maintenanceOrder - Order

      Constraints: Not nullable, Maximum length: 12

      Original parameter name from the Odata EDM: MaintenanceOrder

      Returns:
      A fluent helper object that will execute the ScheduleMaintenanceOrder OData function import with the provided parameters. To perform execution, call the execute method on the fluent helper object.
    • setMaintOrderOpsToDispatched

      @Nonnull SetMaintOrderOpsToDispatchedFluentHelper setMaintOrderOpsToDispatched(@Nonnull String maintenanceOrder)
      Deprecated.

      Creates a fluent helper for the SetMaintOrderOpsToDispatched OData function import.

      Parameters:
      maintenanceOrder - Order

      Constraints: Not nullable, Maximum length: 12

      Original parameter name from the Odata EDM: MaintenanceOrder

      Returns:
      A fluent helper object that will execute the SetMaintOrderOpsToDispatched OData function import with the provided parameters. To perform execution, call the execute method on the fluent helper object.
    • setMaintOrderStatusToClosed

      @Nonnull SetMaintOrderStatusToClosedFluentHelper setMaintOrderStatusToClosed(@Nonnull String maintenanceOrder, @Nullable ZonedDateTime maintOrderReferenceDateTime, @Nullable Boolean assignedMaintNotifIsToBeClosed)
      Deprecated.

      Creates a fluent helper for the SetMaintOrderStatusToClosed OData function import.

      Parameters:
      maintenanceOrder - Order

      Constraints: Not nullable, Maximum length: 12

      Original parameter name from the Odata EDM: MaintenanceOrder

      assignedMaintNotifIsToBeClosed - Complete Assigned Notifications

      Constraints: Nullable

      Original parameter name from the Odata EDM: AssignedMaintNotifIsToBeClosed

      maintOrderReferenceDateTime - Completion Date/Time

      Constraints: Nullable, Precision: 0

      Original parameter name from the Odata EDM: MaintOrderReferenceDateTime

      Returns:
      A fluent helper object that will execute the SetMaintOrderStatusToClosed OData function import with the provided parameters. To perform execution, call the execute method on the fluent helper object.
    • setMaintOrderStatusToLocked

      @Nonnull SetMaintOrderStatusToLockedFluentHelper setMaintOrderStatusToLocked(@Nonnull String maintenanceOrder)
      Deprecated.

      Creates a fluent helper for the SetMaintOrderStatusToLocked OData function import.

      Parameters:
      maintenanceOrder - Order

      Constraints: Not nullable, Maximum length: 12

      Original parameter name from the Odata EDM: MaintenanceOrder

      Returns:
      A fluent helper object that will execute the SetMaintOrderStatusToLocked OData function import with the provided parameters. To perform execution, call the execute method on the fluent helper object.
    • setMaintOrderStatusToUnlocked

      @Nonnull SetMaintOrderStatusToUnlockedFluentHelper setMaintOrderStatusToUnlocked(@Nonnull String maintenanceOrder)
      Deprecated.

      Creates a fluent helper for the SetMaintOrderStatusToUnlocked OData function import.

      Parameters:
      maintenanceOrder - Order

      Constraints: Not nullable, Maximum length: 12

      Original parameter name from the Odata EDM: MaintenanceOrder

      Returns:
      A fluent helper object that will execute the SetMaintOrderStatusToUnlocked OData function import with the provided parameters. To perform execution, call the execute method on the fluent helper object.
    • setMaintOrderToDoNotExecute

      @Nonnull SetMaintOrderToDoNotExecuteFluentHelper setMaintOrderToDoNotExecute(@Nonnull String maintenanceOrder, @Nullable ZonedDateTime maintOrderReferenceDateTime, @Nullable Boolean assignedMaintNotifIsToBeClosed, @Nullable Boolean assgdMaintNotifIsToBeRsetAlloc)
      Deprecated.

      Creates a fluent helper for the SetMaintOrderToDoNotExecute OData function import.

      Parameters:
      maintenanceOrder - Order

      Constraints: Not nullable, Maximum length: 12

      Original parameter name from the Odata EDM: MaintenanceOrder

      assignedMaintNotifIsToBeClosed - Complete All Assigned Notifications

      Constraints: Nullable

      Original parameter name from the Odata EDM: AssignedMaintNotifIsToBeClosed

      assgdMaintNotifIsToBeRsetAlloc - Complete Header Notification and Unassign Others

      Constraints: Nullable

      Original parameter name from the Odata EDM: AssgdMaintNotifIsToBeRsetAlloc

      maintOrderReferenceDateTime - Reference Date/Time

      Constraints: Nullable, Precision: 0

      Original parameter name from the Odata EDM: MaintOrderReferenceDateTime

      Returns:
      A fluent helper object that will execute the SetMaintOrderToDoNotExecute OData function import with the provided parameters. To perform execution, call the execute method on the fluent helper object.
    • setMaintOrderToDoNotExecute

      @Nonnull SetMaintOrderToDoNotExecuteFluentHelper setMaintOrderToDoNotExecute(@Nonnull String maintenanceOrder, @Nullable ZonedDateTime maintOrderReferenceDateTime, @Nullable Boolean assignedMaintNotifIsToBeClosed, @Nullable Boolean assgdMaintNotifIsToBeRsetAlloc, @Nullable String maintOrdCancellationAction)
      Deprecated.

      Creates a fluent helper for the SetMaintOrderToDoNotExecute OData function import.

      Parameters:
      maintenanceOrder - Order

      Constraints: Not nullable, Maximum length: 12

      Original parameter name from the Odata EDM: MaintenanceOrder

      assignedMaintNotifIsToBeClosed - Complete All Assigned Notifications

      Constraints: Nullable

      Original parameter name from the Odata EDM: AssignedMaintNotifIsToBeClosed

      maintOrdCancellationAction - What should happen to assigned notifications

      Constraints: Nullable, Maximum length: 1

      Original parameter name from the Odata EDM: MaintOrdCancellationAction

      assgdMaintNotifIsToBeRsetAlloc - Complete Header Notification and Unassign Others

      Constraints: Nullable

      Original parameter name from the Odata EDM: AssgdMaintNotifIsToBeRsetAlloc

      maintOrderReferenceDateTime - Reference Date/Time

      Constraints: Nullable, Precision: 0

      Original parameter name from the Odata EDM: MaintOrderReferenceDateTime

      Returns:
      A fluent helper object that will execute the SetMaintOrderToDoNotExecute OData function import with the provided parameters. To perform execution, call the execute method on the fluent helper object.
    • setMaintOrderToReadyForSchedg

      @Nonnull SetMaintOrderToReadyForSchedgFluentHelper setMaintOrderToReadyForSchedg(@Nonnull String maintenanceOrder)
      Deprecated.

      Creates a fluent helper for the SetMaintOrderToReadyForSchedg OData function import.

      Parameters:
      maintenanceOrder - Order

      Constraints: Not nullable, Maximum length: 12

      Original parameter name from the Odata EDM: MaintenanceOrder

      Returns:
      A fluent helper object that will execute the SetMaintOrderToReadyForSchedg OData function import with the provided parameters. To perform execution, call the execute method on the fluent helper object.
    • setMaintOrdStsToMrkdForDeltn

      @Nonnull SetMaintOrdStsToMrkdForDeltnFluentHelper setMaintOrdStsToMrkdForDeltn(@Nonnull String maintenanceOrder, @Nullable Boolean assgdMaintNotifIsToBeSetDel)
      Deprecated.

      Creates a fluent helper for the SetMaintOrdStsToMrkdForDeltn OData function import.

      Parameters:
      maintenanceOrder - Order

      Constraints: Not nullable, Maximum length: 12

      Original parameter name from the Odata EDM: MaintenanceOrder

      assgdMaintNotifIsToBeSetDel - Also set the deletion flag for the assigned notifications

      Constraints: Nullable

      Original parameter name from the Odata EDM: AssgdMaintNotifIsToBeSetDel

      Returns:
      A fluent helper object that will execute the SetMaintOrdStsToMrkdForDeltn OData function import with the provided parameters. To perform execution, call the execute method on the fluent helper object.
    • setMaintOrdToMainWorkComplete

      @Nonnull SetMaintOrdToMainWorkCompleteFluentHelper setMaintOrdToMainWorkComplete(@Nonnull String maintenanceOrder)
      Deprecated.

      Creates a fluent helper for the SetMaintOrdToMainWorkComplete OData function import.

      Parameters:
      maintenanceOrder - Order

      Constraints: Not nullable, Maximum length: 12

      Original parameter name from the Odata EDM: MaintenanceOrder

      Returns:
      A fluent helper object that will execute the SetMaintOrdToMainWorkComplete OData function import with the provided parameters. To perform execution, call the execute method on the fluent helper object.
    • setMaintOrdToMainWorkComplete

      @Nonnull SetMaintOrdToMainWorkCompleteFluentHelper setMaintOrdToMainWorkComplete(@Nonnull String maintenanceOrder, @Nullable ZonedDateTime mainWorkCompletedDateTime, @Nullable Boolean mainWrkCmpltdDateTimeIsUsed)
      Deprecated.

      Creates a fluent helper for the SetMaintOrdToMainWorkComplete OData function import.

      Parameters:
      maintenanceOrder - Order

      Constraints: Not nullable, Maximum length: 12

      Original parameter name from the Odata EDM: MaintenanceOrder

      mainWrkCmpltdDateTimeIsUsed - Set as Reference Date and Time

      Constraints: Nullable

      Original parameter name from the Odata EDM: MainWrkCmpltdDateTimeIsUsed

      mainWorkCompletedDateTime - Main Work Completion Date and Time

      Constraints: Nullable, Precision: 0

      Original parameter name from the Odata EDM: MainWorkCompletedDateTime

      Returns:
      A fluent helper object that will execute the SetMaintOrdToMainWorkComplete OData function import with the provided parameters. To perform execution, call the execute method on the fluent helper object.
    • setMaintOrdToTechCompleted

      @Nonnull SetMaintOrdToTechCompletedFluentHelper setMaintOrdToTechCompleted(@Nonnull String maintenanceOrder, @Nullable ZonedDateTime maintOrderReferenceDateTime, @Nullable Boolean assignedMaintNotifIsToBeClosed)
      Deprecated.

      Creates a fluent helper for the SetMaintOrdToTechCompleted OData function import.

      Parameters:
      maintenanceOrder - Order

      Constraints: Not nullable, Maximum length: 12

      Original parameter name from the Odata EDM: MaintenanceOrder

      assignedMaintNotifIsToBeClosed - Complete Assigned Notifications

      Constraints: Nullable

      Original parameter name from the Odata EDM: AssignedMaintNotifIsToBeClosed

      maintOrderReferenceDateTime - Completion Date/Time

      Constraints: Nullable, Precision: 0

      Original parameter name from the Odata EDM: MaintOrderReferenceDateTime

      Returns:
      A fluent helper object that will execute the SetMaintOrdToTechCompleted OData function import with the provided parameters. To perform execution, call the execute method on the fluent helper object.
    • setMaintOrdToTechCompleted

      @Nonnull SetMaintOrdToTechCompletedFluentHelper setMaintOrdToTechCompleted(@Nonnull String maintenanceOrder, @Nullable ZonedDateTime maintOrderReferenceDateTime, @Nullable Boolean assignedMaintNotifIsToBeClosed, @Nullable Boolean mainWrkCmpltdDateTimeIsUsed)
      Deprecated.

      Creates a fluent helper for the SetMaintOrdToTechCompleted OData function import.

      Parameters:
      maintenanceOrder - Order

      Constraints: Not nullable, Maximum length: 12

      Original parameter name from the Odata EDM: MaintenanceOrder

      assignedMaintNotifIsToBeClosed - Complete Assigned Notifications

      Constraints: Nullable

      Original parameter name from the Odata EDM: AssignedMaintNotifIsToBeClosed

      mainWrkCmpltdDateTimeIsUsed - Use Main Work Completed Date and Time

      Constraints: Nullable

      Original parameter name from the Odata EDM: MainWrkCmpltdDateTimeIsUsed

      maintOrderReferenceDateTime - Completion Date/Time

      Constraints: Nullable, Precision: 0

      Original parameter name from the Odata EDM: MaintOrderReferenceDateTime

      Returns:
      A fluent helper object that will execute the SetMaintOrdToTechCompleted OData function import with the provided parameters. To perform execution, call the execute method on the fluent helper object.
    • submitMaintOrderForApproval

      @Nonnull SubmitMaintOrderForApprovalFluentHelper submitMaintOrderForApproval(@Nonnull String maintenanceOrder)
      Deprecated.

      Creates a fluent helper for the SubmitMaintOrderForApproval OData function import.

      Parameters:
      maintenanceOrder - Order

      Constraints: Not nullable, Maximum length: 12

      Original parameter name from the Odata EDM: MaintenanceOrder

      Returns:
      A fluent helper object that will execute the SubmitMaintOrderForApproval OData function import with the provided parameters. To perform execution, call the execute method on the fluent helper object.
    • resetMaintOrderOpStsDispatched

      @Nonnull ResetMaintOrderOpStsDispatchedFluentHelper resetMaintOrderOpStsDispatched(@Nonnull String maintenanceOrder, @Nonnull String maintenanceOrderOperation, @Nonnull String maintenanceOrderSubOperation)
      Deprecated.

      Creates a fluent helper for the ResetMaintOrderOpStsDispatched OData function import.

      Parameters:
      maintenanceOrder - Order

      Constraints: Not nullable, Maximum length: 12

      Original parameter name from the Odata EDM: MaintenanceOrder

      maintenanceOrderOperation - Operation

      Constraints: Not nullable, Maximum length: 4

      Original parameter name from the Odata EDM: MaintenanceOrderOperation

      maintenanceOrderSubOperation - Suboperation

      Constraints: Not nullable, Maximum length: 4

      Original parameter name from the Odata EDM: MaintenanceOrderSubOperation

      Returns:
      A fluent helper object that will execute the ResetMaintOrderOpStsDispatched OData function import with the provided parameters. To perform execution, call the execute method on the fluent helper object.
    • setMaintOrderOpToDispatched

      @Nonnull SetMaintOrderOpToDispatchedFluentHelper setMaintOrderOpToDispatched(@Nonnull String maintenanceOrder, @Nonnull String maintenanceOrderOperation, @Nonnull String maintenanceOrderSubOperation)
      Deprecated.

      Creates a fluent helper for the SetMaintOrderOpToDispatched OData function import.

      Parameters:
      maintenanceOrder - Order

      Constraints: Not nullable, Maximum length: 12

      Original parameter name from the Odata EDM: MaintenanceOrder

      maintenanceOrderOperation - Operation

      Constraints: Not nullable, Maximum length: 4

      Original parameter name from the Odata EDM: MaintenanceOrderOperation

      maintenanceOrderSubOperation - Suboperation

      Constraints: Not nullable, Maximum length: 4

      Original parameter name from the Odata EDM: MaintenanceOrderSubOperation

      Returns:
      A fluent helper object that will execute the SetMaintOrderOpToDispatched OData function import with the provided parameters. To perform execution, call the execute method on the fluent helper object.
    • actvtMaintOrderPhaseControl

      @Nonnull ActvtMaintOrderPhaseControlFluentHelper actvtMaintOrderPhaseControl(@Nonnull String maintenanceOrder, @Nonnull String maintenancePhaseControl)
      Deprecated.

      Creates a fluent helper for the ActvtMaintOrderPhaseControl OData function import.

      Parameters:
      maintenanceOrder - Order

      Constraints: Not nullable, Maximum length: 12

      Original parameter name from the Odata EDM: MaintenanceOrder

      maintenancePhaseControl - Phase Control

      Constraints: Not nullable, Maximum length: 4

      Original parameter name from the Odata EDM: MaintenancePhaseControl

      Returns:
      A fluent helper object that will execute the ActvtMaintOrderPhaseControl OData function import with the provided parameters. To perform execution, call the execute method on the fluent helper object.
    • dactvtMaintOrderPhaseControl

      @Nonnull DactvtMaintOrderPhaseControlFluentHelper dactvtMaintOrderPhaseControl(@Nonnull String maintenanceOrder, @Nonnull String maintenancePhaseControl)
      Deprecated.

      Creates a fluent helper for the DactvtMaintOrderPhaseControl OData function import.

      Parameters:
      maintenanceOrder - Order

      Constraints: Not nullable, Maximum length: 12

      Original parameter name from the Odata EDM: MaintenanceOrder

      maintenancePhaseControl - Phase Control

      Constraints: Not nullable, Maximum length: 4

      Original parameter name from the Odata EDM: MaintenancePhaseControl

      Returns:
      A fluent helper object that will execute the DactvtMaintOrderPhaseControl OData function import with the provided parameters. To perform execution, call the execute method on the fluent helper object.
    • actvtMaintOrderOpPhaseControl

      @Nonnull ActvtMaintOrderOpPhaseControlFluentHelper actvtMaintOrderOpPhaseControl(@Nonnull String maintenanceOrder, @Nonnull String maintenanceOrderOperation, @Nonnull String maintenanceOrderSubOperation, @Nonnull String maintenancePhaseControl)
      Deprecated.

      Creates a fluent helper for the ActvtMaintOrderOpPhaseControl OData function import.

      Parameters:
      maintenanceOrder - Order

      Constraints: Not nullable, Maximum length: 12

      Original parameter name from the Odata EDM: MaintenanceOrder

      maintenanceOrderOperation - Constraints: Not nullable, Maximum length: 4

      Original parameter name from the Odata EDM: MaintenanceOrderOperation

      maintenanceOrderSubOperation - Suboperation

      Constraints: Not nullable, Maximum length: 4

      Original parameter name from the Odata EDM: MaintenanceOrderSubOperation

      maintenancePhaseControl - Phase Control

      Constraints: Not nullable, Maximum length: 4

      Original parameter name from the Odata EDM: MaintenancePhaseControl

      Returns:
      A fluent helper object that will execute the ActvtMaintOrderOpPhaseControl OData function import with the provided parameters. To perform execution, call the execute method on the fluent helper object.
    • dactvtMaintOrderOpPhaseControl

      @Nonnull DactvtMaintOrderOpPhaseControlFluentHelper dactvtMaintOrderOpPhaseControl(@Nonnull String maintenanceOrder, @Nonnull String maintenanceOrderOperation, @Nonnull String maintenanceOrderSubOperation, @Nonnull String maintenancePhaseControl)
      Deprecated.

      Creates a fluent helper for the DactvtMaintOrderOpPhaseControl OData function import.

      Parameters:
      maintenanceOrder - Order

      Constraints: Not nullable, Maximum length: 12

      Original parameter name from the Odata EDM: MaintenanceOrder

      maintenanceOrderOperation - Constraints: Not nullable, Maximum length: 4

      Original parameter name from the Odata EDM: MaintenanceOrderOperation

      maintenanceOrderSubOperation - Suboperation

      Constraints: Not nullable, Maximum length: 4

      Original parameter name from the Odata EDM: MaintenanceOrderSubOperation

      maintenancePhaseControl - Phase Control

      Constraints: Not nullable, Maximum length: 4

      Original parameter name from the Odata EDM: MaintenancePhaseControl

      Returns:
      A fluent helper object that will execute the DactvtMaintOrderOpPhaseControl OData function import with the provided parameters. To perform execution, call the execute method on the fluent helper object.