Uses of Interface
cst.loggingTool.presentationLayer.reports.SubjectInformationReportAPI

Packages that use SubjectInformationReportAPI
cst.common.businessLayer Describes the major business concepts used in the system. 
cst.loggingTool.persistenceLayer   
 

Uses of SubjectInformationReportAPI in cst.common.businessLayer
 

Methods in cst.common.businessLayer that return SubjectInformationReportAPI
 SubjectInformationReportAPI LoggingServiceAPI.getTrialSubjectInformation(User user, java.lang.String trialSubjectIdentifier)
           
 

Uses of SubjectInformationReportAPI in cst.loggingTool.persistenceLayer
 

Classes in cst.loggingTool.persistenceLayer that implement SubjectInformationReportAPI
 class DefaultSubjectInformationReport
          
 

Methods in cst.loggingTool.persistenceLayer that return SubjectInformationReportAPI
 SubjectInformationReportAPI ProductionLoggingService.getTrialSubjectInformation(User user, java.lang.String trialSubjectIdentifier)
           
 SubjectInformationReportAPI DemonstrationLoggingService.getTrialSubjectInformation(User user, java.lang.String trialSubjectIdentifier)