Public Member Functions

cl.utfsm.acs.acg.core.EntityManager Interface Reference

Inheritance diagram for cl.utfsm.acs.acg.core.EntityManager:
cl.utfsm.acs.acg.core.AlarmManager cl.utfsm.acs.acg.core.AlarmSystemManager cl.utfsm.acs.acg.core.CategoryManager cl.utfsm.acs.acg.core.ReductionManager cl.utfsm.acs.acg.core.SourceManager

List of all members.

Public Member Functions

void loadFromCDB ()
void saveToCDB ()

Detailed Description

Common interface to all the entities Managers. Implementors of this interface can perform a full reload of all their internal contents from the ACS CDB, and also save their contents into the ACS CDB.

Author:
rtobar

Member Function Documentation

void cl.utfsm.acs.acg.core.EntityManager.loadFromCDB (  ) 

Performs a full reload of the contents of the Manager. All the current internal contents of the EntityManager are cleared, and replaced by the ones that are currently available on the CDB. Therefore, this call should be done with great care.

Implemented in cl.utfsm.acs.acg.core.AlarmManager, cl.utfsm.acs.acg.core.AlarmSystemManager, cl.utfsm.acs.acg.core.CategoryManager, cl.utfsm.acs.acg.core.ReductionManager, and cl.utfsm.acs.acg.core.SourceManager.

void cl.utfsm.acs.acg.core.EntityManager.saveToCDB (  ) 

Performs a full save of the contents of the Manager to the CDB. All the modified contents of the CDB are updated, and replaced by the ones that are currently available on the EntityManager. Therefore, this call should be done with great care.

Implemented in cl.utfsm.acs.acg.core.AlarmManager, cl.utfsm.acs.acg.core.AlarmSystemManager, cl.utfsm.acs.acg.core.CategoryManager, cl.utfsm.acs.acg.core.ReductionManager, and cl.utfsm.acs.acg.core.SourceManager.


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