|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ObjectConfigurationFactory
This class retrieves an Object Configuration with a particular id. The Object Configuration must be unique as a user will set there own parameters on the object during its lifetime.
| Method Summary | |
|---|---|
ObjectConfiguration |
getObjectConfiguration(String id,
Map userParams)
This function retrieves an ObjectConfiguration based on a specified identifier, N.B. |
boolean |
hasObjectConfiguration(String id)
Does this factory know about an ObjectConfiguration with the specified id |
| Method Detail |
|---|
boolean hasObjectConfiguration(String id)
id - Identifier for the object configuration to retrieve.
ObjectConfiguration getObjectConfiguration(String id,
Map userParams)
throws ObjectConfigurationException
id - Identifier for the object configuration to retrieve.
ObjectConfigurationException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||