Class DefaultEquipmentService

java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odata.services.DefaultEquipmentService
All Implemented Interfaces:
BatchService<EquipmentServiceBatch>, EquipmentService

@Named("com.sap.cloud.sdk.s4hana.datamodel.odata.services.DefaultEquipmentService") @Deprecated public class DefaultEquipmentService extends Object implements EquipmentService
Deprecated.
The service and all its related classes are deprecated. Please use the odata generator to generate the VDM.

This service contains equipment, long text, partner function, warranty, class, characteristic, and characteristic value nodes. The information is sent in the request as a payload. The request payload contains all information required to create or update an equipment. All the information in the payload is used to create or update an equipment including appropriate checks for restricted values and authorizations. Once the equipment has been created, the equipment number is sent in the response with the data included in the equipment. If the input in the request is not as expected when you create or update an equipment, the system displays appropriate error or warning messages in the response..

Business Documentation

Reference: SAP Business Accelerator Hub

Details:

OData Service: API_EQUIPMENT
API Version: 1.1.0
Minimum ERP Version: 2302
Communication Scenario: Asset Management Master Data Integration(SAP_COM_0395)
Scope Items: Service Order Management and Monitoring(3D2), Service Contract Management(3MO), In-House Repair(3XK), Reactive Maintenance(4HH), Proactive Maintenance(4HI), Improvement Maintenance(4VT), Operational and Overhead Maintenance(4WM), Corrective Maintenance(BH1), Emergency Maintenance(BH2), Preventive Maintenance(BJ2), Reactive Maintenance(OHH), Proactive Maintenance(OHI), PSM: Preventive Maintenance(OJ2), Improvement Maintenance(OVT), Operational and Overhead Maintenance(OWM), Service Order Processing with SAP Field Service Management(49X), Service Quotation(4GA)
Authentication Methods: x509
Business Object: Equipment
  • Constructor Details

  • Method Details

    • withServicePath

      @Nonnull public DefaultEquipmentService withServicePath(@Nonnull String servicePath)
      Deprecated.
      Description copied from interface: EquipmentService
      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 EquipmentService
      Parameters:
      servicePath - Service path that will override the default.
      Returns:
      A new service instance with the specified service path.
    • batch

      @Nonnull public DefaultEquipmentServiceBatch batch()
      Deprecated.
      Specified by:
      batch in interface BatchService<EquipmentServiceBatch>
    • getAllEquipment

      @Nonnull public EquipmentFluentHelper getAllEquipment()
      Deprecated.
      Description copied from interface: EquipmentService
      Fetch multiple Equipment entities.
      Specified by:
      getAllEquipment in interface EquipmentService
      Returns:
      A fluent helper to fetch multiple Equipment 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.
    • getEquipmentByKey

      @Nonnull public EquipmentByKeyFluentHelper getEquipmentByKey(String equipment, LocalDateTime validityEndDate)
      Deprecated.
      Description copied from interface: EquipmentService
      Fetch a single Equipment entity using key fields.
      Specified by:
      getEquipmentByKey in interface EquipmentService
      Parameters:
      equipment - Equipment Number

      Constraints: Not nullable, Maximum length: 18

      validityEndDate - Valid To Date

      Constraints: Not nullable, Precision: 0

      Returns:
      A fluent helper to fetch a single Equipment 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.
    • createEquipment

      @Nonnull public EquipmentCreateFluentHelper createEquipment(@Nonnull Equipment equipment)
      Deprecated.
      Description copied from interface: EquipmentService
      Create a new Equipment entity and save it to the S/4HANA system.
      Specified by:
      createEquipment in interface EquipmentService
      Parameters:
      equipment - Equipment entity object that will be created in the S/4HANA system.
      Returns:
      A fluent helper to create a new Equipment entity. To perform execution, call the execute method on the fluent helper object.
    • updateEquipment

      @Nonnull public EquipmentUpdateFluentHelper updateEquipment(@Nonnull Equipment equipment)
      Deprecated.
      Description copied from interface: EquipmentService
      Update an existing Equipment entity and save it to the S/4HANA system.
      Specified by:
      updateEquipment in interface EquipmentService
      Parameters:
      equipment - Equipment entity object that will be updated in the S/4HANA system.
      Returns:
      A fluent helper to update an existing Equipment entity. To perform execution, call the execute method on the fluent helper object.
    • getAllEquipClassCharacteristicValue

      @Nonnull public EquipClassCharacteristicValueFluentHelper getAllEquipClassCharacteristicValue()
      Deprecated.
      Description copied from interface: EquipmentService
      Fetch multiple EquipClassCharacteristicValue entities.
      Specified by:
      getAllEquipClassCharacteristicValue in interface EquipmentService
      Returns:
      A fluent helper to fetch multiple EquipClassCharacteristicValue 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.
    • getEquipClassCharacteristicValueByKey

      @Nonnull public EquipClassCharacteristicValueByKeyFluentHelper getEquipClassCharacteristicValueByKey(String equipment, String classType, String charcValuePositionNumber, String characteristicInternalID)
      Deprecated.
      Description copied from interface: EquipmentService
      Fetch a single EquipClassCharacteristicValue entity using key fields.
      Specified by:
      getEquipClassCharacteristicValueByKey in interface EquipmentService
      Parameters:
      equipment - Equipment Number

      Constraints: Not nullable, Maximum length: 18

      classType - Class Type

      Constraints: Not nullable, Maximum length: 3

      charcValuePositionNumber - Characteristic value counter

      Constraints: Not nullable, Maximum length: 3

      characteristicInternalID - Characteristic Internal ID

      Constraints: Not nullable, Maximum length: 10

      Returns:
      A fluent helper to fetch a single EquipClassCharacteristicValue 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.
    • createEquipClassCharacteristicValue

      @Nonnull public EquipClassCharacteristicValueCreateFluentHelper createEquipClassCharacteristicValue(@Nonnull EquipClassCharacteristicValue equipClassCharacteristicValue)
      Deprecated.
      Description copied from interface: EquipmentService
      Create a new EquipClassCharacteristicValue entity and save it to the S/4HANA system.
      Specified by:
      createEquipClassCharacteristicValue in interface EquipmentService
      Parameters:
      equipClassCharacteristicValue - EquipClassCharacteristicValue entity object that will be created in the S/4HANA system.
      Returns:
      A fluent helper to create a new EquipClassCharacteristicValue entity. To perform execution, call the execute method on the fluent helper object.
    • updateEquipClassCharacteristicValue

      @Nonnull public EquipClassCharacteristicValueUpdateFluentHelper updateEquipClassCharacteristicValue(@Nonnull EquipClassCharacteristicValue equipClassCharacteristicValue)
      Deprecated.
      Description copied from interface: EquipmentService
      Update an existing EquipClassCharacteristicValue entity and save it to the S/4HANA system.
      Specified by:
      updateEquipClassCharacteristicValue in interface EquipmentService
      Parameters:
      equipClassCharacteristicValue - EquipClassCharacteristicValue entity object that will be updated in the S/4HANA system.
      Returns:
      A fluent helper to update an existing EquipClassCharacteristicValue entity. To perform execution, call the execute method on the fluent helper object.
    • getAllEquipmentClass

      @Nonnull public EquipmentClassFluentHelper getAllEquipmentClass()
      Deprecated.
      Description copied from interface: EquipmentService
      Fetch multiple EquipmentClass entities.
      Specified by:
      getAllEquipmentClass in interface EquipmentService
      Returns:
      A fluent helper to fetch multiple EquipmentClass 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.
    • getEquipmentClassByKey

      @Nonnull public EquipmentClassByKeyFluentHelper getEquipmentClassByKey(String equipment, String classInternalID, String classType)
      Deprecated.
      Description copied from interface: EquipmentService
      Fetch a single EquipmentClass entity using key fields.
      Specified by:
      getEquipmentClassByKey in interface EquipmentService
      Parameters:
      equipment - Equipment Number

      Constraints: Not nullable, Maximum length: 18

      classInternalID - Internal Class Number

      Constraints: Not nullable, Maximum length: 10

      classType - Class Type

      Constraints: Not nullable, Maximum length: 3

      Returns:
      A fluent helper to fetch a single EquipmentClass 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.
    • createEquipmentClass

      @Nonnull public EquipmentClassCreateFluentHelper createEquipmentClass(@Nonnull EquipmentClass equipmentClass)
      Deprecated.
      Description copied from interface: EquipmentService
      Create a new EquipmentClass entity and save it to the S/4HANA system.
      Specified by:
      createEquipmentClass in interface EquipmentService
      Parameters:
      equipmentClass - EquipmentClass entity object that will be created in the S/4HANA system.
      Returns:
      A fluent helper to create a new EquipmentClass entity. To perform execution, call the execute method on the fluent helper object.
    • updateEquipmentClass

      @Nonnull public EquipmentClassUpdateFluentHelper updateEquipmentClass(@Nonnull EquipmentClass equipmentClass)
      Deprecated.
      Description copied from interface: EquipmentService
      Update an existing EquipmentClass entity and save it to the S/4HANA system.
      Specified by:
      updateEquipmentClass in interface EquipmentService
      Parameters:
      equipmentClass - EquipmentClass entity object that will be updated in the S/4HANA system.
      Returns:
      A fluent helper to update an existing EquipmentClass entity. To perform execution, call the execute method on the fluent helper object.
    • deleteEquipmentClass

      @Nonnull public EquipmentClassDeleteFluentHelper deleteEquipmentClass(@Nonnull EquipmentClass equipmentClass)
      Deprecated.
      Description copied from interface: EquipmentService
      Deletes an existing EquipmentClass entity in the S/4HANA system.
      Specified by:
      deleteEquipmentClass in interface EquipmentService
      Parameters:
      equipmentClass - EquipmentClass entity object that will be deleted in the S/4HANA system.
      Returns:
      A fluent helper to delete an existing EquipmentClass entity. To perform execution, call the execute method on the fluent helper object.
    • getAllEquipmentClassCharacteristic

      @Nonnull public EquipmentClassCharacteristicFluentHelper getAllEquipmentClassCharacteristic()
      Deprecated.
      Description copied from interface: EquipmentService
      Fetch multiple EquipmentClassCharacteristic entities.
      Specified by:
      getAllEquipmentClassCharacteristic in interface EquipmentService
      Returns:
      A fluent helper to fetch multiple EquipmentClassCharacteristic 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.
    • getEquipmentClassCharacteristicByKey

      @Nonnull public EquipmentClassCharacteristicByKeyFluentHelper getEquipmentClassCharacteristicByKey(String equipment, String classInternalID, String characteristicInternalID)
      Deprecated.
      Description copied from interface: EquipmentService
      Fetch a single EquipmentClassCharacteristic entity using key fields.
      Specified by:
      getEquipmentClassCharacteristicByKey in interface EquipmentService
      Parameters:
      equipment - Equipment Number

      Constraints: Not nullable, Maximum length: 18

      classInternalID - Internal Class Number

      Constraints: Not nullable, Maximum length: 10

      characteristicInternalID - Characteristic Internal ID

      Constraints: Not nullable, Maximum length: 10

      Returns:
      A fluent helper to fetch a single EquipmentClassCharacteristic 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.
    • createEquipmentClassCharacteristic

      @Nonnull public EquipmentClassCharacteristicCreateFluentHelper createEquipmentClassCharacteristic(@Nonnull EquipmentClassCharacteristic equipmentClassCharacteristic)
      Deprecated.
      Description copied from interface: EquipmentService
      Create a new EquipmentClassCharacteristic entity and save it to the S/4HANA system.
      Specified by:
      createEquipmentClassCharacteristic in interface EquipmentService
      Parameters:
      equipmentClassCharacteristic - EquipmentClassCharacteristic entity object that will be created in the S/4HANA system.
      Returns:
      A fluent helper to create a new EquipmentClassCharacteristic entity. To perform execution, call the execute method on the fluent helper object.
    • getAllEquipmentLongText

      @Nonnull public EquipmentLongTextFluentHelper getAllEquipmentLongText()
      Deprecated.
      Description copied from interface: EquipmentService
      Fetch multiple EquipmentLongText entities.
      Specified by:
      getAllEquipmentLongText in interface EquipmentService
      Returns:
      A fluent helper to fetch multiple EquipmentLongText 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.
    • getEquipmentLongTextByKey

      @Nonnull public EquipmentLongTextByKeyFluentHelper getEquipmentLongTextByKey(String equipment)
      Deprecated.
      Description copied from interface: EquipmentService
      Fetch a single EquipmentLongText entity using key fields.
      Specified by:
      getEquipmentLongTextByKey in interface EquipmentService
      Parameters:
      equipment - Equipment Number

      Constraints: Not nullable, Maximum length: 18

      Returns:
      A fluent helper to fetch a single EquipmentLongText 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.
    • createEquipmentLongText

      @Nonnull public EquipmentLongTextCreateFluentHelper createEquipmentLongText(@Nonnull EquipmentLongText equipmentLongText)
      Deprecated.
      Description copied from interface: EquipmentService
      Create a new EquipmentLongText entity and save it to the S/4HANA system.
      Specified by:
      createEquipmentLongText in interface EquipmentService
      Parameters:
      equipmentLongText - EquipmentLongText entity object that will be created in the S/4HANA system.
      Returns:
      A fluent helper to create a new EquipmentLongText entity. To perform execution, call the execute method on the fluent helper object.
    • updateEquipmentLongText

      @Nonnull public EquipmentLongTextUpdateFluentHelper updateEquipmentLongText(@Nonnull EquipmentLongText equipmentLongText)
      Deprecated.
      Description copied from interface: EquipmentService
      Update an existing EquipmentLongText entity and save it to the S/4HANA system.
      Specified by:
      updateEquipmentLongText in interface EquipmentService
      Parameters:
      equipmentLongText - EquipmentLongText entity object that will be updated in the S/4HANA system.
      Returns:
      A fluent helper to update an existing EquipmentLongText entity. To perform execution, call the execute method on the fluent helper object.
    • getAllEquipmentPartner

      @Nonnull public EquipmentPartnerFluentHelper getAllEquipmentPartner()
      Deprecated.
      Description copied from interface: EquipmentService
      Fetch multiple EquipmentPartner entities.
      Specified by:
      getAllEquipmentPartner in interface EquipmentService
      Returns:
      A fluent helper to fetch multiple EquipmentPartner 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.
    • getEquipmentPartnerByKey

      @Nonnull public EquipmentPartnerByKeyFluentHelper getEquipmentPartnerByKey(String equipment, String partnerFunction, String equipmentPartnerObjectNmbr)
      Deprecated.
      Description copied from interface: EquipmentService
      Fetch a single EquipmentPartner entity using key fields.
      Specified by:
      getEquipmentPartnerByKey in interface EquipmentService
      Parameters:
      equipment - Equipment Number

      Constraints: Not nullable, Maximum length: 18

      partnerFunction - Partner Function

      Constraints: Not nullable, Maximum length: 2

      equipmentPartnerObjectNmbr - Counter for differentiation 6-digit

      Constraints: Not nullable, Maximum length: 6

      Returns:
      A fluent helper to fetch a single EquipmentPartner 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.
    • createEquipmentPartner

      @Nonnull public EquipmentPartnerCreateFluentHelper createEquipmentPartner(@Nonnull EquipmentPartner equipmentPartner)
      Deprecated.
      Description copied from interface: EquipmentService
      Create a new EquipmentPartner entity and save it to the S/4HANA system.
      Specified by:
      createEquipmentPartner in interface EquipmentService
      Parameters:
      equipmentPartner - EquipmentPartner entity object that will be created in the S/4HANA system.
      Returns:
      A fluent helper to create a new EquipmentPartner entity. To perform execution, call the execute method on the fluent helper object.
    • updateEquipmentPartner

      @Nonnull public EquipmentPartnerUpdateFluentHelper updateEquipmentPartner(@Nonnull EquipmentPartner equipmentPartner)
      Deprecated.
      Description copied from interface: EquipmentService
      Update an existing EquipmentPartner entity and save it to the S/4HANA system.
      Specified by:
      updateEquipmentPartner in interface EquipmentService
      Parameters:
      equipmentPartner - EquipmentPartner entity object that will be updated in the S/4HANA system.
      Returns:
      A fluent helper to update an existing EquipmentPartner entity. To perform execution, call the execute method on the fluent helper object.
    • getAllEquipmentWarranty

      @Nonnull public EquipmentWarrantyFluentHelper getAllEquipmentWarranty()
      Deprecated.
      Description copied from interface: EquipmentService
      Fetch multiple EquipmentWarranty entities.
      Specified by:
      getAllEquipmentWarranty in interface EquipmentService
      Returns:
      A fluent helper to fetch multiple EquipmentWarranty 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.
    • getEquipmentWarrantyByKey

      @Nonnull public EquipmentWarrantyByKeyFluentHelper getEquipmentWarrantyByKey(String equipment, String warrantyType)
      Deprecated.
      Description copied from interface: EquipmentService
      Fetch a single EquipmentWarranty entity using key fields.
      Specified by:
      getEquipmentWarrantyByKey in interface EquipmentService
      Parameters:
      equipment - Equipment Number

      Constraints: Not nullable, Maximum length: 18

      warrantyType - Warranty type

      Constraints: Not nullable, Maximum length: 1

      Returns:
      A fluent helper to fetch a single EquipmentWarranty 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.
    • createEquipmentWarranty

      @Nonnull public EquipmentWarrantyCreateFluentHelper createEquipmentWarranty(@Nonnull EquipmentWarranty equipmentWarranty)
      Deprecated.
      Description copied from interface: EquipmentService
      Create a new EquipmentWarranty entity and save it to the S/4HANA system.
      Specified by:
      createEquipmentWarranty in interface EquipmentService
      Parameters:
      equipmentWarranty - EquipmentWarranty entity object that will be created in the S/4HANA system.
      Returns:
      A fluent helper to create a new EquipmentWarranty entity. To perform execution, call the execute method on the fluent helper object.
    • updateEquipmentWarranty

      @Nonnull public EquipmentWarrantyUpdateFluentHelper updateEquipmentWarranty(@Nonnull EquipmentWarranty equipmentWarranty)
      Deprecated.
      Description copied from interface: EquipmentService
      Update an existing EquipmentWarranty entity and save it to the S/4HANA system.
      Specified by:
      updateEquipmentWarranty in interface EquipmentService
      Parameters:
      equipmentWarranty - EquipmentWarranty entity object that will be updated in the S/4HANA system.
      Returns:
      A fluent helper to update an existing EquipmentWarranty entity. To perform execution, call the execute method on the fluent helper object.
    • dismantleEquipment

      @Nonnull public DismantleEquipmentFluentHelper dismantleEquipment(@Nonnull String equipment, @Nonnull LocalDateTime validityEndDate, @Nullable String superordinateEquipment, @Nullable String equipInstallationPositionNmbr, @Nullable String functionalLocation, @Nullable LocalDateTime equipmentInstallationDate, @Nullable LocalTime equipmentInstallationTime)
      Deprecated.
      Description copied from interface: EquipmentService

      Creates a fluent helper for the DismantleEquipment OData function import.

      Specified by:
      dismantleEquipment in interface EquipmentService
      Parameters:
      equipment - Equipment

      Constraints: Not nullable, Maximum length: 18

      Original parameter name from the Odata EDM: Equipment

      validityEndDate - Valid To

      Constraints: Not nullable, Precision: 0

      Original parameter name from the Odata EDM: ValidityEndDate

      superordinateEquipment - Superord. Equipment

      Constraints: Nullable, Maximum length: 18

      Original parameter name from the Odata EDM: SuperordinateEquipment

      equipInstallationPositionNmbr - Item (SD)

      Constraints: Nullable, Maximum length: 6

      Original parameter name from the Odata EDM: EquipInstallationPositionNmbr

      functionalLocation - Functional Location

      Constraints: Nullable, Maximum length: 40

      Original parameter name from the Odata EDM: FunctionalLocation

      equipmentInstallationDate - Changed On

      Constraints: Nullable, Precision: 0

      Original parameter name from the Odata EDM: EquipmentInstallationDate

      equipmentInstallationTime - Time

      Constraints: Nullable, Precision: 0

      Original parameter name from the Odata EDM: EquipmentInstallationTime

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

      @Nonnull public DismantleEquipWithDataTransferFluentHelper dismantleEquipWithDataTransfer(@Nonnull String equipment, @Nonnull LocalDateTime validityEndDate, @Nullable String superordinateEquipment, @Nullable String functionalLocation, @Nullable String equipInstallationPositionNmbr, @Nullable LocalDateTime equipmentInstallationDate, @Nullable LocalTime equipmentInstallationTime, @Nullable Boolean locationCopyIsRequested, @Nullable Boolean roomCopyIsRequested, @Nullable Boolean plantSectionCopyIsRequested, @Nullable Boolean workCenterCopyIsRequested, @Nullable Boolean aBCIndicatorCopyIsRequested, @Nullable Boolean sortFieldCopyIsRequested, @Nullable Boolean businessAreaCopyIsRequested, @Nullable Boolean costCenterCopyIsRequested, @Nullable Boolean wBSElementCopyIsRequested, @Nullable Boolean standingOrderCopyIsRequested, @Nullable Boolean settlementOrderCopyIsRequested, @Nullable Boolean maintPlanningPlantCopyIsReqd, @Nullable Boolean maintWorkCenterCopyIsRequested, @Nullable Boolean catalogProfileCopyIsRequested, @Nullable Boolean salesOrganizationCopyIsReqd)
      Deprecated.
      Description copied from interface: EquipmentService

      Creates a fluent helper for the DismantleEquipWithDataTransfer OData function import.

      Specified by:
      dismantleEquipWithDataTransfer in interface EquipmentService
      Parameters:
      equipment - Equipment

      Constraints: Not nullable, Maximum length: 18

      Original parameter name from the Odata EDM: Equipment

      validityEndDate - Valid To

      Constraints: Not nullable, Precision: 0

      Original parameter name from the Odata EDM: ValidityEndDate

      superordinateEquipment - Superord. Equipment

      Constraints: Nullable, Maximum length: 18

      Original parameter name from the Odata EDM: SuperordinateEquipment

      functionalLocation - Functional Location

      Constraints: Nullable, Maximum length: 40

      Original parameter name from the Odata EDM: FunctionalLocation

      equipInstallationPositionNmbr - Position

      Constraints: Nullable, Maximum length: 4

      Original parameter name from the Odata EDM: EquipInstallationPositionNmbr

      equipmentInstallationDate - Changed On

      Constraints: Nullable, Precision: 0

      Original parameter name from the Odata EDM: EquipmentInstallationDate

      equipmentInstallationTime - Time

      Constraints: Nullable, Precision: 0

      Original parameter name from the Odata EDM: EquipmentInstallationTime

      locationCopyIsRequested - Indicator

      Constraints: Nullable

      Original parameter name from the Odata EDM: LocationCopyIsRequested

      roomCopyIsRequested - Indicator

      Constraints: Nullable

      Original parameter name from the Odata EDM: RoomCopyIsRequested

      plantSectionCopyIsRequested - Indicator

      Constraints: Nullable

      Original parameter name from the Odata EDM: PlantSectionCopyIsRequested

      workCenterCopyIsRequested - Indicator

      Constraints: Nullable

      Original parameter name from the Odata EDM: WorkCenterCopyIsRequested

      aBCIndicatorCopyIsRequested - Indicator

      Constraints: Nullable

      Original parameter name from the Odata EDM: ABCIndicatorCopyIsRequested

      sortFieldCopyIsRequested - Indicator

      Constraints: Nullable

      Original parameter name from the Odata EDM: SortFieldCopyIsRequested

      businessAreaCopyIsRequested - Indicator

      Constraints: Nullable

      Original parameter name from the Odata EDM: BusinessAreaCopyIsRequested

      costCenterCopyIsRequested - Indicator

      Constraints: Nullable

      Original parameter name from the Odata EDM: CostCenterCopyIsRequested

      wBSElementCopyIsRequested - Indicator

      Constraints: Nullable

      Original parameter name from the Odata EDM: WBSElementCopyIsRequested

      standingOrderCopyIsRequested - Indicator

      Constraints: Nullable

      Original parameter name from the Odata EDM: StandingOrderCopyIsRequested

      settlementOrderCopyIsRequested - Indicator

      Constraints: Nullable

      Original parameter name from the Odata EDM: SettlementOrderCopyIsRequested

      maintPlanningPlantCopyIsReqd - Indicator

      Constraints: Nullable

      Original parameter name from the Odata EDM: MaintPlanningPlantCopyIsReqd

      maintWorkCenterCopyIsRequested - Indicator

      Constraints: Nullable

      Original parameter name from the Odata EDM: MaintWorkCenterCopyIsRequested

      catalogProfileCopyIsRequested - Indicator

      Constraints: Nullable

      Original parameter name from the Odata EDM: CatalogProfileCopyIsRequested

      salesOrganizationCopyIsReqd - Indicator

      Constraints: Nullable

      Original parameter name from the Odata EDM: SalesOrganizationCopyIsReqd

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

      @Nonnull public InstallEquipmentFluentHelper installEquipment(@Nonnull String equipment, @Nonnull LocalDateTime validityEndDate, @Nullable String superordinateEquipment, @Nullable String equipInstallationPositionNmbr, @Nullable String functionalLocation, @Nullable LocalDateTime equipmentInstallationDate, @Nullable LocalTime equipmentInstallationTime)
      Deprecated.
      Description copied from interface: EquipmentService

      Creates a fluent helper for the InstallEquipment OData function import.

      Specified by:
      installEquipment in interface EquipmentService
      Parameters:
      equipment - Equipment

      Constraints: Not nullable, Maximum length: 18

      Original parameter name from the Odata EDM: Equipment

      validityEndDate - Valid To

      Constraints: Not nullable, Precision: 0

      Original parameter name from the Odata EDM: ValidityEndDate

      superordinateEquipment - Superord. Equipment

      Constraints: Nullable, Maximum length: 18

      Original parameter name from the Odata EDM: SuperordinateEquipment

      equipInstallationPositionNmbr - Item (SD)

      Constraints: Nullable, Maximum length: 6

      Original parameter name from the Odata EDM: EquipInstallationPositionNmbr

      functionalLocation - Functional Location

      Constraints: Nullable, Maximum length: 40

      Original parameter name from the Odata EDM: FunctionalLocation

      equipmentInstallationDate - Changed On

      Constraints: Nullable, Precision: 0

      Original parameter name from the Odata EDM: EquipmentInstallationDate

      equipmentInstallationTime - Time

      Constraints: Nullable, Precision: 0

      Original parameter name from the Odata EDM: EquipmentInstallationTime

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

      @Nonnull public InstallEquipWithDataTransferFluentHelper installEquipWithDataTransfer(@Nonnull String equipment, @Nonnull LocalDateTime validityEndDate, @Nullable String superordinateEquipment, @Nullable String functionalLocation, @Nullable String equipInstallationPositionNmbr, @Nullable LocalDateTime equipmentInstallationDate, @Nullable LocalTime equipmentInstallationTime, @Nullable Boolean locationCopyIsRequested, @Nullable Boolean roomCopyIsRequested, @Nullable Boolean plantSectionCopyIsRequested, @Nullable Boolean workCenterCopyIsRequested, @Nullable Boolean aBCIndicatorCopyIsRequested, @Nullable Boolean sortFieldCopyIsRequested, @Nullable Boolean businessAreaCopyIsRequested, @Nullable Boolean costCenterCopyIsRequested, @Nullable Boolean wBSElementCopyIsRequested, @Nullable Boolean standingOrderCopyIsRequested, @Nullable Boolean settlementOrderCopyIsRequested, @Nullable Boolean maintPlanningPlantCopyIsReqd, @Nullable Boolean maintWorkCenterCopyIsRequested, @Nullable Boolean catalogProfileCopyIsRequested, @Nullable Boolean salesOrganizationCopyIsReqd)
      Deprecated.
      Description copied from interface: EquipmentService

      Creates a fluent helper for the InstallEquipWithDataTransfer OData function import.

      Specified by:
      installEquipWithDataTransfer in interface EquipmentService
      Parameters:
      equipment - Equipment

      Constraints: Not nullable, Maximum length: 18

      Original parameter name from the Odata EDM: Equipment

      validityEndDate - Valid To

      Constraints: Not nullable, Precision: 0

      Original parameter name from the Odata EDM: ValidityEndDate

      superordinateEquipment - Superord. Equipment

      Constraints: Nullable, Maximum length: 18

      Original parameter name from the Odata EDM: SuperordinateEquipment

      functionalLocation - Functional Location

      Constraints: Nullable, Maximum length: 40

      Original parameter name from the Odata EDM: FunctionalLocation

      equipInstallationPositionNmbr - Position

      Constraints: Nullable, Maximum length: 4

      Original parameter name from the Odata EDM: EquipInstallationPositionNmbr

      equipmentInstallationDate - Changed On

      Constraints: Nullable, Precision: 0

      Original parameter name from the Odata EDM: EquipmentInstallationDate

      equipmentInstallationTime - Time

      Constraints: Nullable, Precision: 0

      Original parameter name from the Odata EDM: EquipmentInstallationTime

      locationCopyIsRequested - Indicator

      Constraints: Nullable

      Original parameter name from the Odata EDM: LocationCopyIsRequested

      roomCopyIsRequested - Indicator

      Constraints: Nullable

      Original parameter name from the Odata EDM: RoomCopyIsRequested

      plantSectionCopyIsRequested - Indicator

      Constraints: Nullable

      Original parameter name from the Odata EDM: PlantSectionCopyIsRequested

      workCenterCopyIsRequested - Indicator

      Constraints: Nullable

      Original parameter name from the Odata EDM: WorkCenterCopyIsRequested

      aBCIndicatorCopyIsRequested - Indicator

      Constraints: Nullable

      Original parameter name from the Odata EDM: ABCIndicatorCopyIsRequested

      sortFieldCopyIsRequested - Indicator

      Constraints: Nullable

      Original parameter name from the Odata EDM: SortFieldCopyIsRequested

      businessAreaCopyIsRequested - Indicator

      Constraints: Nullable

      Original parameter name from the Odata EDM: BusinessAreaCopyIsRequested

      costCenterCopyIsRequested - Indicator

      Constraints: Nullable

      Original parameter name from the Odata EDM: CostCenterCopyIsRequested

      wBSElementCopyIsRequested - Indicator

      Constraints: Nullable

      Original parameter name from the Odata EDM: WBSElementCopyIsRequested

      standingOrderCopyIsRequested - Indicator

      Constraints: Nullable

      Original parameter name from the Odata EDM: StandingOrderCopyIsRequested

      settlementOrderCopyIsRequested - Indicator

      Constraints: Nullable

      Original parameter name from the Odata EDM: SettlementOrderCopyIsRequested

      maintPlanningPlantCopyIsReqd - Indicator

      Constraints: Nullable

      Original parameter name from the Odata EDM: MaintPlanningPlantCopyIsReqd

      maintWorkCenterCopyIsRequested - Indicator

      Constraints: Nullable

      Original parameter name from the Odata EDM: MaintWorkCenterCopyIsRequested

      catalogProfileCopyIsRequested - Indicator

      Constraints: Nullable

      Original parameter name from the Odata EDM: CatalogProfileCopyIsRequested

      salesOrganizationCopyIsReqd - Indicator

      Constraints: Nullable

      Original parameter name from the Odata EDM: SalesOrganizationCopyIsReqd

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

      @Nonnull public ResetEquipmentFromInactiveFluentHelper resetEquipmentFromInactive(@Nonnull String equipment, @Nonnull LocalDateTime validityEndDate)
      Deprecated.
      Description copied from interface: EquipmentService

      Creates a fluent helper for the ResetEquipmentFromInactive OData function import.

      Specified by:
      resetEquipmentFromInactive in interface EquipmentService
      Parameters:
      equipment - Equipment

      Constraints: Not nullable, Maximum length: 18

      Original parameter name from the Odata EDM: Equipment

      validityEndDate - Valid To

      Constraints: Not nullable, Precision: 0

      Original parameter name from the Odata EDM: ValidityEndDate

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

      @Nonnull public RsetEquipFromMarkedForDeletionFluentHelper rsetEquipFromMarkedForDeletion(@Nonnull String equipment, @Nonnull LocalDateTime validityEndDate)
      Deprecated.
      Description copied from interface: EquipmentService

      Creates a fluent helper for the RsetEquipFromMarkedForDeletion OData function import.

      Specified by:
      rsetEquipFromMarkedForDeletion in interface EquipmentService
      Parameters:
      equipment - Equipment

      Constraints: Not nullable, Maximum length: 18

      Original parameter name from the Odata EDM: Equipment

      validityEndDate - Valid To

      Constraints: Not nullable, Precision: 0

      Original parameter name from the Odata EDM: ValidityEndDate

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

      @Nonnull public SetEquipmentToInactiveFluentHelper setEquipmentToInactive(@Nonnull String equipment, @Nonnull LocalDateTime validityEndDate)
      Deprecated.
      Description copied from interface: EquipmentService

      Creates a fluent helper for the SetEquipmentToInactive OData function import.

      Specified by:
      setEquipmentToInactive in interface EquipmentService
      Parameters:
      equipment - Equipment

      Constraints: Not nullable, Maximum length: 18

      Original parameter name from the Odata EDM: Equipment

      validityEndDate - Valid To

      Constraints: Not nullable, Precision: 0

      Original parameter name from the Odata EDM: ValidityEndDate

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

      @Nonnull public SetEquipToMarkedForDeletionFluentHelper setEquipToMarkedForDeletion(@Nonnull String equipment, @Nonnull LocalDateTime validityEndDate)
      Deprecated.
      Description copied from interface: EquipmentService

      Creates a fluent helper for the SetEquipToMarkedForDeletion OData function import.

      Specified by:
      setEquipToMarkedForDeletion in interface EquipmentService
      Parameters:
      equipment - Equipment

      Constraints: Not nullable, Maximum length: 18

      Original parameter name from the Odata EDM: Equipment

      validityEndDate - Valid To

      Constraints: Not nullable, Precision: 0

      Original parameter name from the Odata EDM: ValidityEndDate

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