public interface SceneRepository
SceneModel| Modifier and Type | Method and Description |
|---|---|
void |
deleteSceneModel(int sceneId)
Deletes the specified scene model from the repository.
|
SceneModel |
loadSceneModel(int sceneId)
Fetches the model for the scene with the specified id.
|
void |
storeSceneModel(SceneModel model)
Updates or inserts this scene model as appropriate.
|
SceneModel loadSceneModel(int sceneId) throws IOException, NoSuchSceneException
IOException - thrown if an error occurs attempting to load
the scene data.NoSuchSceneException - thrown if no scene exists with the
specified scene id.void storeSceneModel(SceneModel model) throws IOException
IOException - thrown if an error occurs attempting to
access the repository.void deleteSceneModel(int sceneId)
throws IOException
IOException - thrown if an error occurs attempting to
access the repository.Copyright © 2015. All rights reserved.