Interface ScoreControllingService

All Known Implementing Classes:
ScoreControllingServiceImpl

public interface ScoreControllingService
used in ScoreControllingFlow as action service for the edit page
  • Method Summary

    Modifier and Type
    Method
    Description
    export(String subscriptionKey)
    export all Lms_user_subscriptions that are related to a Lms_subscription (aka the ones in the list)
    void
    save(RebindValue[] rebindValues, Map<String,String> params)
    save changes to the Lms_user_subscription entity in privileged mode
  • Method Details

    • export

      String export(String subscriptionKey)
      export all Lms_user_subscriptions that are related to a Lms_subscription (aka the ones in the list)
      Parameters:
      subscriptionKey - the Lms_subscription key
      Returns:
      the id of the outputjob
    • save

      void save(RebindValue[] rebindValues, Map<String,String> params)
      save changes to the Lms_user_subscription entity in privileged mode
      Parameters:
      rebindValues - the values of the Lms_user_subscription
      params - none used