Uses of Class
com.sas.lsaf.clinical.tlftemplate.TlfTemplateNotFoundException
-
Packages that use TlfTemplateNotFoundException Package Description com.sas.lsaf.clinical.tlftemplate Contains classes for managing TLF templates. -
-
Uses of TlfTemplateNotFoundException in com.sas.lsaf.clinical.tlftemplate
Methods in com.sas.lsaf.clinical.tlftemplate that throw TlfTemplateNotFoundException Modifier and Type Method Description java.util.Set<java.lang.String>
TlfTemplateService. exportTlfsToDataSets(java.lang.String tlfTemplateId, BatchFileCreateInfo fileCreateInfo, boolean includeAnalysisResults)
Exports to data sets the global Tables, Listings, and Figures (TLF) metadata for a specified TLF template.TlfUpdateResult
TlfTemplateService. importTlfsToTlfTemplate(TlfTemplateImportInfo importInfo, ExportFileCreateInfo validationInfo)
Updates the Tables, Listings, and Figures (TLF) from the import files to the TLF template specified.
-