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

static final Logger LOGGER = Logger.getLogger(CategoryDefinitionServiceImpl.class.getName())
static 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]

References createCategory(), and LOGGER.

Referenced by uploadCategories().

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]

References createCategoryLink(), and LOGGER.

Referenced by uploadCategoryLinks().

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]

References LOGGER, and removeCategory().

Referenced by uploadCategories().

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]

References LOGGER, and removeCategoryLink().

Referenced by uploadCategoryLinks().

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]

References LOGGER, and updateCategory().

Referenced by uploadCategories().

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

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

The documentation for this class was generated from the following file:

Generated by  doxygen 1.6.2