|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.gentics.api.lib.resolving.ResolvableBean
com.gentics.api.lib.resolving.ChangeableBean
public abstract class ChangeableBean
ChangeableBean serves as base class for JavaBeans that need to be Changeable. The implementation of the Changeable and Resolvable interfaces map properties to the corresponding getter and setter methods (when they exist). To use this JavaBean integration into Portal.Node, simply let your BeanObject extend this class and create getter/setter methods for all properties.
Constructor Summary | |
---|---|
ChangeableBean()
|
Method Summary | |
---|---|
boolean |
setProperty(java.lang.String name,
java.lang.Object value)
Set (modify) the property name to resolve to the given value |
Methods inherited from class com.gentics.api.lib.resolving.ResolvableBean |
---|
canResolve, get, getProperty |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface com.gentics.api.lib.resolving.Resolvable |
---|
canResolve, get, getProperty |
Constructor Detail |
---|
public ChangeableBean()
Method Detail |
---|
public boolean setProperty(java.lang.String name, java.lang.Object value) throws InsufficientPrivilegesException
Changeable
setProperty
in interface Changeable
name
- name of the property to set/modifyvalue
- (new) value to set
InsufficientPrivilegesException
- when the property may not be
changed
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |