| Package | Description |
|---|---|
| org.lsst.ccs.localdb.configdb.model |
Overview
|
| Modifier and Type | Method and Description |
|---|---|
ASubsystemDescription |
ASubsystemDescription.clone()
clone: the contained set of parameter description is also cloned.
|
ASubsystemDescription |
HqlDAO.getActiveSubsystemDescription(long id) |
ASubsystemDescription |
DBInterface.getActiveSubsystemDescription(long id)
gets a subsystem description by its id
|
ASubsystemDescription |
HqlDAO.getActiveSubsystemDescription(String name,
String tag) |
ASubsystemDescription |
DBInterface.getActiveSubsystemDescription(String name,
String tag)
gets a SubsystemDescription in the corresponding active object table.
|
| Modifier and Type | Method and Description |
|---|---|
void |
HqlDAO.deleteActiveSubsystemDescription(ASubsystemDescription oldDescription) |
void |
DBInterface.deleteActiveSubsystemDescription(ASubsystemDescription oldDescription)
deletes an active description
|
Collection<org.lsst.ccs.localdb.configdb.model.AConfigProfile> |
HqlDAO.getActiveProfilesForSubsystem(ASubsystemDescription description,
String category) |
Collection<org.lsst.ccs.localdb.configdb.model.AConfigProfile> |
DBInterface.getActiveProfilesForSubsystem(ASubsystemDescription description,
String category)
gets the active configProfiles that references an active SubsystemDescription
|
Collection<org.lsst.ccs.localdb.configdb.model.AConfigProfile> |
ConfigurationFacade.getActiveProfilesForSubsystem(ASubsystemDescription subsystemDescription,
String category) |
void |
HqlDAO.saveSubsystemDescription(ASubsystemDescription newDescription) |
void |
DBInterface.saveSubsystemDescription(ASubsystemDescription newDescription)
saves the argument: which must now becomes immutable and be numbered (with an ID)
|
Copyright © 2017 LSST. All rights reserved.