public interface DeskRepository
DeskModel
instances.Modifier and Type | Method and Description |
---|---|
DeskModel |
retrieveDesk(ConfigurationItem configuration)
Retrieves the
DeskModel from the ConfigurationItem . |
void |
storeDesk(DeskModel desk,
ConfigurationItem configuration)
Stores the
DeskModel into the ConfigurationItem . |
DeskModel retrieveDesk(ConfigurationItem configuration) throws Exception
DeskModel
from the ConfigurationItem
.configuration
- ConfigurationItem
containing the DeskModel
.DeskModel
.Exception
- If fails to retrieve the DeskModel
.void storeDesk(DeskModel desk, ConfigurationItem configuration) throws Exception
DeskModel
into the ConfigurationItem
.desk
- DeskModel
.configuration
- ConfigurationItem
to contain the DeskModel
.Exception
- If fails to store the DeskModel
.Copyright © 2005–2016. All rights reserved.