Uses of Class
org.opencastproject.usertracking.api.UserTrackingException
Packages that use UserTrackingException
Package
Description
Feedback service.
User Tracking service implementation classes
-
Uses of UserTrackingException in org.opencastproject.usertracking.api
Methods in org.opencastproject.usertracking.api that throw UserTrackingExceptionModifier and TypeMethodDescriptionUserTrackingService.addUserFootprint(UserAction a, UserSession session) Adds a new annotation to the database and returns the event with an updated annotationId, to make sure the annotationId stays uniqueUserTrackingService.addUserTrackingEvent(UserAction a, UserSession session) Adds a new tracking event to the database and returns the event with an updated annotationId, to make sure the annotationId stays uniqueUserTrackingService.getFootprints(String mediapackageId, String userId) Returns a list of footprints, if a userId is passed only the footprints of that user are returned.UserTrackingService.getReport(int offset, int limit) Returns a reportReturns a reportUserTrackingService.getUserAction(Long id) Get a single user action by its identifier.UserTrackingService.getUserActions(int offset, int limit) Returns annotationsUserTrackingService.getUserActionsByDay(String day, int offset, int limit) Returns annotations of a given day (YYYYMMDD)UserTrackingService.getUserActionsByType(String key, int offset, int limit) Returns annotations of a given keyUserTrackingService.getUserActionsByTypeAndDay(String key, String day, int offset, int limit) Returns annotations of a given key and dayUserTrackingService.getUserActionsByTypeAndMediapackageId(String key, String mediapackageId, int offset, int limit) Returns annotations of a given key and mediapackage idUserTrackingService.getUserActionsByTypeAndMediapackageIdByDate(String key, String mediapackageId, int offset, int limit) Returns annotations of a given key and mediapackage id ordered by date.UserTrackingService.getUserActionsByTypeAndMediapackageIdByDescendingDate(String key, String mediapackageId, int offset, int limit) Returns annotations of a given key and mediapackage id ordered descending by date.intReturns the views of a mediapackage -
Uses of UserTrackingException in org.opencastproject.usertracking.impl
Methods in org.opencastproject.usertracking.impl that throw UserTrackingExceptionModifier and TypeMethodDescriptionUserTrackingServiceImpl.addUserFootprint(UserAction action, UserSession session) UserTrackingServiceImpl.addUserTrackingEvent(UserAction a, UserSession session) UserTrackingServiceImpl.getUserAction(Long id) Get a single user action by its identifier.