| Modifier and Type | Method and Description |
|---|---|
Catalog |
CatalogService.getCatalog(String id)
Get the catalog with the given id
|
Catalog |
CatalogService.getCatalogOfStudyDefinition(String id)
Get the catalog of the study definition with the given id
|
boolean |
CatalogService.isCatalogActivated(String id)
Returns whether the catalog with the given id is activated
|
boolean |
CatalogService.isCatalogLoaded(String id)
Returns whether the catalog with the given id is loaded
|
boolean |
CatalogService.isCatalogOfStudyDefinitionLoaded(String id)
Returns whether the catalog for the study definition with the given id is loaded
|
| Modifier and Type | Method and Description |
|---|---|
ErrorMessageResponse |
CatalogManagerController.handleUnknownCatalogException(UnknownCatalogException e) |
| Modifier and Type | Method and Description |
|---|---|
void |
CatalogManagerService.activateCatalog(String id)
Activate a catalog
|
void |
CatalogManagerService.deactivateCatalog(String id)
Deactivate a catalog
|
CatalogModel |
CatalogManagerController.getCatalog(String id) |
void |
CatalogManagerService.loadCatalog(String id)
Retrieves a catalog and store it in the database
|
void |
CatalogManagerService.loadCatalogOfStudyDefinition(String id)
Retrieves a catalog of a study definition and store it in the database
|
void |
CatalogManagerService.unloadCatalog(String id)
Removes a catalog from the database
|
void |
CatalogManagerService.unloadCatalogOfStudyDefinition(String id)
Retrieves a catalog of a study definition from the database
|
| Modifier and Type | Method and Description |
|---|---|
void |
OmxCatalogManagerService.activateCatalog(String id) |
void |
OmxCatalogManagerService.deactivateCatalog(String id) |
Catalog |
OmxCatalogManagerService.getCatalog(String id) |
Catalog |
OmxCatalogManagerService.getCatalogOfStudyDefinition(String id) |
boolean |
OmxCatalogManagerService.isCatalogActivated(String id) |
boolean |
OmxCatalogManagerService.isCatalogLoaded(String id) |
boolean |
OmxCatalogManagerService.isCatalogOfStudyDefinitionLoaded(String id) |
void |
OmxCatalogManagerService.loadCatalog(String id) |
void |
OmxCatalogManagerService.loadCatalogOfStudyDefinition(String id) |
void |
OmxCatalogManagerService.unloadCatalog(String id) |
void |
OmxCatalogManagerService.unloadCatalogOfStudyDefinition(String id) |
| Modifier and Type | Method and Description |
|---|---|
void |
ProtocolViewerController.addToCart(org.molgenis.omx.protocolviewer.ProtocolViewerController.CartUpdateRequest cartUpdateRequest,
Integer catalogId) |
void |
ProtocolViewerService.addToStudyDefinitionDraftForCurrentUser(String resourceUri,
String catalogId)
Add a catalog item or catalog group (implies all items in a group) to the study definition draft
|
void |
ProtocolViewerServiceImpl.addToStudyDefinitionDraftForCurrentUser(String resourceUri,
String catalogId) |
StudyDefinition |
ProtocolViewerService.createStudyDefinitionDraftForCurrentUser(String catalogId)
Creates a study definition draft for the current logged in user
|
StudyDefinition |
ProtocolViewerServiceImpl.createStudyDefinitionDraftForCurrentUser(String catalogId) |
void |
ProtocolViewerService.createStudyDefinitionDraftXlsForCurrentUser(OutputStream outputStream,
String catalogId)
Write the study definition draft for the current user to the given stream
|
void |
ProtocolViewerServiceImpl.createStudyDefinitionDraftXlsForCurrentUser(OutputStream outputStream,
String catalogId) |
void |
ProtocolViewerController.downloadSelection(javax.servlet.http.HttpServletResponse response,
Integer catalogId) |
org.molgenis.omx.protocolviewer.ProtocolViewerController.SelectedItemsResponse |
ProtocolViewerController.getSelection(Integer catalogId,
Integer start,
Integer end,
String[] excludedItems) |
StudyDefinition |
ProtocolViewerService.getStudyDefinitionDraftForCurrentUser(String catalogId)
Gets the current study definition draft for the current logged in user
|
StudyDefinition |
ProtocolViewerServiceImpl.getStudyDefinitionDraftForCurrentUser(String catalogId) |
void |
ProtocolViewerController.orderData(Integer catalogId,
String name,
javax.servlet.http.Part file) |
void |
ProtocolViewerController.removeFromCart(org.molgenis.omx.protocolviewer.ProtocolViewerController.CartUpdateRequest cartUpdateRequest,
Integer catalogId) |
void |
ProtocolViewerService.removeFromStudyDefinitionDraftForCurrentUser(String resourceUri,
String catalogId)
Remove a catalog item or catalog group (implies all items in a group) from the study definition draft
|
void |
ProtocolViewerServiceImpl.removeFromStudyDefinitionDraftForCurrentUser(String resourceUri,
String catalogId) |
void |
ProtocolViewerService.submitStudyDefinitionDraftForCurrentUser(String studyName,
javax.servlet.http.Part requestForm,
String catalogId)
Place an order for the current user
|
void |
ProtocolViewerServiceImpl.submitStudyDefinitionDraftForCurrentUser(String studyName,
javax.servlet.http.Part requestForm,
String catalogId) |
| Modifier and Type | Method and Description |
|---|---|
void |
OmxStudyManagerService.exportStudyDefinition(String id,
String catalogId) |
void |
OmxStudyManagerService.submitStudyDefinition(String id,
String catalogId) |
| Modifier and Type | Method and Description |
|---|---|
StudyDefinition |
StudyManagerService.createStudyDefinition(String username,
String catalogId)
Creates a new study definition for the given user based on a catalog
|
void |
StudyManagerController.exportStudyDefinition(String id) |
void |
StudyManagerService.exportStudyDefinition(String id,
String catalogId)
Submit the draft study definition for the given catalog
|
Map<String,Object> |
StudyManagerController.getCatalogWithStudyDefinition(String id) |
Map<String,Object> |
StudyManagerController.getStudyDefinitionAsCatalog(String id) |
boolean |
StudyManagerService.isStudyDataActivated(String id)
Returns whether study definition data is loaded
|
void |
StudyManagerService.submitStudyDefinition(String id,
String catalogId)
Submit the draft study definition for the given catalog
|
void |
StudyManagerController.updateStudyDefinition(String id,
StudyManagerController.StudyDefinitionUpdateRequest updateRequest) |
Copyright © 2014. All Rights Reserved.