Uses of Class
com.sas.hls.drug.analysis.exception.AnalysisNotFoundException

Packages that use AnalysisNotFoundException
com.sas.hls.drug.analysis Service and class definitions for manipulating and creating SAS Drug Development analyses. 
 

Uses of AnalysisNotFoundException in com.sas.hls.drug.analysis
 

Methods in com.sas.hls.drug.analysis that throw AnalysisNotFoundException
 void AnalysisService.deleteAnalysis(AnalysisDescriptor analysis)
          Delete the specified analysis and all of its children.
 Analysis AnalysisService.getAnalysisByIdentifier(String identifier)
          Get the analysis specified by its identifier.
 Analysis AnalysisService.getAnalysisByName(ProjectDescriptor project, String name)
          Get the analysis specified by name in the given project.
 AnalysisDescriptor AnalysisService.getAnalysisDescriptorByIdentifier(String identifier)
          Get the light-weight representation of the analysis specified by its identifier.
 AnalysisDescriptor AnalysisService.getAnalysisDescriptorByName(ProjectDescriptor project, String name)
          Get the light-weight representation of the analysis specified by name in the given project.
 Analysis AnalysisService.renameAnalysis(Analysis analysis, String newName)
          Rename the specified analysis with the new name specified.
 Analysis AnalysisService.setAnalysisState(AnalysisDescriptor analysisDescriptor, State state, String comment)
          Set the state for the analysis
 Analysis AnalysisService.updateAnalysis(Analysis analysis)
          Updates an analysis
 



Copyright (c) 2012, SAS Institute Inc., Cary, NC, USA