Uses of Class
org.dspace.statistics.export.OpenURLTracker
-
Packages that use OpenURLTracker Package Description org.dspace.statistics.export org.dspace.statistics.export.service -
-
Uses of OpenURLTracker in org.dspace.statistics.export
Fields in org.dspace.statistics.export with type parameters of type OpenURLTracker Modifier and Type Field Description static javax.persistence.metamodel.SingularAttribute<OpenURLTracker,Integer>OpenURLTracker_. idstatic javax.persistence.metamodel.SingularAttribute<OpenURLTracker,Date>OpenURLTracker_. uploadDatestatic javax.persistence.metamodel.SingularAttribute<OpenURLTracker,String>OpenURLTracker_. urlMethods in org.dspace.statistics.export that return OpenURLTracker Modifier and Type Method Description OpenURLTrackerFailedOpenURLTrackerServiceImpl. create(Context context)Creates a new OpenURLTrackerMethods in org.dspace.statistics.export that return types with arguments of type OpenURLTracker Modifier and Type Method Description List<OpenURLTracker>FailedOpenURLTrackerServiceImpl. findAll(Context context)Returns all OpenURLTrackers from the databaseMethods in org.dspace.statistics.export with parameters of type OpenURLTracker Modifier and Type Method Description voidFailedOpenURLTrackerServiceImpl. remove(Context context, OpenURLTracker openURLTracker)Removes an OpenURLTracker from the database -
Uses of OpenURLTracker in org.dspace.statistics.export.service
Methods in org.dspace.statistics.export.service that return OpenURLTracker Modifier and Type Method Description OpenURLTrackerFailedOpenURLTrackerService. create(Context context)Creates a new OpenURLTrackerMethods in org.dspace.statistics.export.service that return types with arguments of type OpenURLTracker Modifier and Type Method Description List<OpenURLTracker>FailedOpenURLTrackerService. findAll(Context context)Returns all OpenURLTrackers from the databaseMethods in org.dspace.statistics.export.service with parameters of type OpenURLTracker Modifier and Type Method Description voidFailedOpenURLTrackerService. remove(Context context, OpenURLTracker openURLTracker)Removes an OpenURLTracker from the databaseprotected voidOpenUrlServiceImpl. tryReprocessFailed(Context context, OpenURLTracker tracker)Retry to send a failed url
-