|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ConfiguratorModel
Model part of the MVC pattern for Configurators.
| Method Summary | |
|---|---|
void |
apply()
Performs changes in files external to the model data. |
void |
load()
Loads the model from persistence layer. |
void |
store()
Stores the model in the persistence layer. |
void |
validate()
Validate data of this Model. |
| Method Detail |
|---|
void load()
throws java.io.IOException
java.io.IOException - In case of read error
void store()
throws java.io.IOException
java.io.IOException - In case of write error
void validate()
throws java.lang.Exception
java.lang.Exception - In case of invalid data
void apply()
throws java.io.IOException
java.io.IOException - In case of write error
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||