| Package | Description |
|---|---|
| org.lsst.ccs.config |
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 |
FIleBasedDAO.getActiveSubsystemDescription(long id) |
ASubsystemDescription |
HqlDAO.getActiveSubsystemDescription(String name,
String tag) |
ASubsystemDescription |
DBInterface.getActiveSubsystemDescription(String name,
String tag)
gets a SubsystemDescription in the corresponding active object table.
|
ASubsystemDescription |
FIleBasedDAO.getActiveSubsystemDescription(String name,
String tag) |
| Modifier and Type | Method and Description |
|---|---|
void |
HqlDAO.deleteActiveSubsystemDescription(ASubsystemDescription oldDescription) |
void |
DBInterface.deleteActiveSubsystemDescription(ASubsystemDescription oldDescription)
deletes an active description
|
void |
FIleBasedDAO.deleteActiveSubsystemDescription(ASubsystemDescription oldDescription) |
Collection<org.lsst.ccs.config.AConfigProfile> |
HqlDAO.getActiveProfilesForSubsystem(ASubsystemDescription description) |
Collection<org.lsst.ccs.config.AConfigProfile> |
DBInterface.getActiveProfilesForSubsystem(ASubsystemDescription description)
gets the active configProfiles that references an active SubsystemDescription
|
Collection<org.lsst.ccs.config.AConfigProfile> |
FIleBasedDAO.getActiveProfilesForSubsystem(ASubsystemDescription description) |
void |
HqlDAO.saveSubsystemDescription(ASubsystemDescription newDescription) |
void |
DBInterface.saveSubsystemDescription(ASubsystemDescription newDescription)
saves the argument: which must now becomes immutable and be numbered (with an ID)
|
void |
FIleBasedDAO.saveSubsystemDescription(ASubsystemDescription newDescription) |
Copyright © 2016 LSST. All rights reserved.