public void checkEditionGrant(final Workout workout, final User user) throws AccessDeniedException { workoutStore.checkEditionGrant(workout, user); }