
Public Member Functions | |
| Category | findCategory (Integer identifier) |
| Category | getCategory (Integer identifier) |
| Category | findByCategoryTreeRoot () |
| Category | findBySurveillanceCategory () |
| Category[] | findAllCategories () |
| Category | findCategoryByPath (String path) |
| Category | getCategoryByPathInitialized (String path) |
| Category | getCategoryByPath (String path) |
| void | saveCategory (Category category) |
| void | updateCategory (Category category) |
| void | deleteCategory (Category category) |
| String[] | getAlarms (Integer categoryId) |
| Integer[] | getChildren (Integer parentId) |
| void | flushCategory () |
| void cern::laser::business::dao::CategoryDAO::deleteCategory | ( | Category | category | ) |
| Category [] cern::laser::business::dao::CategoryDAO::findAllCategories | ( | ) |
Implemented in com::cosylab::acs::laser::dao::ACSCategoryDAOImpl.
Referenced by cern::laser::business::pojo::CoreServiceImpl::getCategories().
| Category cern::laser::business::dao::CategoryDAO::findByCategoryTreeRoot | ( | ) |
| Category cern::laser::business::dao::CategoryDAO::findBySurveillanceCategory | ( | ) |
Implemented in com::cosylab::acs::laser::dao::ACSCategoryDAOImpl.
Referenced by cern::laser::business::pojo::SourceDefinitionServiceImpl::createSource().
| Category cern::laser::business::dao::CategoryDAO::findCategory | ( | Integer | identifier | ) |
| Category cern::laser::business::dao::CategoryDAO::findCategoryByPath | ( | String | path | ) |
Implemented in com::cosylab::acs::laser::dao::ACSCategoryDAOImpl.
Referenced by cern::laser::business::pojo::AlarmDefinitionServiceImpl::createAlarm(), cern::laser::business::pojo::AlarmDefinitionServiceImpl::createAlarms(), cern::laser::business::pojo::SourceDefinitionServiceImpl::createSource(), cern::laser::business::pojo::SourceDefinitionServiceImpl::removeSource(), and cern::laser::business::pojo::CategoryDefinitionServiceImpl::updateCategory().
| void cern::laser::business::dao::CategoryDAO::flushCategory | ( | ) |
| String [] cern::laser::business::dao::CategoryDAO::getAlarms | ( | Integer | categoryId | ) |
| Category cern::laser::business::dao::CategoryDAO::getCategory | ( | Integer | identifier | ) |
| Category cern::laser::business::dao::CategoryDAO::getCategoryByPath | ( | String | path | ) |
Implemented in com::cosylab::acs::laser::dao::ACSCategoryDAOImpl.
Referenced by cern::laser::business::pojo::CategoryDefinitionServiceImpl::createCategory(), cern::laser::business::pojo::CategoryDefinitionServiceImpl::createCategoryLink(), cern::laser::business::pojo::CategoryDefinitionServiceImpl::getCategoryDefinition(), cern::laser::business::pojo::CategoryDefinitionServiceImpl::removeCategory(), and cern::laser::business::pojo::CategoryDefinitionServiceImpl::removeCategoryLink().
| Category cern::laser::business::dao::CategoryDAO::getCategoryByPathInitialized | ( | String | path | ) |
Implemented in com::cosylab::acs::laser::dao::ACSCategoryDAOImpl.
Referenced by cern::laser::business::pojo::CoreServiceImpl::getCategoryByPath().
| Integer [] cern::laser::business::dao::CategoryDAO::getChildren | ( | Integer | parentId | ) |
Implemented in com::cosylab::acs::laser::dao::ACSCategoryDAOImpl.
Referenced by cern::laser::business::pojo::CoreServiceImpl::getCategoryChildren().
| void cern::laser::business::dao::CategoryDAO::saveCategory | ( | Category | category | ) |
| void cern::laser::business::dao::CategoryDAO::updateCategory | ( | Category | category | ) |
Implemented in com::cosylab::acs::laser::dao::ACSCategoryDAOImpl.
Referenced by cern::laser::business::pojo::AlarmDefinitionServiceImpl::createAlarm(), cern::laser::business::pojo::AlarmDefinitionServiceImpl::createAlarms(), cern::laser::business::pojo::CategoryDefinitionServiceImpl::createCategoryLink(), cern::laser::business::pojo::SourceDefinitionServiceImpl::createSource(), cern::laser::business::pojo::AlarmDefinitionServiceImpl::updateAlarm(), and cern::laser::business::pojo::CategoryDefinitionServiceImpl::updateCategory().
1.6.2