|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface SceneRepository
The scene repository provides access to a persistent repository of scene information.
SceneModel| Method Summary | |
|---|---|
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. |
| Method Detail |
|---|
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.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||