- parseLong(String) - Static method in class utils.common.Helpers
-
- PASSWORD - Static variable in class auth.gui.SignIn.Login
-
- password - Variable in class auth.gui.SignIn.Login
-
- PASSWORD - Static variable in class models.gui.NewUserModel
-
- PASSWORD_REPEAT - Static variable in class models.gui.NewUserModel
-
- PASSWORDS_DONT_MATCH - Static variable in class general.common.MessagesStrings
-
- PASSWORDS_SHOULDNT_BE_EMPTY_STRINGS - Static variable in class general.common.MessagesStrings
-
- path - Variable in class utils.common.DirectoryStructureToJson.Node
-
- PATH_TOO_LONG - Static variable in class general.common.MessagesStrings
-
- pathNotAbsolute(String) - Static method in class general.common.MessagesStrings
-
- pathNotRelative(String) - Static method in class general.common.MessagesStrings
-
- persist(Object) - Method in class daos.common.AbstractDao
-
- PersonalMultiplePublix - Class in controllers.publix.workers
-
Implementation of JATOS' public API for studies run by
PersonalMultipleWorker.
- PersonalMultipleStudyAuthorisation - Class in services.publix.workers
-
StudyAuthorization for PersonalMultipleWorker
- PersonalMultipleStudyAuthorisation() - Constructor for class services.publix.workers.PersonalMultipleStudyAuthorisation
-
- PersonalMultipleWorker - Class in models.common.workers
-
DB entity of the concrete Worker for a Personal Multiple Run (worker for an external run that can be used multiple
times and always assigns the results to the same worker).
- PersonalMultipleWorker() - Constructor for class models.common.workers.PersonalMultipleWorker
-
- PersonalMultipleWorker(String) - Constructor for class models.common.workers.PersonalMultipleWorker
-
- PersonalSinglePublix - Class in controllers.publix.workers
-
Implementation of JATOS' public API for personal single study runs.
- PersonalSingleStudyAuthorisation - Class in services.publix.workers
-
StudyAuthorization for PersonalSingleWorker
- PersonalSingleStudyAuthorisation() - Constructor for class services.publix.workers.PersonalSingleStudyAuthorisation
-
- PersonalSingleWorker - Class in models.common.workers
-
DB entity of the concrete Worker if a study is run as Personal Single Worker.
- PersonalSingleWorker() - Constructor for class models.common.workers.PersonalSingleWorker
-
- PersonalSingleWorker(String) - Constructor for class models.common.workers.PersonalSingleWorker
-
- profile(String, Http.Request) - Method in class controllers.gui.Users
-
Shows the profile view of a user
- properties(Long, Long) - Method in class controllers.gui.Components
-
GET requests for getting the properties of a Component.
- properties(Long) - Method in class controllers.gui.Studies
-
GET request that returns the study properties as JSON.
- Publix<T extends Worker> - Class in controllers.publix
-
Abstract parent controller class for all worker type Publix classes
- Publix(JPAApi, PublixUtils, StudyAuthorisation, <any>, IdCookieService, PublixErrorMessages, StudyAssets, JsonUtils, ComponentResultDao, StudyResultDao, StudyLogger, IOUtils) - Constructor for class controllers.publix.Publix
-
- PublixAccessLoggingAction - Class in controllers.publix.actionannotation
-
Annotation definition for Play actions: logging of each action call, e.g.
- PublixAccessLoggingAction() - Constructor for class controllers.publix.actionannotation.PublixAccessLoggingAction
-
- PublixAccessLoggingAction.PublixAccessLogging - Annotation Type in controllers.publix.actionannotation
-
- PublixErrorMessages - Class in services.publix
-
Helper class with methods that generate error strings.
- PublixErrorMessages() - Constructor for class services.publix.PublixErrorMessages
-
- PublixException - Exception in exceptions.publix
-
Causes a request to return with a HTTP return type that is defined in the
child classes of this abstract class.
- PublixException(String) - Constructor for exception exceptions.publix.PublixException
-
- PublixException(String, int) - Constructor for exception exceptions.publix.PublixException
-
- PublixGuiceModule - Class in general.publix
-
Configuration of Guice dependency injection for Publix module
- PublixGuiceModule() - Constructor for class general.publix.PublixGuiceModule
-
- PublixHelpers - Class in services.publix
-
- PublixHelpers() - Constructor for class services.publix.PublixHelpers
-
- PublixInterceptor - Class in controllers.publix
-
Interceptor for Publix: handles all requests for JATOS' public API (Publix) and forwards them to one of the
implementations of the API (all extend Publix).
- PublixInterceptor(StudyLinkDao, StudyResultDao, ComponentDao, Provider<Application>) - Constructor for class controllers.publix.PublixInterceptor
-
- publixUtils - Variable in class controllers.publix.Publix
-
- PublixUtils - Class in services.publix
-
Service class with functions that are common for all classes that extend
Publix and don't belong in a controller.
- PublixUtils(ResultCreator, IdCookieService, GroupAdministration, StudyResultDao, ComponentDao, ComponentResultDao, WorkerDao, UserDao, StudyLogger, IOUtils) - Constructor for class services.publix.PublixUtils
-
- purgeData(Long) - Method in class daos.common.ComponentResultDao
-
- put(String, Object) - Static method in class general.common.RequestScope
-
Stores the given key-value pair in the request scope.
- put(IdCookieModel) - Method in class services.publix.idcookie.IdCookieCollection
-
Stores the given IdCookie.