Uses of Interface
cst.common.businessLayer.CSTServiceAPI

Packages that use CSTServiceAPI
cst.adminTool.persistenceLayer This package contains classes which are responsible for supporting business operations in the MySQL Production data repository. 
cst.common.businessLayer Describes the major business concepts used in the system. 
cst.loggingTool.persistenceLayer   
 

Uses of CSTServiceAPI in cst.adminTool.persistenceLayer
 

Classes in cst.adminTool.persistenceLayer that implement CSTServiceAPI
 class DemonstrationAdminService
          Provides an in-memory version of the administration service that is used principally for demonstration and testing purposes.
 class ProductionAdminService
          The implementation of AdminServiceAPI that manages the data repository as a MySQL database.
 

Uses of CSTServiceAPI in cst.common.businessLayer
 

Subinterfaces of CSTServiceAPI in cst.common.businessLayer
 interface AdminServiceAPI
          The service API that is used by the Admin Tool GUI.
 interface LoggingServiceAPI
          This is the main API that developers should use if they want to manage the data repository with another front-end (eg: a web application, web service, servlet).
 

Uses of CSTServiceAPI in cst.loggingTool.persistenceLayer
 

Classes in cst.loggingTool.persistenceLayer that implement CSTServiceAPI
 class DemonstrationLoggingService
          
 class ProductionLoggingService