Uses of Class
com.sas.lsaf.clinical.tlf.SectionNotFoundException
-
Packages that use SectionNotFoundException Package Description com.sas.lsaf.clinical.study.tlf 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 SectionNotFoundException Modifier and Type Method Description SectionDescriptor
StudyTlfService. getStudySectionDescriptorById(java.lang.String studyId, java.lang.String id)
Gets the study section descriptor by the specified id.java.util.List<Tlf>
StudyTlfService. getStudyTlfsBySectionId(java.lang.String studyId, java.lang.String baseStandardName, java.lang.String modelId, java.lang.String sectionId, boolean recurse)
Gets the study TLFs within the specified section.java.util.List<Tlf>
StudyTlfService. getStudyTlfsBySectionNameAndIdentifier(java.lang.String studyId, java.lang.String baseStandardName, java.lang.String modelId, java.lang.String sectionName, java.lang.String sectionIdentifier, boolean recurse)
Gets the study TLFs within the specified section.
-