Class DefaultMaintenanceOrderService

java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odata.services.DefaultMaintenanceOrderService
All Implemented Interfaces:
BatchService<MaintenanceOrderServiceBatch>, MaintenanceOrderService

@Named("com.sap.cloud.sdk.s4hana.datamodel.odata.services.DefaultMaintenanceOrderService") @Deprecated public class DefaultMaintenanceOrderService extends Object implements MaintenanceOrderService
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
  • Constructor Details

  • Method Details

    • withServicePath

      @Nonnull public DefaultMaintenanceOrderService withServicePath(@Nonnull String servicePath)
      Deprecated.
      Description copied from interface: MaintenanceOrderService
      Overrides the default service path and returns a new service instance with the specified service path. Also adjusts the respective entity URLs.
      Specified by:
      withServicePath in interface MaintenanceOrderService
      Parameters:
      servicePath - Service path that will override the default.
      Returns:
      A new service instance with the specified service path.
    • batch

      @Nonnull public DefaultMaintenanceOrderServiceBatch batch()
      Deprecated.
      Specified by:
      batch in interface BatchService<MaintenanceOrderServiceBatch>
    • getAllMaintenanceOrder

      @Nonnull public MaintenanceOrderFluentHelper getAllMaintenanceOrder()
      Deprecated.
      Description copied from interface: MaintenanceOrderService
      Fetch multiple MaintenanceOrder entities.
      Specified by:
      getAllMaintenanceOrder in interface MaintenanceOrderService
      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 public MaintenanceOrderByKeyFluentHelper getMaintenanceOrderByKey(String maintenanceOrder)
      Deprecated.
      Description copied from interface: MaintenanceOrderService
      Fetch a single MaintenanceOrder entity using key fields.
      Specified by:
      getMaintenanceOrderByKey in interface MaintenanceOrderService
      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 public MaintenanceOrderCreateFluentHelper createMaintenanceOrder(@Nonnull MaintenanceOrder maintenanceOrder)
      Deprecated.
      Description copied from interface: MaintenanceOrderService
      Create a new MaintenanceOrder entity and save it to the S/4HANA system.
      Specified by:
      createMaintenanceOrder in interface MaintenanceOrderService
      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 public MaintenanceOrderUpdateFluentHelper updateMaintenanceOrder(@Nonnull MaintenanceOrder maintenanceOrder)
      Deprecated.
      Description copied from interface: MaintenanceOrderService
      Update an existing MaintenanceOrder entity and save it to the S/4HANA system.
      Specified by:
      updateMaintenanceOrder in interface MaintenanceOrderService
      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 public MaintenanceOrderLongTextFluentHelper getAllMaintenanceOrderLongText()
      Deprecated.
      Description copied from interface: MaintenanceOrderService
      Fetch multiple MaintenanceOrderLongText entities.
      Specified by:
      getAllMaintenanceOrderLongText in interface MaintenanceOrderService
      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 public MaintenanceOrderLongTextByKeyFluentHelper getMaintenanceOrderLongTextByKey(String maintenanceOrder, String textObjectType, String language)
      Deprecated.
      Description copied from interface: MaintenanceOrderService
      Fetch a single MaintenanceOrderLongText entity using key fields.
      Specified by:
      getMaintenanceOrderLongTextByKey in interface MaintenanceOrderService
      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 public MaintenanceOrderLongTextUpdateFluentHelper updateMaintenanceOrderLongText(@Nonnull MaintenanceOrderLongText maintenanceOrderLongText)
      Deprecated.
      Description copied from interface: MaintenanceOrderService
      Update an existing MaintenanceOrderLongText entity and save it to the S/4HANA system.
      Specified by:
      updateMaintenanceOrderLongText in interface MaintenanceOrderService
      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 public MaintenanceOrderLongTextDeleteFluentHelper deleteMaintenanceOrderLongText(@Nonnull MaintenanceOrderLongText maintenanceOrderLongText)
      Deprecated.
      Description copied from interface: MaintenanceOrderService
      Deletes an existing MaintenanceOrderLongText entity in the S/4HANA system.
      Specified by:
      deleteMaintenanceOrderLongText in interface MaintenanceOrderService
      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 public MaintenanceOrderOperationFluentHelper getAllMaintenanceOrderOperation()
      Deprecated.
      Description copied from interface: MaintenanceOrderService
      Fetch multiple MaintenanceOrderOperation entities.
      Specified by:
      getAllMaintenanceOrderOperation in interface MaintenanceOrderService
      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 public MaintenanceOrderOperationByKeyFluentHelper getMaintenanceOrderOperationByKey(String maintenanceOrder, String maintenanceOrderOperation, String maintenanceOrderSubOperation)
      Deprecated.
      Description copied from interface: MaintenanceOrderService
      Fetch a single MaintenanceOrderOperation entity using key fields.
      Specified by:
      getMaintenanceOrderOperationByKey in interface MaintenanceOrderService
      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 public MaintenanceOrderOperationCreateFluentHelper createMaintenanceOrderOperation(@Nonnull MaintenanceOrderOperation maintenanceOrderOperation)
      Deprecated.
      Description copied from interface: MaintenanceOrderService
      Create a new MaintenanceOrderOperation entity and save it to the S/4HANA system.
      Specified by:
      createMaintenanceOrderOperation in interface MaintenanceOrderService
      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 public MaintenanceOrderOperationUpdateFluentHelper updateMaintenanceOrderOperation(@Nonnull MaintenanceOrderOperation maintenanceOrderOperation)
      Deprecated.
      Description copied from interface: MaintenanceOrderService
      Update an existing MaintenanceOrderOperation entity and save it to the S/4HANA system.
      Specified by:
      updateMaintenanceOrderOperation in interface MaintenanceOrderService
      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 public MaintenanceOrderOperationDeleteFluentHelper deleteMaintenanceOrderOperation(@Nonnull MaintenanceOrderOperation maintenanceOrderOperation)
      Deprecated.
      Description copied from interface: MaintenanceOrderService
      Deletes an existing MaintenanceOrderOperation entity in the S/4HANA system.
      Specified by:
      deleteMaintenanceOrderOperation in interface MaintenanceOrderService
      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 public MaintenanceOrderPartnerFluentHelper getAllMaintenanceOrderPartner()
      Deprecated.
      Description copied from interface: MaintenanceOrderService
      Fetch multiple MaintenanceOrderPartner entities.
      Specified by:
      getAllMaintenanceOrderPartner in interface MaintenanceOrderService
      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 public MaintenanceOrderPartnerByKeyFluentHelper getMaintenanceOrderPartnerByKey(String maintenanceOrder, String partnerFunction, String maintenanceOrderPartner)
      Deprecated.
      Description copied from interface: MaintenanceOrderService
      Fetch a single MaintenanceOrderPartner entity using key fields.
      Specified by:
      getMaintenanceOrderPartnerByKey in interface MaintenanceOrderService
      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 public MaintenanceOrderPartnerDeleteFluentHelper deleteMaintenanceOrderPartner(@Nonnull MaintenanceOrderPartner maintenanceOrderPartner)
      Deprecated.
      Description copied from interface: MaintenanceOrderService
      Deletes an existing MaintenanceOrderPartner entity in the S/4HANA system.
      Specified by:
      deleteMaintenanceOrderPartner in interface MaintenanceOrderService
      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 public MaintnanceOrderPhaseControlFluentHelper getAllMaintnanceOrderPhaseControl()
      Deprecated.
      Description copied from interface: MaintenanceOrderService
      Fetch multiple MaintnanceOrderPhaseControl entities.
      Specified by:
      getAllMaintnanceOrderPhaseControl in interface MaintenanceOrderService
      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 public MaintnanceOrderPhaseControlByKeyFluentHelper getMaintnanceOrderPhaseControlByKey(String maintenanceOrder, String maintenancePhaseControl)
      Deprecated.
      Description copied from interface: MaintenanceOrderService
      Fetch a single MaintnanceOrderPhaseControl entity using key fields.
      Specified by:
      getMaintnanceOrderPhaseControlByKey in interface MaintenanceOrderService
      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 public MaintOrderActlPlndCostItmByKeyFluentHelper getMaintOrderActlPlndCostItmByKey(String p_GLAccountHierarchy, String sourceLedger, String ledger, String companyCode, String fiscalYear, String accountingDocument, String financialPlanningReqTransSqnc, String financialPlanningDataPacket, String actualPlanJournalEntryItem)
      Deprecated.
      Description copied from interface: MaintenanceOrderService
      Fetch a single MaintOrderActlPlndCostItm entity using key fields.
      Specified by:
      getMaintOrderActlPlndCostItmByKey in interface MaintenanceOrderService
      Parameters:
      p_GLAccountHierarchy - Hierarchy ID

      Constraints: Not nullable, Maximum length: 42

      sourceLedger - Source Ledger

      Constraints: Not nullable, Maximum length: 2

      ledger - Ledger in General Ledger Accounting

      Constraints: Not nullable, Maximum length: 2

      companyCode - Company Code

      Constraints: Not nullable, Maximum length: 4

      fiscalYear - Fiscal Year

      Constraints: Not nullable, Maximum length: 4

      accountingDocument - Journal Entry

      Constraints: Not nullable, Maximum length: 10

      financialPlanningReqTransSqnc - Financial Planning Request Transaction Sequence Number

      Constraints: Not nullable, Maximum length: 23

      financialPlanningDataPacket - Financial Planning Data Packet Number

      Constraints: Not nullable, Maximum length: 6

      actualPlanJournalEntryItem - Actual Plan Journal Entry Item

      Constraints: Not nullable, Maximum length: 12

      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 public MaintOrderActlPlndCostItm_TypeParametersByKeyFluentHelper getMaintOrderActlPlndCostItm_TypeParametersByKey(String p_GLAccountHierarchy)
      Deprecated.
      Description copied from interface: MaintenanceOrderService
      Fetch a single MaintOrderActlPlndCostItm_TypeParameters entity using key fields.
      Specified by:
      getMaintOrderActlPlndCostItm_TypeParametersByKey in interface MaintenanceOrderService
      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 public MaintOrderObjectListItemFluentHelper getAllMaintOrderObjectListItem()
      Deprecated.
      Description copied from interface: MaintenanceOrderService
      Fetch multiple MaintOrderObjectListItem entities.
      Specified by:
      getAllMaintOrderObjectListItem in interface MaintenanceOrderService
      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 public MaintOrderObjectListItemByKeyFluentHelper getMaintOrderObjectListItemByKey(String maintenanceOrder, Long maintenanceOrderObjectList, Integer maintenanceObjectListItem)
      Deprecated.
      Description copied from interface: MaintenanceOrderService
      Fetch a single MaintOrderObjectListItem entity using key fields.
      Specified by:
      getMaintOrderObjectListItemByKey in interface MaintenanceOrderService
      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 public MaintOrderObjectListItemUpdateFluentHelper updateMaintOrderObjectListItem(@Nonnull MaintOrderObjectListItem maintOrderObjectListItem)
      Deprecated.
      Description copied from interface: MaintenanceOrderService
      Update an existing MaintOrderObjectListItem entity and save it to the S/4HANA system.
      Specified by:
      updateMaintOrderObjectListItem in interface MaintenanceOrderService
      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 public MaintOrderObjectListItemDeleteFluentHelper deleteMaintOrderObjectListItem(@Nonnull MaintOrderObjectListItem maintOrderObjectListItem)
      Deprecated.
      Description copied from interface: MaintenanceOrderService
      Deletes an existing MaintOrderObjectListItem entity in the S/4HANA system.
      Specified by:
      deleteMaintOrderObjectListItem in interface MaintenanceOrderService
      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 public MaintOrderOpCompLongTextFluentHelper getAllMaintOrderOpCompLongText()
      Deprecated.
      Description copied from interface: MaintenanceOrderService
      Fetch multiple MaintOrderOpCompLongText entities.
      Specified by:
      getAllMaintOrderOpCompLongText in interface MaintenanceOrderService
      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 public MaintOrderOpCompLongTextByKeyFluentHelper getMaintOrderOpCompLongTextByKey(String maintenanceOrder, String maintenanceOrderOperation, String maintenanceOrderSubOperation, String maintenanceOrderComponent, String textObjectType, String language)
      Deprecated.
      Description copied from interface: MaintenanceOrderService
      Fetch a single MaintOrderOpCompLongText entity using key fields.
      Specified by:
      getMaintOrderOpCompLongTextByKey in interface MaintenanceOrderService
      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 public MaintOrderOpCompLongTextUpdateFluentHelper updateMaintOrderOpCompLongText(@Nonnull MaintOrderOpCompLongText maintOrderOpCompLongText)
      Deprecated.
      Description copied from interface: MaintenanceOrderService
      Update an existing MaintOrderOpCompLongText entity and save it to the S/4HANA system.
      Specified by:
      updateMaintOrderOpCompLongText in interface MaintenanceOrderService
      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 public MaintOrderOpCompLongTextDeleteFluentHelper deleteMaintOrderOpCompLongText(@Nonnull MaintOrderOpCompLongText maintOrderOpCompLongText)
      Deprecated.
      Description copied from interface: MaintenanceOrderService
      Deletes an existing MaintOrderOpCompLongText entity in the S/4HANA system.
      Specified by:
      deleteMaintOrderOpCompLongText in interface MaintenanceOrderService
      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 public MaintOrderOpComponentFluentHelper getAllMaintOrderOpComponent()
      Deprecated.
      Description copied from interface: MaintenanceOrderService
      Fetch multiple MaintOrderOpComponent entities.
      Specified by:
      getAllMaintOrderOpComponent in interface MaintenanceOrderService
      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 public MaintOrderOpComponentByKeyFluentHelper getMaintOrderOpComponentByKey(String maintenanceOrder, String maintenanceOrderOperation, String maintenanceOrderSubOperation, String maintenanceOrderComponent)
      Deprecated.
      Description copied from interface: MaintenanceOrderService
      Fetch a single MaintOrderOpComponent entity using key fields.
      Specified by:
      getMaintOrderOpComponentByKey in interface MaintenanceOrderService
      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 public MaintOrderOpComponentCreateFluentHelper createMaintOrderOpComponent(@Nonnull MaintOrderOpComponent maintOrderOpComponent)
      Deprecated.
      Description copied from interface: MaintenanceOrderService
      Create a new MaintOrderOpComponent entity and save it to the S/4HANA system.
      Specified by:
      createMaintOrderOpComponent in interface MaintenanceOrderService
      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 public MaintOrderOpComponentUpdateFluentHelper updateMaintOrderOpComponent(@Nonnull MaintOrderOpComponent maintOrderOpComponent)
      Deprecated.
      Description copied from interface: MaintenanceOrderService
      Update an existing MaintOrderOpComponent entity and save it to the S/4HANA system.
      Specified by:
      updateMaintOrderOpComponent in interface MaintenanceOrderService
      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 public MaintOrderOpComponentDeleteFluentHelper deleteMaintOrderOpComponent(@Nonnull MaintOrderOpComponent maintOrderOpComponent)
      Deprecated.
      Description copied from interface: MaintenanceOrderService
      Deletes an existing MaintOrderOpComponent entity in the S/4HANA system.
      Specified by:
      deleteMaintOrderOpComponent in interface MaintenanceOrderService
      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 public MaintOrderOpLongTextFluentHelper getAllMaintOrderOpLongText()
      Deprecated.
      Description copied from interface: MaintenanceOrderService
      Fetch multiple MaintOrderOpLongText entities.
      Specified by:
      getAllMaintOrderOpLongText in interface MaintenanceOrderService
      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 public MaintOrderOpLongTextByKeyFluentHelper getMaintOrderOpLongTextByKey(String maintenanceOrder, String maintenanceOrderOperation, String maintenanceOrderSubOperation, String textObjectType, String language)
      Deprecated.
      Description copied from interface: MaintenanceOrderService
      Fetch a single MaintOrderOpLongText entity using key fields.
      Specified by:
      getMaintOrderOpLongTextByKey in interface MaintenanceOrderService
      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 public MaintOrderOpLongTextUpdateFluentHelper updateMaintOrderOpLongText(@Nonnull MaintOrderOpLongText maintOrderOpLongText)
      Deprecated.
      Description copied from interface: MaintenanceOrderService
      Update an existing MaintOrderOpLongText entity and save it to the S/4HANA system.
      Specified by:
      updateMaintOrderOpLongText in interface MaintenanceOrderService
      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 public MaintOrderOpLongTextDeleteFluentHelper deleteMaintOrderOpLongText(@Nonnull MaintOrderOpLongText maintOrderOpLongText)
      Deprecated.
      Description copied from interface: MaintenanceOrderService
      Deletes an existing MaintOrderOpLongText entity in the S/4HANA system.
      Specified by:
      deleteMaintOrderOpLongText in interface MaintenanceOrderService
      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 public MaintOrderOpPhaseControlFluentHelper getAllMaintOrderOpPhaseControl()
      Deprecated.
      Description copied from interface: MaintenanceOrderService
      Fetch multiple MaintOrderOpPhaseControl entities.
      Specified by:
      getAllMaintOrderOpPhaseControl in interface MaintenanceOrderService
      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 public MaintOrderOpPhaseControlByKeyFluentHelper getMaintOrderOpPhaseControlByKey(String maintenanceOrder, String maintenanceOrderOperation, String maintenanceOrderSubOperation, String maintenancePhaseControl)
      Deprecated.
      Description copied from interface: MaintenanceOrderService
      Fetch a single MaintOrderOpPhaseControl entity using key fields.
      Specified by:
      getMaintOrderOpPhaseControlByKey in interface MaintenanceOrderService
      Parameters:
      maintenanceOrder - Order Number

      Constraints: Not nullable, Maximum length: 12

      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 public MaintOrderOpProdnRsceToolFluentHelper getAllMaintOrderOpProdnRsceTool()
      Deprecated.
      Description copied from interface: MaintenanceOrderService
      Fetch multiple MaintOrderOpProdnRsceTool entities.
      Specified by:
      getAllMaintOrderOpProdnRsceTool in interface MaintenanceOrderService
      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 public MaintOrderOpProdnRsceToolByKeyFluentHelper getMaintOrderOpProdnRsceToolByKey(String maintenanceOrder, String maintenanceOrderOperation, String maintenanceOrderSubOperation, String prodnRsceToolItemNumber)
      Deprecated.
      Description copied from interface: MaintenanceOrderService
      Fetch a single MaintOrderOpProdnRsceTool entity using key fields.
      Specified by:
      getMaintOrderOpProdnRsceToolByKey in interface MaintenanceOrderService
      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 public MaintOrderOpProdnRsceToolUpdateFluentHelper updateMaintOrderOpProdnRsceTool(@Nonnull MaintOrderOpProdnRsceTool maintOrderOpProdnRsceTool)
      Deprecated.
      Description copied from interface: MaintenanceOrderService
      Update an existing MaintOrderOpProdnRsceTool entity and save it to the S/4HANA system.
      Specified by:
      updateMaintOrderOpProdnRsceTool in interface MaintenanceOrderService
      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 public MaintOrderOpProdnRsceToolDeleteFluentHelper deleteMaintOrderOpProdnRsceTool(@Nonnull MaintOrderOpProdnRsceTool maintOrderOpProdnRsceTool)
      Deprecated.
      Description copied from interface: MaintenanceOrderService
      Deletes an existing MaintOrderOpProdnRsceTool entity in the S/4HANA system.
      Specified by:
      deleteMaintOrderOpProdnRsceTool in interface MaintenanceOrderService
      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 public MaintOrderOpRelationshipFluentHelper getAllMaintOrderOpRelationship()
      Deprecated.
      Description copied from interface: MaintenanceOrderService
      Fetch multiple MaintOrderOpRelationship entities.
      Specified by:
      getAllMaintOrderOpRelationship in interface MaintenanceOrderService
      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 public MaintOrderOpRelationshipByKeyFluentHelper getMaintOrderOpRelationshipByKey(String maintenanceOrder, String maintenanceOrderOperation, String maintenanceOrderSubOperation, Boolean maintOrdOperationIsSuccessor, String relatedMaintenanceOrder, String relatedMaintOrderOperation, String orderOpRelationshipIntType)
      Deprecated.
      Description copied from interface: MaintenanceOrderService
      Fetch a single MaintOrderOpRelationship entity using key fields.
      Specified by:
      getMaintOrderOpRelationshipByKey in interface MaintenanceOrderService
      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

      maintOrdOperationIsSuccessor - Indicator: Activity is successor to selected activity

      Constraints: Not nullable

      relatedMaintenanceOrder - Order Number

      Constraints: Not nullable, Maximum length: 12

      relatedMaintOrderOperation - Maintenance Order Operation

      Constraints: Not nullable, Maximum length: 4

      orderOpRelationshipIntType - Type of relationship

      Constraints: Not nullable, Maximum length: 2

      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 public MaintOrderOpRelationshipUpdateFluentHelper updateMaintOrderOpRelationship(@Nonnull MaintOrderOpRelationship maintOrderOpRelationship)
      Deprecated.
      Description copied from interface: MaintenanceOrderService
      Update an existing MaintOrderOpRelationship entity and save it to the S/4HANA system.
      Specified by:
      updateMaintOrderOpRelationship in interface MaintenanceOrderService
      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 public MaintOrderOpRelationshipDeleteFluentHelper deleteMaintOrderOpRelationship(@Nonnull MaintOrderOpRelationship maintOrderOpRelationship)
      Deprecated.
      Description copied from interface: MaintenanceOrderService
      Deletes an existing MaintOrderOpRelationship entity in the S/4HANA system.
      Specified by:
      deleteMaintOrderOpRelationship in interface MaintenanceOrderService
      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 public MaintOrderSettlmtDistrRuleFluentHelper getAllMaintOrderSettlmtDistrRule()
      Deprecated.
      Description copied from interface: MaintenanceOrderService
      Fetch multiple MaintOrderSettlmtDistrRule entities.
      Specified by:
      getAllMaintOrderSettlmtDistrRule in interface MaintenanceOrderService
      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 public MaintOrderSettlmtDistrRuleByKeyFluentHelper getMaintOrderSettlmtDistrRuleByKey(String maintenanceOrder, String settlmtDistrRuleSequence)
      Deprecated.
      Description copied from interface: MaintenanceOrderService
      Fetch a single MaintOrderSettlmtDistrRule entity using key fields.
      Specified by:
      getMaintOrderSettlmtDistrRuleByKey in interface MaintenanceOrderService
      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 public MaintOrderSettlmtDistrRuleUpdateFluentHelper updateMaintOrderSettlmtDistrRule(@Nonnull MaintOrderSettlmtDistrRule maintOrderSettlmtDistrRule)
      Deprecated.
      Description copied from interface: MaintenanceOrderService
      Update an existing MaintOrderSettlmtDistrRule entity and save it to the S/4HANA system.
      Specified by:
      updateMaintOrderSettlmtDistrRule in interface MaintenanceOrderService
      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 public MaintOrderSettlmtDistrRuleDeleteFluentHelper deleteMaintOrderSettlmtDistrRule(@Nonnull MaintOrderSettlmtDistrRule maintOrderSettlmtDistrRule)
      Deprecated.
      Description copied from interface: MaintenanceOrderService
      Deletes an existing MaintOrderSettlmtDistrRule entity in the S/4HANA system.
      Specified by:
      deleteMaintOrderSettlmtDistrRule in interface MaintenanceOrderService
      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 public MaintOrdSettlmtDistrRuleHistFluentHelper getAllMaintOrdSettlmtDistrRuleHist()
      Deprecated.
      Description copied from interface: MaintenanceOrderService
      Fetch multiple MaintOrdSettlmtDistrRuleHist entities.
      Specified by:
      getAllMaintOrdSettlmtDistrRuleHist in interface MaintenanceOrderService
      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 public MaintOrdSettlmtDistrRuleHistByKeyFluentHelper getMaintOrdSettlmtDistrRuleHistByKey(String maintenanceOrder, String settlmtDistrRuleSequence, String ledger)
      Deprecated.
      Description copied from interface: MaintenanceOrderService
      Fetch a single MaintOrdSettlmtDistrRuleHist entity using key fields.
      Specified by:
      getMaintOrdSettlmtDistrRuleHistByKey in interface MaintenanceOrderService
      Parameters:
      maintenanceOrder - Order Number

      Constraints: Not nullable, Maximum length: 12

      settlmtDistrRuleSequence - Sequence Number of Distribution Rule

      Constraints: Not nullable, Maximum length: 7

      ledger - Ledger in General Ledger Accounting

      Constraints: Not nullable, Maximum length: 2

      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 public ApproveMaintenanceOrderFluentHelper approveMaintenanceOrder(@Nonnull String maintenanceOrder)
      Deprecated.
      Description copied from interface: MaintenanceOrderService

      Creates a fluent helper for the ApproveMaintenanceOrder OData function import.

      Specified by:
      approveMaintenanceOrder in interface MaintenanceOrderService
      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 public AssignMaintNotificationToOrderFluentHelper assignMaintNotificationToOrder(@Nonnull String maintenanceOrder, @Nullable String maintenanceNotification)
      Deprecated.
      Description copied from interface: MaintenanceOrderService

      Creates a fluent helper for the AssignMaintNotificationToOrder OData function import.

      Specified by:
      assignMaintNotificationToOrder in interface MaintenanceOrderService
      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 public AssignMaintNotificationToOrderFluentHelper assignMaintNotificationToOrder(@Nonnull String maintenanceOrder, @Nullable String maintenanceNotification, @Nullable Boolean notificationIsHeaderNotif)
      Deprecated.
      Description copied from interface: MaintenanceOrderService

      Creates a fluent helper for the AssignMaintNotificationToOrder OData function import.

      Specified by:
      assignMaintNotificationToOrder in interface MaintenanceOrderService
      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 public RejectMaintenanceOrderFluentHelper rejectMaintenanceOrder(@Nonnull String maintenanceOrder)
      Deprecated.
      Description copied from interface: MaintenanceOrderService

      Creates a fluent helper for the RejectMaintenanceOrder OData function import.

      Specified by:
      rejectMaintenanceOrder in interface MaintenanceOrderService
      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 public ReleaseMaintenanceOrderFluentHelper releaseMaintenanceOrder(@Nonnull String maintenanceOrder)
      Deprecated.
      Description copied from interface: MaintenanceOrderService

      Creates a fluent helper for the ReleaseMaintenanceOrder OData function import.

      Specified by:
      releaseMaintenanceOrder in interface MaintenanceOrderService
      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 public ResetMaintOrderStatusClosedFluentHelper resetMaintOrderStatusClosed(@Nonnull String maintenanceOrder)
      Deprecated.
      Description copied from interface: MaintenanceOrderService

      Creates a fluent helper for the ResetMaintOrderStatusClosed OData function import.

      Specified by:
      resetMaintOrderStatusClosed in interface MaintenanceOrderService
      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 public ResetMaintOrderStsRdyForSchedgFluentHelper resetMaintOrderStsRdyForSchedg(@Nonnull String maintenanceOrder)
      Deprecated.
      Description copied from interface: MaintenanceOrderService

      Creates a fluent helper for the ResetMaintOrderStsRdyForSchedg OData function import.

      Specified by:
      resetMaintOrderStsRdyForSchedg in interface MaintenanceOrderService
      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 public ResetMaintOrdOpsStsDispatchedFluentHelper resetMaintOrdOpsStsDispatched(@Nonnull String maintenanceOrder)
      Deprecated.
      Description copied from interface: MaintenanceOrderService

      Creates a fluent helper for the ResetMaintOrdOpsStsDispatched OData function import.

      Specified by:
      resetMaintOrdOpsStsDispatched in interface MaintenanceOrderService
      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 public ResetMaintOrdStsMainWorkCmpltFluentHelper resetMaintOrdStsMainWorkCmplt(@Nonnull String maintenanceOrder)
      Deprecated.
      Description copied from interface: MaintenanceOrderService

      Creates a fluent helper for the ResetMaintOrdStsMainWorkCmplt OData function import.

      Specified by:
      resetMaintOrdStsMainWorkCmplt in interface MaintenanceOrderService
      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 public ResetMaintOrdStsMrkdForDeltnFluentHelper resetMaintOrdStsMrkdForDeltn(@Nonnull String maintenanceOrder, @Nullable Boolean assgdMaintNotifIsToBeResetDel)
      Deprecated.
      Description copied from interface: MaintenanceOrderService

      Creates a fluent helper for the ResetMaintOrdStsMrkdForDeltn OData function import.

      Specified by:
      resetMaintOrdStsMrkdForDeltn in interface MaintenanceOrderService
      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 public ResetMaintOrdStsTechCompletedFluentHelper resetMaintOrdStsTechCompleted(@Nonnull String maintenanceOrder, @Nullable Boolean assgdMaintNotifIsToBePutInProc)
      Deprecated.
      Description copied from interface: MaintenanceOrderService

      Creates a fluent helper for the ResetMaintOrdStsTechCompleted OData function import.

      Specified by:
      resetMaintOrdStsTechCompleted in interface MaintenanceOrderService
      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 public ScheduleMaintenanceOrderFluentHelper scheduleMaintenanceOrder(@Nonnull String maintenanceOrder)
      Deprecated.
      Description copied from interface: MaintenanceOrderService

      Creates a fluent helper for the ScheduleMaintenanceOrder OData function import.

      Specified by:
      scheduleMaintenanceOrder in interface MaintenanceOrderService
      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 public SetMaintOrderOpsToDispatchedFluentHelper setMaintOrderOpsToDispatched(@Nonnull String maintenanceOrder)
      Deprecated.
      Description copied from interface: MaintenanceOrderService

      Creates a fluent helper for the SetMaintOrderOpsToDispatched OData function import.

      Specified by:
      setMaintOrderOpsToDispatched in interface MaintenanceOrderService
      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 public SetMaintOrderStatusToClosedFluentHelper setMaintOrderStatusToClosed(@Nonnull String maintenanceOrder, @Nullable ZonedDateTime maintOrderReferenceDateTime, @Nullable Boolean assignedMaintNotifIsToBeClosed)
      Deprecated.
      Description copied from interface: MaintenanceOrderService

      Creates a fluent helper for the SetMaintOrderStatusToClosed OData function import.

      Specified by:
      setMaintOrderStatusToClosed in interface MaintenanceOrderService
      Parameters:
      maintenanceOrder - Order

      Constraints: Not nullable, Maximum length: 12

      Original parameter name from the Odata EDM: MaintenanceOrder

      maintOrderReferenceDateTime - Completion Date/Time

      Constraints: Nullable, Precision: 0

      Original parameter name from the Odata EDM: MaintOrderReferenceDateTime

      assignedMaintNotifIsToBeClosed - Complete Assigned Notifications

      Constraints: Nullable

      Original parameter name from the Odata EDM: AssignedMaintNotifIsToBeClosed

      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 public SetMaintOrderStatusToLockedFluentHelper setMaintOrderStatusToLocked(@Nonnull String maintenanceOrder)
      Deprecated.
      Description copied from interface: MaintenanceOrderService

      Creates a fluent helper for the SetMaintOrderStatusToLocked OData function import.

      Specified by:
      setMaintOrderStatusToLocked in interface MaintenanceOrderService
      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 public SetMaintOrderStatusToUnlockedFluentHelper setMaintOrderStatusToUnlocked(@Nonnull String maintenanceOrder)
      Deprecated.
      Description copied from interface: MaintenanceOrderService

      Creates a fluent helper for the SetMaintOrderStatusToUnlocked OData function import.

      Specified by:
      setMaintOrderStatusToUnlocked in interface MaintenanceOrderService
      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 public SetMaintOrderToDoNotExecuteFluentHelper setMaintOrderToDoNotExecute(@Nonnull String maintenanceOrder, @Nullable ZonedDateTime maintOrderReferenceDateTime, @Nullable Boolean assignedMaintNotifIsToBeClosed, @Nullable Boolean assgdMaintNotifIsToBeRsetAlloc)
      Deprecated.
      Description copied from interface: MaintenanceOrderService

      Creates a fluent helper for the SetMaintOrderToDoNotExecute OData function import.

      Specified by:
      setMaintOrderToDoNotExecute in interface MaintenanceOrderService
      Parameters:
      maintenanceOrder - Order

      Constraints: Not nullable, Maximum length: 12

      Original parameter name from the Odata EDM: MaintenanceOrder

      maintOrderReferenceDateTime - Reference Date/Time

      Constraints: Nullable, Precision: 0

      Original parameter name from the Odata EDM: MaintOrderReferenceDateTime

      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

      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 public SetMaintOrderToDoNotExecuteFluentHelper setMaintOrderToDoNotExecute(@Nonnull String maintenanceOrder, @Nullable ZonedDateTime maintOrderReferenceDateTime, @Nullable Boolean assignedMaintNotifIsToBeClosed, @Nullable Boolean assgdMaintNotifIsToBeRsetAlloc, @Nullable String maintOrdCancellationAction)
      Deprecated.
      Description copied from interface: MaintenanceOrderService

      Creates a fluent helper for the SetMaintOrderToDoNotExecute OData function import.

      Specified by:
      setMaintOrderToDoNotExecute in interface MaintenanceOrderService
      Parameters:
      maintenanceOrder - Order

      Constraints: Not nullable, Maximum length: 12

      Original parameter name from the Odata EDM: MaintenanceOrder

      maintOrderReferenceDateTime - Reference Date/Time

      Constraints: Nullable, Precision: 0

      Original parameter name from the Odata EDM: MaintOrderReferenceDateTime

      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

      maintOrdCancellationAction - What should happen to assigned notifications

      Constraints: Nullable, Maximum length: 1

      Original parameter name from the Odata EDM: MaintOrdCancellationAction

      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 public SetMaintOrderToReadyForSchedgFluentHelper setMaintOrderToReadyForSchedg(@Nonnull String maintenanceOrder)
      Deprecated.
      Description copied from interface: MaintenanceOrderService

      Creates a fluent helper for the SetMaintOrderToReadyForSchedg OData function import.

      Specified by:
      setMaintOrderToReadyForSchedg in interface MaintenanceOrderService
      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 public SetMaintOrdStsToMrkdForDeltnFluentHelper setMaintOrdStsToMrkdForDeltn(@Nonnull String maintenanceOrder, @Nullable Boolean assgdMaintNotifIsToBeSetDel)
      Deprecated.
      Description copied from interface: MaintenanceOrderService

      Creates a fluent helper for the SetMaintOrdStsToMrkdForDeltn OData function import.

      Specified by:
      setMaintOrdStsToMrkdForDeltn in interface MaintenanceOrderService
      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 public SetMaintOrdToMainWorkCompleteFluentHelper setMaintOrdToMainWorkComplete(@Nonnull String maintenanceOrder)
      Deprecated.
      Description copied from interface: MaintenanceOrderService

      Creates a fluent helper for the SetMaintOrdToMainWorkComplete OData function import.

      Specified by:
      setMaintOrdToMainWorkComplete in interface MaintenanceOrderService
      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 public SetMaintOrdToMainWorkCompleteFluentHelper setMaintOrdToMainWorkComplete(@Nonnull String maintenanceOrder, @Nullable ZonedDateTime mainWorkCompletedDateTime, @Nullable Boolean mainWrkCmpltdDateTimeIsUsed)
      Deprecated.
      Description copied from interface: MaintenanceOrderService

      Creates a fluent helper for the SetMaintOrdToMainWorkComplete OData function import.

      Specified by:
      setMaintOrdToMainWorkComplete in interface MaintenanceOrderService
      Parameters:
      maintenanceOrder - Order

      Constraints: Not nullable, Maximum length: 12

      Original parameter name from the Odata EDM: MaintenanceOrder

      mainWorkCompletedDateTime - Main Work Completion Date and Time

      Constraints: Nullable, Precision: 0

      Original parameter name from the Odata EDM: MainWorkCompletedDateTime

      mainWrkCmpltdDateTimeIsUsed - Set as Reference Date and Time

      Constraints: Nullable

      Original parameter name from the Odata EDM: MainWrkCmpltdDateTimeIsUsed

      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 public SetMaintOrdToTechCompletedFluentHelper setMaintOrdToTechCompleted(@Nonnull String maintenanceOrder, @Nullable ZonedDateTime maintOrderReferenceDateTime, @Nullable Boolean assignedMaintNotifIsToBeClosed)
      Deprecated.
      Description copied from interface: MaintenanceOrderService

      Creates a fluent helper for the SetMaintOrdToTechCompleted OData function import.

      Specified by:
      setMaintOrdToTechCompleted in interface MaintenanceOrderService
      Parameters:
      maintenanceOrder - Order

      Constraints: Not nullable, Maximum length: 12

      Original parameter name from the Odata EDM: MaintenanceOrder

      maintOrderReferenceDateTime - Completion Date/Time

      Constraints: Nullable, Precision: 0

      Original parameter name from the Odata EDM: MaintOrderReferenceDateTime

      assignedMaintNotifIsToBeClosed - Complete Assigned Notifications

      Constraints: Nullable

      Original parameter name from the Odata EDM: AssignedMaintNotifIsToBeClosed

      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 public SetMaintOrdToTechCompletedFluentHelper setMaintOrdToTechCompleted(@Nonnull String maintenanceOrder, @Nullable ZonedDateTime maintOrderReferenceDateTime, @Nullable Boolean assignedMaintNotifIsToBeClosed, @Nullable Boolean mainWrkCmpltdDateTimeIsUsed)
      Deprecated.
      Description copied from interface: MaintenanceOrderService

      Creates a fluent helper for the SetMaintOrdToTechCompleted OData function import.

      Specified by:
      setMaintOrdToTechCompleted in interface MaintenanceOrderService
      Parameters:
      maintenanceOrder - Order

      Constraints: Not nullable, Maximum length: 12

      Original parameter name from the Odata EDM: MaintenanceOrder

      maintOrderReferenceDateTime - Completion Date/Time

      Constraints: Nullable, Precision: 0

      Original parameter name from the Odata EDM: MaintOrderReferenceDateTime

      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

      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 public SubmitMaintOrderForApprovalFluentHelper submitMaintOrderForApproval(@Nonnull String maintenanceOrder)
      Deprecated.
      Description copied from interface: MaintenanceOrderService

      Creates a fluent helper for the SubmitMaintOrderForApproval OData function import.

      Specified by:
      submitMaintOrderForApproval in interface MaintenanceOrderService
      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 public ResetMaintOrderOpStsDispatchedFluentHelper resetMaintOrderOpStsDispatched(@Nonnull String maintenanceOrder, @Nonnull String maintenanceOrderOperation, @Nonnull String maintenanceOrderSubOperation)
      Deprecated.
      Description copied from interface: MaintenanceOrderService

      Creates a fluent helper for the ResetMaintOrderOpStsDispatched OData function import.

      Specified by:
      resetMaintOrderOpStsDispatched in interface MaintenanceOrderService
      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 public SetMaintOrderOpToDispatchedFluentHelper setMaintOrderOpToDispatched(@Nonnull String maintenanceOrder, @Nonnull String maintenanceOrderOperation, @Nonnull String maintenanceOrderSubOperation)
      Deprecated.
      Description copied from interface: MaintenanceOrderService

      Creates a fluent helper for the SetMaintOrderOpToDispatched OData function import.

      Specified by:
      setMaintOrderOpToDispatched in interface MaintenanceOrderService
      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 public ActvtMaintOrderPhaseControlFluentHelper actvtMaintOrderPhaseControl(@Nonnull String maintenanceOrder, @Nonnull String maintenancePhaseControl)
      Deprecated.
      Description copied from interface: MaintenanceOrderService

      Creates a fluent helper for the ActvtMaintOrderPhaseControl OData function import.

      Specified by:
      actvtMaintOrderPhaseControl in interface MaintenanceOrderService
      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 public DactvtMaintOrderPhaseControlFluentHelper dactvtMaintOrderPhaseControl(@Nonnull String maintenanceOrder, @Nonnull String maintenancePhaseControl)
      Deprecated.
      Description copied from interface: MaintenanceOrderService

      Creates a fluent helper for the DactvtMaintOrderPhaseControl OData function import.

      Specified by:
      dactvtMaintOrderPhaseControl in interface MaintenanceOrderService
      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 public ActvtMaintOrderOpPhaseControlFluentHelper actvtMaintOrderOpPhaseControl(@Nonnull String maintenanceOrder, @Nonnull String maintenanceOrderOperation, @Nonnull String maintenanceOrderSubOperation, @Nonnull String maintenancePhaseControl)
      Deprecated.
      Description copied from interface: MaintenanceOrderService

      Creates a fluent helper for the ActvtMaintOrderOpPhaseControl OData function import.

      Specified by:
      actvtMaintOrderOpPhaseControl in interface MaintenanceOrderService
      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 public DactvtMaintOrderOpPhaseControlFluentHelper dactvtMaintOrderOpPhaseControl(@Nonnull String maintenanceOrder, @Nonnull String maintenanceOrderOperation, @Nonnull String maintenanceOrderSubOperation, @Nonnull String maintenancePhaseControl)
      Deprecated.
      Description copied from interface: MaintenanceOrderService

      Creates a fluent helper for the DactvtMaintOrderOpPhaseControl OData function import.

      Specified by:
      dactvtMaintOrderOpPhaseControl in interface MaintenanceOrderService
      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.