
Public Member Functions | |
| Source | findSource (String sourceId) |
| Source | getSource (String sourceId) |
| Source[] | findAllSources () |
| Source | findByLaserSource () |
| void | saveSource (Source source) |
| void | deleteSource (Source source) |
| void | updateSource (Source source) |
| String[] | getAlarms (String sourceId) |
| void cern::laser::business::dao::SourceDAO::deleteSource | ( | Source | source | ) |
Implemented in com::cosylab::acs::laser::dao::ACSSourceDAOImpl.
Referenced by cern::laser::business::pojo::SourceDefinitionServiceImpl::removeSource().
| Source [] cern::laser::business::dao::SourceDAO::findAllSources | ( | ) |
Implemented in com::cosylab::acs::laser::dao::ACSSourceDAOImpl.
Referenced by cern::laser::business::pojo::AlarmSourceMonitorImpl::check(), cern::laser::business::pojo::CoreServiceImpl::getSources(), cern::laser::business::pojo::AlarmSourceMonitorImpl::isUpToDate(), and cl::utfsm::acs::acg::core::SourceManager::loadFromCDB().
| Source cern::laser::business::dao::SourceDAO::findByLaserSource | ( | ) |
| Source cern::laser::business::dao::SourceDAO::findSource | ( | String | sourceId | ) |
Implemented in com::cosylab::acs::laser::dao::ACSSourceDAOImpl.
Referenced by cern::laser::business::pojo::AlarmDefinitionServiceImpl::getAlarmDefinitions(), cern::laser::business::pojo::AlarmMessageProcessorImpl::processBackup(), cern::laser::business::pojo::SourceDefinitionServiceImpl::removeSource(), cern::laser::business::pojo::AlarmDefinitionServiceImpl::updateAlarm(), and cern::laser::business::pojo::SourceDefinitionServiceImpl::updateSource().
| String [] cern::laser::business::dao::SourceDAO::getAlarms | ( | String | sourceId | ) |
Implemented in com::cosylab::acs::laser::dao::ACSSourceDAOImpl.
Referenced by cern::laser::business::pojo::AlarmDefinitionServiceImpl::getAlarmDefinitions(), cern::laser::business::pojo::CoreServiceImpl::getAlarmsBySource(), cern::laser::business::pojo::AlarmMessageProcessorImpl::processBackup(), cern::laser::business::pojo::SourceDefinitionServiceImpl::removeSource(), and cern::laser::business::pojo::SourceDefinitionServiceImpl::updateSource().
| Source cern::laser::business::dao::SourceDAO::getSource | ( | String | sourceId | ) |
Implemented in com::cosylab::acs::laser::dao::ACSSourceDAOImpl.
Referenced by cern::laser::business::pojo::AlarmDefinitionServiceImpl::createAlarmInternal(), cern::laser::business::pojo::SourceDefinitionServiceImpl::createSource(), and cern::laser::business::pojo::SourceDefinitionServiceImpl::getSourceDefinition().
| void cern::laser::business::dao::SourceDAO::saveSource | ( | Source | source | ) |
Implemented in com::cosylab::acs::laser::dao::ACSSourceDAOImpl.
Referenced by cern::laser::business::pojo::SourceDefinitionServiceImpl::createSource().
| void cern::laser::business::dao::SourceDAO::updateSource | ( | Source | source | ) |
Implemented in com::cosylab::acs::laser::dao::ACSSourceDAOImpl.
Referenced by cern::laser::business::pojo::SourceDefinitionServiceImpl::createSource(), cern::laser::business::pojo::AlarmMessageProcessorImpl::processBackup(), cl::utfsm::acs::acg::core::SourceManager::saveToCDB(), cern::laser::business::pojo::AlarmDefinitionServiceImpl::updateAlarm(), and cern::laser::business::pojo::SourceDefinitionServiceImpl::updateSource().
1.6.2