Interface BusinessUserChangeService

All Superinterfaces:
BatchService<BusinessUserChangeServiceBatch>
All Known Implementing Classes:
DefaultBusinessUserChangeService

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

The service provides a list of change documents for business users. .

Business Documentation

Reference: SAP Business Accelerator Hub

Details:

OData Service: CE_APS_IAM_API_BUSER_CDOC_0001
API Version: 1.0.1
Minimum ERP Version: 2302
Communication Scenario: Business User Change Document Integration(SAP_COM_0327)
Authentication Methods: x509
Business Object: Business User
  • Field Details

  • Method Details

    • withServicePath

      @Nonnull BusinessUserChangeService 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.
    • getAllBusinessUserChanges

      @Nonnull BusinessUserChangesFluentHelper getAllBusinessUserChanges()
      Deprecated.
      Fetch multiple BusinessUserChanges entities.
      Returns:
      A fluent helper to fetch multiple BusinessUserChanges 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.
    • getBusinessUserChangesByKey

      @Nonnull BusinessUserChangesByKeyFluentHelper getBusinessUserChangesByKey(String businessUserID, ZonedDateTime changedOn, String changeCategory, String attribute, String valueChangedFrom, String valueChangedTo)
      Deprecated.
      Fetch a single BusinessUserChanges entity using key fields.
      Parameters:
      businessUserID - Business User ID

      Constraints: Not nullable, Maximum length: 12

      changeCategory - Change Category

      Constraints: Not nullable, Maximum length: 2

      attribute - Attribute

      Constraints: Not nullable, Maximum length: 20

      valueChangedFrom - Value Changed From

      Constraints: Not nullable, Maximum length: 254

      changedOn - Changed On

      Constraints: Not nullable, Precision: 7

      valueChangedTo - Value Changed To

      Constraints: Not nullable, Maximum length: 254

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