
Public Member Functions | |
| void | setAdminUserDAO (AdminUserDAO adminUserDAO) |
| void | setResponsiblePersonDAO (ResponsiblePersonDAO responsiblePersonDAO) |
| void | setCategoryDAO (CategoryDAO categoryDAO) |
| void | setSourceDAO (SourceDAO sourceDAO) |
| void | setAlarmDAO (AlarmDAO alarmDAO) |
| void | setAlarmCache (AlarmCache alarmCache) |
| void | setAlarmDefinitionService (AlarmDefinitionServiceImpl alarmDefinitionService) |
| SourceDefinition | getSourceDefinition (String sourceId) throws LaserDefinitionException |
| Collection | getSourceDefinitions (String userId) throws LaserDefinitionException |
| void | createSource (String userId, SourceDefinition sourceDefinition) throws LaserDefinitionException |
| void | createSources (String userId, Collection sources) throws LaserDefinitionException |
| void | updateSource (String userId, SourceDefinition sourceDefinition) throws LaserDefinitionException |
| void | updateSources (String userId, Collection sources) throws LaserDefinitionException |
| void | removeSource (String userId, SourceDefinition sourceDefinition) throws LaserDefinitionException |
| void | removeSources (String userId, Collection sources) throws LaserDefinitionException |
| void | uploadSources (String userId, Collection toBeCreated, Collection toBeUpdated, Collection toBeRemoved) throws LaserDefinitionException |
Private Attributes | |
| AdminUserDAO | adminUserDAO |
| AlarmDAO | alarmDAO |
| CategoryDAO | categoryDAO |
| ResponsiblePersonDAO | responsiblePersonDAO |
| SourceDAO | sourceDAO |
| AlarmCache | alarmCache |
| AlarmDefinitionServiceImpl | alarmDefinitionService |
| AdminUserDefinitionServiceImpl | adminUserDefinitionService |
Static Private Attributes | |
| final Logger | LOGGER = Logger.getLogger(SourceDefinitionServiceImpl.class.getName()) |
| final String | SOURCES_CATEGORY_ROOT_PATH = "CERN.SOURCES" |
| final String | SOURCE_CATEGORY_PATH_PREFIX = "CERN.SOURCES." |
| final AlarmDefinition | SOURCE_SURVEILLANCE_ALARM_DEFINITION |
|
||||||||||||
|
|
|
||||||||||||
|
|
|
|
|
|
|
|
|
||||||||||||
|
|
|
||||||||||||
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
||||||||||||
|
|
|
||||||||||||
|
|
|
||||||||||||||||||||
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Initial value:
|
|
|
|
|
|
|
1.3.8