Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | File List | Namespace Members | Class Members | File Members | Related Pages

cern::laser::business::pojo::CategoryDefinitionServiceImpl Class Reference

Collaboration diagram for cern::laser::business::pojo::CategoryDefinitionServiceImpl:

Collaboration graph
[legend]
List of all members.

Public Member Functions

void setAdminUserDAO (AdminUserDAO adminUserDAO)
void setCategoryDAO (CategoryDAO categoryDAO)
void setAlarmDAO (AlarmDAO alarmDAO)
void setAlarmCache (AlarmCache alarmCache)
CategoryDefinition getCategoryDefinition (Integer categoryId) throws LaserDefinitionException
CategoryDefinition getCategoryDefinition (String path) throws LaserDefinitionException
Collection getCategoryDefinitions (String userId) throws LaserDefinitionException
void createCategory (String userId, CategoryDefinition categoryDefinition) throws LaserDefinitionException
void createCategories (String userId, Collection categories) throws LaserDefinitionException
void updateCategory (String userId, CategoryDefinition categoryDefinition) throws LaserDefinitionException
void updateCategories (String userId, Collection categories) throws LaserDefinitionException
void removeCategory (String userId, CategoryDefinition categoryDefinition) throws LaserDefinitionException
void removeCategories (String userId, Collection categories) throws LaserDefinitionException
void createCategoryLink (String userId, CategoryLink link) throws LaserDefinitionException
void createCategoryLinks (String userId, Collection categoryLinks) throws LaserDefinitionException
void removeCategoryLink (String userId, CategoryLink link) throws LaserDefinitionException
void removeCategoryLinks (String userId, Collection categoryLinks) throws LaserDefinitionException
void uploadCategories (String userId, Collection toBeCreated, Collection toBeUpdated, Collection toBeRemoved) throws LaserDefinitionException
void uploadCategoryLinks (String userId, Collection toBeCreated, Collection toBeRemoved) throws LaserDefinitionException

Private Attributes

AdminUserDAO adminUserDAO
AlarmDAO alarmDAO
CategoryDAO categoryDAO
AlarmCache alarmCache
AdminUserDefinitionServiceImpl adminUserDefinitionService

Static Private Attributes

final Logger LOGGER = Logger.getLogger(CategoryDefinitionServiceImpl.class.getName())
final String SOURCE_CATEGORY_PATH_PREFIX = "CERN.SOURCES."

Detailed Description

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


Member Function Documentation

void cern::laser::business::pojo::CategoryDefinitionServiceImpl::createCategories String  userId,
Collection  categories
throws LaserDefinitionException [inline]
 

void cern::laser::business::pojo::CategoryDefinitionServiceImpl::createCategory String  userId,
CategoryDefinition  categoryDefinition
throws LaserDefinitionException [inline]
 

void cern::laser::business::pojo::CategoryDefinitionServiceImpl::createCategoryLink String  userId,
CategoryLink  link
throws LaserDefinitionException [inline]
 

void cern::laser::business::pojo::CategoryDefinitionServiceImpl::createCategoryLinks String  userId,
Collection  categoryLinks
throws LaserDefinitionException [inline]
 

CategoryDefinition cern::laser::business::pojo::CategoryDefinitionServiceImpl::getCategoryDefinition String  path  )  throws LaserDefinitionException [inline]
 

CategoryDefinition cern::laser::business::pojo::CategoryDefinitionServiceImpl::getCategoryDefinition Integer  categoryId  )  throws LaserDefinitionException [inline]
 

Collection cern::laser::business::pojo::CategoryDefinitionServiceImpl::getCategoryDefinitions String  userId  )  throws LaserDefinitionException [inline]
 

void cern::laser::business::pojo::CategoryDefinitionServiceImpl::removeCategories String  userId,
Collection  categories
throws LaserDefinitionException [inline]
 

void cern::laser::business::pojo::CategoryDefinitionServiceImpl::removeCategory String  userId,
CategoryDefinition  categoryDefinition
throws LaserDefinitionException [inline]
 

void cern::laser::business::pojo::CategoryDefinitionServiceImpl::removeCategoryLink String  userId,
CategoryLink  link
throws LaserDefinitionException [inline]
 

void cern::laser::business::pojo::CategoryDefinitionServiceImpl::removeCategoryLinks String  userId,
Collection  categoryLinks
throws LaserDefinitionException [inline]
 

void cern::laser::business::pojo::CategoryDefinitionServiceImpl::setAdminUserDAO AdminUserDAO  adminUserDAO  )  [inline]
 

void cern::laser::business::pojo::CategoryDefinitionServiceImpl::setAlarmCache AlarmCache  alarmCache  )  [inline]
 

void cern::laser::business::pojo::CategoryDefinitionServiceImpl::setAlarmDAO AlarmDAO  alarmDAO  )  [inline]
 

void cern::laser::business::pojo::CategoryDefinitionServiceImpl::setCategoryDAO CategoryDAO  categoryDAO  )  [inline]
 

void cern::laser::business::pojo::CategoryDefinitionServiceImpl::updateCategories String  userId,
Collection  categories
throws LaserDefinitionException [inline]
 

void cern::laser::business::pojo::CategoryDefinitionServiceImpl::updateCategory String  userId,
CategoryDefinition  categoryDefinition
throws LaserDefinitionException [inline]
 

void cern::laser::business::pojo::CategoryDefinitionServiceImpl::uploadCategories String  userId,
Collection  toBeCreated,
Collection  toBeUpdated,
Collection  toBeRemoved
throws LaserDefinitionException [inline]
 

void cern::laser::business::pojo::CategoryDefinitionServiceImpl::uploadCategoryLinks String  userId,
Collection  toBeCreated,
Collection  toBeRemoved
throws LaserDefinitionException [inline]
 


Member Data Documentation

AdminUserDAO cern::laser::business::pojo::CategoryDefinitionServiceImpl::adminUserDAO [private]
 

AdminUserDefinitionServiceImpl cern::laser::business::pojo::CategoryDefinitionServiceImpl::adminUserDefinitionService [private]
 

AlarmCache cern::laser::business::pojo::CategoryDefinitionServiceImpl::alarmCache [private]
 

AlarmDAO cern::laser::business::pojo::CategoryDefinitionServiceImpl::alarmDAO [private]
 

CategoryDAO cern::laser::business::pojo::CategoryDefinitionServiceImpl::categoryDAO [private]
 

final Logger cern::laser::business::pojo::CategoryDefinitionServiceImpl::LOGGER = Logger.getLogger(CategoryDefinitionServiceImpl.class.getName()) [static, private]
 

final String cern::laser::business::pojo::CategoryDefinitionServiceImpl::SOURCE_CATEGORY_PATH_PREFIX = "CERN.SOURCES." [static, private]
 


The documentation for this class was generated from the following file:
Generated on Thu Apr 30 03:08:49 2009 for ACS Java API by doxygen 1.3.8