Interface ScoreControllingService
- All Known Implementing Classes:
ScoreControllingServiceImpl
public interface ScoreControllingService
used in ScoreControllingFlow as action service for the edit page
-
Method Summary
Modifier and TypeMethodDescriptionexport 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
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
save changes to the Lms_user_subscription entity in privileged mode- Parameters:
rebindValues
- the values of the Lms_user_subscriptionparams
- none used
-