Public Member Functions

cern.laser.business.dao.CategoryDAO Interface Reference

Inheritance diagram for cern.laser.business.dao.CategoryDAO:
com.cosylab.acs.laser.dao.ACSCategoryDAOImpl cl.utfsm.acs.acg.dao.ACSCategoryDAOImpl

List of all members.

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 ()

Detailed Description

Version:
Revision:
1.3
Date:
2006/09/25 08:52:36
Author:
Katarina Sigerud

Member Function Documentation

Category [] cern.laser.business.dao.CategoryDAO.findAllCategories (  ) 
Category cern.laser.business.dao.CategoryDAO.findBySurveillanceCategory (  ) 
Category cern.laser.business.dao.CategoryDAO.getCategoryByPathInitialized ( String  path  ) 
Integer [] cern.laser.business.dao.CategoryDAO.getChildren ( Integer  parentId  ) 

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