|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IPropertiesContainer
Allows update and read object properties to/from a Map.
| Method Summary | |
|---|---|
java.util.Map |
executeGets(java.lang.String properties)
Obtain the values of properties in a Map. |
void |
executeSets(java.util.Map properties)
Update the properties from a map. |
| Method Detail |
|---|
java.util.Map executeGets(java.lang.String properties)
throws java.rmi.RemoteException
properties - Names of properties to obtain separated by
a colon (:). The properties have to exists in the object.
java.rmi.RemoteException - Some system problem or another unexpected problem
void executeSets(java.util.Map properties)
throws ValidationException,
java.rmi.RemoteException
properties - Map with String propertyName:Object value. Null is like a empty map.
ValidationException - Some problem validating the data
java.rmi.RemoteException - Some system problem or another unexpected problem
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||