Class | Description |
---|---|
AdminService |
Service class mostly for Admin controller.
|
AuthenticationService |
Service class around authentication, session cookie and session cache handling.
|
AuthenticationValidation |
Service class that validates models that create, change or delete users.
|
BatchService |
Service class for JATOS Controllers (not Publix).
|
BreadcrumbsService |
Provides breadcrumbs for different views of JATOS' GUI.
|
Checker |
Service class that provides checks for different entities
|
ComponentService |
Service class for JATOS Controllers (not Publix).
|
ComponentUploadUnmarshaller |
Unmarshalling of an JSON string to a componet.
|
GroupService |
Service class for JATOS Controllers (not Publix).
|
ImportExportService |
Service class for JATOS Controllers (not Publix).
|
JatosGuiExceptionThrower |
Class with convenience methods to throw a
JatosGuiException . |
LdapAuthentication | |
LogFileReader |
Class responsible for reading JATOS log files.
|
ResultRemover |
Service class that removes ComponentResults or StudyResults.
|
ResultService |
Service class around ComponentResults and StudyResults.
|
StudyLinkService |
Service class for JATOS Controllers (not Publix).
|
StudyService |
Service class for everthing Study related.
|
StudyUploadUnmarshaller |
Unmarshalling of an JSON string to a study.
|
UploadUnmarshaller<T> |
Unmarshalling of an JSON string - abstract class
|
UserService |
Service class mostly for Users controller.
|
UserSessionCacheAccessor |
This class stores and retrieves user session data from a cache.
|
WorkerService |
Service class for JATOS Controllers (not Publix).
|