|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.openxava.model.impl.POJOPropertiesContainerAdapter
public class POJOPropertiesContainerAdapter
| Constructor Summary | |
|---|---|
POJOPropertiesContainerAdapter(java.lang.Object object)
|
|
| 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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public POJOPropertiesContainerAdapter(java.lang.Object object)
| Method Detail |
|---|
public java.util.Map executeGets(java.lang.String properties)
throws java.rmi.RemoteException
IPropertiesContainer
executeGets in interface IPropertiesContainerproperties - 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
public void executeSets(java.util.Map properties)
throws ValidationException,
java.rmi.RemoteException
IPropertiesContainer
executeSets in interface IPropertiesContainerproperties - 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 | |||||||||