|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface BackedBeanInfo
This interface extends the BeanInfo
by providing access to the RegistryObject
standing behind the bean.
This interface should be implemented by "backed" registry bean proxies.
BeanInfo
Method Summary | |
---|---|
java.util.Set<javax.xml.registry.infomodel.RegistryObject> |
getModifiedObjects()
Retrieves all modified RegistryObject including the primary backed object. |
java.util.Set<PropertyMapper> |
getPropertiesToMap()
Retrieves the PropertyMapper instances that need to be invoked by
the BeanMapper working on this proxy. |
javax.xml.registry.infomodel.RegistryObject |
getRegistryObject()
Retrieves the backed RegistryObject |
void |
setRegistryObject(javax.xml.registry.infomodel.RegistryObject ro)
Sets the backed RegistryObject |
void |
toBean()
Forces all property values to be loaded from the underlying registry object. |
void |
toJaxr()
Forces all property values to be updated into the underlying registry object. |
Methods inherited from interface com.softwareag.centrasite.appl.framework.persistence.impl.BeanInfo |
---|
getBean, getKey, getPersistenceContext, isCreated, isDeleted, isModified, setBean, setCreated, setDeleted, setModified |
Method Detail |
---|
javax.xml.registry.infomodel.RegistryObject getRegistryObject()
RegistryObject
RegistryObject
void setRegistryObject(javax.xml.registry.infomodel.RegistryObject ro)
RegistryObject
ro
- java.util.Set<javax.xml.registry.infomodel.RegistryObject> getModifiedObjects()
RegistryObject
including the primary backed object.
Set
java.util.Set<PropertyMapper> getPropertiesToMap()
PropertyMapper
instances that need to be invoked by
the BeanMapper
working on this proxy. This is a workaround for
handing modifications on collection properties. It is expected that the
implementation for this method will return the property mappers for all
collection properties that have been retrieved and possibly modified.
Set
void toBean() throws MappingException, javax.xml.registry.JAXRException
MappingException
javax.xml.registry.JAXRException
void toJaxr() throws MappingException, javax.xml.registry.JAXRException
MappingException
javax.xml.registry.JAXRException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |