Uses of Class
com.sas.hls.type.exception.TypeNotFoundException

Packages that use TypeNotFoundException
com.sas.hls.drug.analysis Service and class definitions for manipulating and creating SAS Drug Development analyses. 
com.sas.hls.drug.project Service and class definitions for manipulating and creating SAS Drug Development projects. 
com.sas.hls.type Provides the services and classes needed to describe the object type definitions within the system. 
 

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

Methods in com.sas.hls.drug.analysis that throw TypeNotFoundException
 List<AttributeDefinition> AnalysisService.getAttributeDefinitionsForAnalysis()
          Get the set of attribute definitions on the analysis type including system and extended attributes.
 List<Attribute> AnalysisService.getCreationAttributesForAnalysis()
          Get the set of attributes that may be specified when creating an analysis.
 

Uses of TypeNotFoundException in com.sas.hls.drug.project
 

Methods in com.sas.hls.drug.project that throw TypeNotFoundException
 List<AttributeDefinition> ProjectService.getAttributeDefinitionsForProject()
          Get the set of definitions for attributes defined for project type including system and extended attribute types.
 List<Attribute> ProjectService.getCreationAttributesForProject()
          Get the set of attributes that can be used for creating a project.
 

Uses of TypeNotFoundException in com.sas.hls.type
 

Methods in com.sas.hls.type that throw TypeNotFoundException
 Type TypeService.getTypeByName(String name)
          Retrieve the Type with the specified name.
 



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