Public Member Functions

cl.utfsm.acs.acg.core.DAOManager Class Reference

List of all members.

Public Member Functions

 DAOManager (ContainerServices contServ)
void connect () throws AcsJContainerServicesEx
ACSAlarmSystemDAOImpl getAlarmSystemDAO ()
AlarmDAO getAlarmDAO ()
SourceDAO getSourceDAO ()
CategoryDAO getCategoryDAO () throws IllegalStateException
void backupCDB ()

Detailed Description

This class deals with the complexity of the usage of the DAOs implemented in the com.cosylab.acs.laser.dao package. It handles an instance for each of the DAOImpl classes of the Alarm System. The other classes should retrieve the DAOImpl classes through this class.

Author:
rtobar

Constructor & Destructor Documentation

cl.utfsm.acs.acg.core.DAOManager.DAOManager ( ContainerServices  contServ  ) 

Member Function Documentation

void cl.utfsm.acs.acg.core.DAOManager.backupCDB (  ) 
void cl.utfsm.acs.acg.core.DAOManager.connect (  )  throws AcsJContainerServicesEx
AlarmDAO cl.utfsm.acs.acg.core.DAOManager.getAlarmDAO (  ) 
ACSAlarmSystemDAOImpl cl.utfsm.acs.acg.core.DAOManager.getAlarmSystemDAO (  ) 
CategoryDAO cl.utfsm.acs.acg.core.DAOManager.getCategoryDAO (  )  throws IllegalStateException
SourceDAO cl.utfsm.acs.acg.core.DAOManager.getSourceDAO (  ) 

The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Enumerations Properties