Interface DetectionMethodService

All Known Implementing Classes:
DefaultDetectionMethodService

@Deprecated public interface DetectionMethodService
Deprecated.
The service and all its related classes are deprecated. Please use the odata generator to generate the VDM.

This API enables you to read the details of a detection method such as detection profile, detection method group, detection method, assignment of a detection method to a detection group, assignment of a detection profile to a detection group, and assignment of a notification type to a detection profile. Detection method is an activity or a method by which a failure is discovered. This information is important and helps in evaluating the effect of maintenance.  If the input in the request is not as expected then the system displays appropriate error or warning messages in the response. .

Business Documentation

Reference: SAP Business Accelerator Hub

Details:

OData Service: DETECTIONMETHOD_0001
API Version: 1.0.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
Service Group Name: API_DETECTIONMETHOD
Business Object: Maintenance Notification
  • Field Details

  • Method Details

    • withServicePath

      @Nonnull DetectionMethodService withServicePath(@Nonnull String servicePath)
      Deprecated.
      Overrides the default service path and returns a new service instance with the specified service path. Also adjusts the respective entity URLs.
      Parameters:
      servicePath - Service path that will override the default.
      Returns:
      A new service instance with the specified service path.
    • batch

      @Nonnull BatchRequestBuilder batch()
      Deprecated.
      Creates a batch request builder object.
      Returns:
      A request builder to handle batch operation on this service. To perform execution, call the execute method on the request builder object.
    • getAllMaintNotifDetCatGroup

      @Nonnull GetAllRequestBuilder<MaintNotifDetCatGroup> getAllMaintNotifDetCatGroup()
      Deprecated.
      Fetch multiple MaintNotifDetCatGroup entities.
      Returns:
      A request builder to fetch multiple MaintNotifDetCatGroup entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • countMaintNotifDetCatGroup

      @Nonnull CountRequestBuilder<MaintNotifDetCatGroup> countMaintNotifDetCatGroup()
      Deprecated.
      Fetch the number of entries from the MaintNotifDetCatGroup entity collection matching the filter and search expressions.
      Returns:
      A request builder to fetch the count of MaintNotifDetCatGroup entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • getMaintNotifDetCatGroupByKey

      @Nonnull GetByKeyRequestBuilder<MaintNotifDetCatGroup> getMaintNotifDetCatGroupByKey(String maintNotifDetectionProfile, String maintNotifDetectionGroup)
      Deprecated.
      Fetch a single MaintNotifDetCatGroup entity using key fields.
      Parameters:
      maintNotifDetectionProfile - Detection Method Profile

      Constraints: Not nullable, Maximum length: 2

      maintNotifDetectionGroup - Detection Method Group

      Constraints: Not nullable, Maximum length: 8

      Returns:
      A request builder to fetch a single MaintNotifDetCatGroup entity using key fields. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • getAllMaintNotifDetCode

      @Nonnull GetAllRequestBuilder<MaintNotifDetCode> getAllMaintNotifDetCode()
      Deprecated.
      Fetch multiple MaintNotifDetCode entities.
      Returns:
      A request builder to fetch multiple MaintNotifDetCode entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • countMaintNotifDetCode

      @Nonnull CountRequestBuilder<MaintNotifDetCode> countMaintNotifDetCode()
      Deprecated.
      Fetch the number of entries from the MaintNotifDetCode entity collection matching the filter and search expressions.
      Returns:
      A request builder to fetch the count of MaintNotifDetCode entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • getMaintNotifDetCodeByKey

      @Nonnull GetByKeyRequestBuilder<MaintNotifDetCode> getMaintNotifDetCodeByKey(String maintNotifDetectionMethod)
      Deprecated.
      Fetch a single MaintNotifDetCode entity using key fields.
      Parameters:
      maintNotifDetectionMethod - Detection Method

      Constraints: Not nullable, Maximum length: 4

      Returns:
      A request builder to fetch a single MaintNotifDetCode entity using key fields. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • getAllMaintNotifDetectionProfile

      @Nonnull GetAllRequestBuilder<MaintNotifDetectionProfile> getAllMaintNotifDetectionProfile()
      Deprecated.
      Fetch multiple MaintNotifDetectionProfile entities.
      Returns:
      A request builder to fetch multiple MaintNotifDetectionProfile entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • countMaintNotifDetectionProfile

      @Nonnull CountRequestBuilder<MaintNotifDetectionProfile> countMaintNotifDetectionProfile()
      Deprecated.
      Fetch the number of entries from the MaintNotifDetectionProfile entity collection matching the filter and search expressions.
      Returns:
      A request builder to fetch the count of MaintNotifDetectionProfile entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • getMaintNotifDetectionProfileByKey

      @Nonnull GetByKeyRequestBuilder<MaintNotifDetectionProfile> getMaintNotifDetectionProfileByKey(String maintNotifDetectionProfile)
      Deprecated.
      Fetch a single MaintNotifDetectionProfile entity using key fields.
      Parameters:
      maintNotifDetectionProfile - Detection Method Profile

      Constraints: Not nullable, Maximum length: 2

      Returns:
      A request builder to fetch a single MaintNotifDetectionProfile entity using key fields. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • getAllMaintNotifDetGroup

      @Nonnull GetAllRequestBuilder<MaintNotifDetGroup> getAllMaintNotifDetGroup()
      Deprecated.
      Fetch multiple MaintNotifDetGroup entities.
      Returns:
      A request builder to fetch multiple MaintNotifDetGroup entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • countMaintNotifDetGroup

      @Nonnull CountRequestBuilder<MaintNotifDetGroup> countMaintNotifDetGroup()
      Deprecated.
      Fetch the number of entries from the MaintNotifDetGroup entity collection matching the filter and search expressions.
      Returns:
      A request builder to fetch the count of MaintNotifDetGroup entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • getMaintNotifDetGroupByKey

      @Nonnull GetByKeyRequestBuilder<MaintNotifDetGroup> getMaintNotifDetGroupByKey(String maintNotifDetectionGroup)
      Deprecated.
      Fetch a single MaintNotifDetGroup entity using key fields.
      Parameters:
      maintNotifDetectionGroup - Detection Method Group

      Constraints: Not nullable, Maximum length: 8

      Returns:
      A request builder to fetch a single MaintNotifDetGroup entity using key fields. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • getAllMaintNotifDetGroupCode

      @Nonnull GetAllRequestBuilder<MaintNotifDetGroupCode> getAllMaintNotifDetGroupCode()
      Deprecated.
      Fetch multiple MaintNotifDetGroupCode entities.
      Returns:
      A request builder to fetch multiple MaintNotifDetGroupCode entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • countMaintNotifDetGroupCode

      @Nonnull CountRequestBuilder<MaintNotifDetGroupCode> countMaintNotifDetGroupCode()
      Deprecated.
      Fetch the number of entries from the MaintNotifDetGroupCode entity collection matching the filter and search expressions.
      Returns:
      A request builder to fetch the count of MaintNotifDetGroupCode entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • getMaintNotifDetGroupCodeByKey

      @Nonnull GetByKeyRequestBuilder<MaintNotifDetGroupCode> getMaintNotifDetGroupCodeByKey(String maintNotifDetectionGroup, String maintNotifDetectionMethod)
      Deprecated.
      Fetch a single MaintNotifDetGroupCode entity using key fields.
      Parameters:
      maintNotifDetectionMethod - Detection Method

      Constraints: Not nullable, Maximum length: 4

      maintNotifDetectionGroup - Detection Method Group

      Constraints: Not nullable, Maximum length: 8

      Returns:
      A request builder to fetch a single MaintNotifDetGroupCode entity using key fields. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • getAllMaintNotifTypeDetProfile

      @Nonnull GetAllRequestBuilder<MaintNotifTypeDetProfile> getAllMaintNotifTypeDetProfile()
      Deprecated.
      Fetch multiple MaintNotifTypeDetProfile entities.
      Returns:
      A request builder to fetch multiple MaintNotifTypeDetProfile entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • countMaintNotifTypeDetProfile

      @Nonnull CountRequestBuilder<MaintNotifTypeDetProfile> countMaintNotifTypeDetProfile()
      Deprecated.
      Fetch the number of entries from the MaintNotifTypeDetProfile entity collection matching the filter and search expressions.
      Returns:
      A request builder to fetch the count of MaintNotifTypeDetProfile entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • getMaintNotifTypeDetProfileByKey

      @Nonnull GetByKeyRequestBuilder<MaintNotifTypeDetProfile> getMaintNotifTypeDetProfileByKey(String notificationType)
      Deprecated.
      Fetch a single MaintNotifTypeDetProfile entity using key fields.
      Parameters:
      notificationType - Notification Type

      Constraints: Not nullable, Maximum length: 2

      Returns:
      A request builder to fetch a single MaintNotifTypeDetProfile entity using key fields. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.