Public Member Functions | |
void | createCategory (CategoryDefinition definition) throws LaserDefinitionException |
void | download (Writer xmlDefinitionsWriter) throws LaserDefinitionException |
void | removeCategory (CategoryDefinition definition) throws LaserDefinitionException |
void | updateCategory (CategoryDefinition definition) throws LaserDefinitionException |
void | upload (Collection toBeCreated, Collection toBeUpdated, Collection toBeRemoved) throws LaserDefinitionException |
void | upload (Reader xmlDefinitionsReader) throws LaserDefinitionException |
|
Create a new category definition.
Implemented in cern::laser::definition::impl::CategoryDefinitionHandlerImpl.
|
|
Dump the user definitions in XML format.
Implemented in cern::laser::definition::impl::CategoryDefinitionHandlerImpl.
|
|
Remove an category definition by its identifier.
Implemented in cern::laser::definition::impl::CategoryDefinitionHandlerImpl.
|
|
Update a category definition.
Implemented in cern::laser::definition::impl::CategoryDefinitionHandlerImpl.
|
|
Execute a bulk update within one single transaction.
Implemented in cern::laser::definition::impl::CategoryDefinitionHandlerImpl.
|
|
Execute a bulk update within one single transaction.
Implemented in cern::laser::definition::impl::CategoryDefinitionHandlerImpl.
|