Uses of Class
com.sas.lsaf.clinical.study.StudyNotFoundException
Packages that use StudyNotFoundException
Package
Description
Classes and interfaces to retrieve study information.
Classes and interfaces for retrieving study tlf information in the system.
-
Uses of StudyNotFoundException in com.sas.lsaf.clinical.study
Methods in com.sas.lsaf.clinical.study that throw StudyNotFoundExceptionModifier and TypeMethodDescriptionvoidStudyService.associateDictionaries(String studyId, List<String> dictionaryIds) Associates the dictionaries with the study, replacing the current associations.voidStudyService.associateExternalDictionaries(String studyId, Set<String> externalDictionaryIds) Associates the external dictionaries with the study.voidStudyService.associateStandards(String studyId, Set<String> standardIds) Associates the standards with the study.voidStudyService.disassociateExternalDictionaries(String studyId, Set<String> externalDictionaryIds) Disassociates the external dictionaries that are associated with the study.voidStudyService.disassociateStandards(String studyId, Set<String> standardIds) Disassociates the standards that are associated with the study.StudyService.exportStudyCodeListsToDataSet(String studyId, ExportFileCreateInfo info) Exports to a data set the code lists that are defined with the study.StudyService.exportStudyDetailsToDataSet(String studyId, ExportFileCreateInfo info) Exports the study details to a data set.StudyService.exportStudyDictionariesToDataSet(String studyId, ExportFileCreateInfo info) Exports to a data set the list of dictionaries that are associated with the study.StudyService.exportStudyExternalDictionariesToDataSet(String studyId, ExportFileCreateInfo info) Exports to a data set the list of external dictionaries associated with the study.StudyService.exportStudyStandardsToDataSet(String studyId, ExportFileCreateInfo info) Exports to a data set the list of standards that are associated with the study.StudyService.exportStudyTablesToDataSets(String studyId, String baseStandardName, String modelId, BatchFileCreateInfo info) Exports to data sets the study's table and column metadata for a specified standard and model.StudyService.exportSupportingDocumentsToDataSet(String studyId, String baseStandardName, String modelId, ExportFileCreateInfo info) Exports to a data set the study supporting documents for a specified base standard and model.StudyService.exportTlfsToDataSets(String studyId, String baseStandardName, String modelId, BatchFileCreateInfo info, boolean includeAnalysisResultsAndDatasets) Exports to data sets the study's Tables, Listings, and Figures metadata for a specified standard and model.StudyService.exportValueLevelMetadataToDataSet(String studyId, String baseStandardName, String modelId, ExportFileCreateInfo info) Exports to a data set the study's value level metadata for a specified standard and model.StudyService.exportZeroObservationDataSetsForStudyTables(String studyId, String baseStandardName, String modelId, BatchFileCreateInfo info) Exports a zero observation data set for every table in a study.StudyService.getDictionariesAssociatedWithStudy(String studyId) Gets the dictionaries that are associated with the study.StudyService.getExternalDictionariesAssociatedWithStudy(String studyId) Gets the external dictionaries that are associated with the study.StudyService.getStandardsAssociatedWithStudy(String studyId) Gets the standards that are associated with the study.StudyService.getStudyComponentEditableStatus(String studyId, StudyComponent studyComponent) Gets the study component editable status, that indicates whether the study component is being edited, by whom, and when the editing started.StudyService.importStudyCodeLists(String studyId, StudyComponentImportInfo importInfo, ExportFileCreateInfo validationInfo) Updates the study code lists from the import file with options to replace all or add new.voidStudyService.importStudyDetails(String studyId, StudyComponentImportInfo importInfo) Updates the study details from an import file.StudyService.importStudyFromDefine(String studyId, String standardId, String definePath, String defineVersion, SourceLocation defineSourceLocation, UpdateAction codeListUpdateAction, ExportFileCreateInfo validationInfo) Imports metadata from a Define-XML file and updates study components based on the contents of the file.StudyService.importStudySupportingDocuments(String studyId, String baseStandardName, String modelId, StudyComponentImportInfo importInfo, ExportFileCreateInfo validationInfo) Updates the study supporting documents from the import file with options to replace all or add new.StudyService.importStudyTables(String studyId, String standardId, StudyTablesImportInfo importInfo, ExportFileCreateInfo validationInfo) Updates the study tables from the import file information with options to replace all or add new.StudyService.importStudyTlfs(String studyId, String baseStandardName, String modelId, TlfImportInfo importInfo, ExportFileCreateInfo validationInfo) Updates the study Tables, Listings, and Figures (TLF) from the import files with options to replace all or add new.StudyService.importStudyValueLevelMetadata(String studyId, String baseStandardName, String modelId, StudyComponentImportInfo importInfo, ExportFileCreateInfo validationInfo) Updates the study value level metadata from the import file with options to replace all or add new.StudyService.setStudyComponentAsNotEditable(String studyId, StudyComponent studyComponent) Sets the study component as not editable regardless of whether you or someone else has set it for editing.StudyService.setStudyComponentEditableByCurrentUser(String studyId, StudyComponent studyComponent) Sets the study component as editable by the current user. -
Uses of StudyNotFoundException in com.sas.lsaf.clinical.study.tlf
Methods in com.sas.lsaf.clinical.study.tlf that throw StudyNotFoundExceptionModifier and TypeMethodDescriptionStudyTlfService.getAnalysisDatasetsByResultId(String studyId, String baseStandardName, String modelId, String resultId) Gets the analysis data sets by the analysis results id.StudyTlfService.getAnalysisDatasetsByResultIdentifier(String studyId, String baseStandardName, String modelId, String resultIdentifier) Gets the analysis data sets by the analysis results identifier.StudyTlfService.getAnalysisResultsByStudyTlfId(String studyId, String baseStandardName, String modelId, String tlfId) Gets the analysis results for the TLF id.StudyTlfService.getAnalysisResultsByStudyTlfIdentifier(String studyId, String baseStandardName, String modelId, String tlfIdentifier) Gets the analysis results for the TLF identifier.StudyTlfService.getStudySectionDescriptorById(String studyId, String id) Gets the study section descriptor by the specified id.StudyTlfService.getStudySections(String studyId, String baseStandardName, String modelId) Gets the study sections.StudyTlfService.getStudyTlfByTlfIdentifier(String studyId, String baseStandardName, String modelId, String tlfIdentifier) Gets the study TLF with the specified TLF identifier.StudyTlfService.getStudyTlfsBySectionId(String studyId, String baseStandardName, String modelId, String sectionId, boolean recurse) Gets the study TLFs within the specified section.StudyTlfService.getStudyTlfsBySectionNameAndIdentifier(String studyId, String baseStandardName, String modelId, String sectionName, String sectionIdentifier, boolean recurse) Gets the study TLFs within the specified section.Gets the Tables, Listings and Figures for the specified study.StudyTlfService.setTlfs(StudyTlfInfo studyTlfInfo) Sets the Tables, Listings and Figures for the study.