Uses of Class
cst.common.io.SpreadsheetTransferSettings

Packages that use SpreadsheetTransferSettings
cst.adminTool.io This code package is responsible for importing subject records into the data repository. 
cst.common.io Contains a number of classes used to support operations for importing both subject attribute data and activity data. 
cst.loggingTool.io Manages classes which use a sequence of dialogs to guide end-users as they import activity data into the data repository. 
cst.test Contains all the automated test suites that are used to test the application. 
 

Uses of SpreadsheetTransferSettings in cst.adminTool.io
 

Methods in cst.adminTool.io that return SpreadsheetTransferSettings
 SpreadsheetTransferSettings TrialSubjectDataSpreadsheetParsingEngine.getSpreadsheetTransferSettings()
           
 

Constructors in cst.adminTool.io with parameters of type SpreadsheetTransferSettings
TrialSubjectDataHeaderParser(SpreadsheetTransferSettings importSettings)
           
TrialSubjectDataSpreadsheetBodyParser(AdminServiceAPI adminServiceAPI, TrialSubjectModelFactory trialSubjectModelFactory, SpreadsheetTransferSettings transferSettings, TrialSubjectDataHeaderParser coreDataHeaderParser)
           
 

Uses of SpreadsheetTransferSettings in cst.common.io
 

Constructors in cst.common.io with parameters of type SpreadsheetTransferSettings
ImportSpreadsheetErrorReport(SpreadsheetTransferSettings importSettings, java.lang.String applicationName, boolean configureForCoreData)
           
 

Uses of SpreadsheetTransferSettings in cst.loggingTool.io
 

Methods in cst.loggingTool.io that return SpreadsheetTransferSettings
 SpreadsheetTransferSettings ActivitySpreadsheetParsingEngine.getTransferSettings()
           
 

Constructors in cst.loggingTool.io with parameters of type SpreadsheetTransferSettings
ActivityHeaderParser(SpreadsheetTransferSettings importSettings)
           
ActivitySpreadsheetBodyParser(LoggingServiceAPI loggingServiceAPI, SpreadsheetTransferSettings transferSettings, ActivityHeaderParser activityHeaderParser)
           
 

Uses of SpreadsheetTransferSettings in cst.test
 

Fields in cst.test declared as SpreadsheetTransferSettings
protected  SpreadsheetTransferSettings TestCaseBatchLoaderFeatures.importSettings