A B C D E F G H I J K L M N O P R S T U V W Z
All Classes All Packages
All Classes All Packages
All Classes All Packages
B
- BadRequestException - Exception in exceptions.gui
- BadRequestException(String) - Constructor for exception exceptions.gui.BadRequestException
- BadRequestException(String, ApiEnvelope.ErrorCode) - Constructor for exception exceptions.gui.BadRequestException
- BadRequestPublixException - Exception in exceptions.publix
-
It causes the request to return with an HTTP status 400 (Bad Request).
- BadRequestPublixException(String) - Constructor for exception exceptions.publix.BadRequestPublixException
- batch - package batch
- Batch - Class in models.common
-
DB entity of a batch.
- Batch() - Constructor for class models.common.Batch
- BATCH_ID - Static variable in class services.publix.idcookie.IdCookieModel
- BATCH_INPUT - Static variable in class models.gui.BatchProperties
- BATCH_NOT_ALLOWED_DELETE_DEFAULT - Static variable in class general.common.MessagesStrings
- BATCH_WASNT_SAVED - Static variable in class general.common.MessagesStrings
- batchAsJsonForApi(Batch) - Method in class utils.common.JsonUtils
-
Returns JSON of a batch intended for the JATOS API
- batchById(Long, Long) - Method in class controllers.gui.StudyLinks
-
GET request that returns Batch data belonging to the given study as JSON.
- BatchChannelRegistryTest - Class in batch
- BatchChannelRegistryTest() - Constructor for class batch.BatchChannelRegistryTest
- BatchChannelRegistryTest.DummyActor - Class in batch
- BatchDao - Class in daos.common
-
DAO of Batch entity
- BatchDispatcherRegistryTest - Class in batch
-
Tests for BatchDispatcherRegistry
- BatchDispatcherRegistryTest() - Constructor for class batch.BatchDispatcherRegistryTest
- batchesByStudy(Long) - Method in class controllers.gui.StudyLinks
-
GET request that returns the data of all Batches of the given study as JSON.
- batchesStudyResults(Http.Request, Long, Long, String) - Method in class controllers.gui.StudyResults
-
Shows view with all StudyResults of a batch.
- batchInactive(Long) - Static method in class services.publix.PublixErrorMessages
- batchMaxTotalWorkerReached(Long) - Static method in class services.publix.PublixErrorMessages
- batchNotExist(Long) - Static method in class general.common.MessagesStrings
- batchNotInStudy(Long, Long) - Static method in class general.common.MessagesStrings
- batchProperties(Long, Long) - Method in class controllers.gui.StudyLinks
-
GET request that returns Batch properties as JSON
- BatchProperties - Class in models.gui
-
Model of batch properties for UI (not persisted in DB).
- BatchProperties() - Constructor for class models.gui.BatchProperties
- BatchService - Class in services.gui
-
Service class for JATOS Controllers (not Publix).
- BatchServiceTest - Class in services.gui
-
Unit tests for BatchService.
- BatchServiceTest() - Constructor for class services.gui.BatchServiceTest
- bind_roundTrip_preservesLimitsAndAllowedWorkers() - Method in class services.gui.BatchServiceTest
- bindToBatch(BatchProperties) - Method in class services.gui.BatchService
- bindToProperties(Batch) - Method in class services.gui.BatchService
- bindToProperties(Component) - Method in class services.gui.ComponentService
- bindToProperties(Study) - Method in class services.gui.StudyService
-
Fills a new StudyProperties with values from the given Study.
- bindToProperties(User) - Method in class services.gui.UserService
- bindToProperties_copiesFieldsFromStudy() - Method in class services.gui.StudyServiceTest
- bindToProperties_shouldFillFields_andHtmlExistsFlag() - Method in class services.gui.ComponentServiceTest
- bindToProperties_shouldReflectHtmlFileExists() - Method in class services.gui.ComponentServiceIntegrationTest
- bindToStudy(Study, StudyProperties) - Method in class services.gui.StudyService
-
Binds a study with values of study properties
- bindToStudy_copiesAllFieldsFromProperties() - Method in class services.gui.StudyServiceTest
- bindToUserAndPersist(NewUserProperties) - Method in class services.gui.UserService
-
Creates a user, sets password hash and persists them.
- branding() - Method in class controllers.gui.Home
-
Tries to loads some static HTML that will be shown on the home page instead of the default welcome message
- Breadcrumbs - Class in models.gui
-
Model for breadcrumbs used in UI but not persisted in DB
- Breadcrumbs() - Constructor for class models.gui.Breadcrumbs
- Breadcrumbs.Breadcrumb - Class in models.gui
- BreadcrumbsService - Class in services.gui
-
Provides breadcrumbs for different views of JATOS' GUI.
- BreadcrumbsService() - Constructor for class services.gui.BreadcrumbsService
All Classes All Packages