Uses of Class
com.sas.lsaf.clinical.tlf.SectionNotFoundException
Packages that use SectionNotFoundException
Package
Description
Classes and interfaces for retrieving study tlf information in the system.
-
Uses of SectionNotFoundException in com.sas.lsaf.clinical.study.tlf
Methods in com.sas.lsaf.clinical.study.tlf that throw SectionNotFoundExceptionModifier and TypeMethodDescriptionStudyTlfService.getStudySectionDescriptorById(String studyId, String id) Gets the study section descriptor by the specified id.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.