|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.softwareag.centrasite.appl.framework.persistence.mapper.impl.RelationshipAttributePropertyMapper
public class RelationshipAttributePropertyMapper
Property mapper class for handling associations defined by the
Relationship
property. Extends AssociationMapper
by
adding attribute specific processing like adding special slot to the mapped associations.
Constructor Summary | |
---|---|
RelationshipAttributePropertyMapper()
|
Method Summary | |
---|---|
RegistryBean |
getBean()
Get the bean. |
Property |
getProperty()
Get the property. |
void |
init(RegistryBean theBean,
Property theProperty)
Initializes the mapper. |
void |
toBean(PersistenceContext context,
javax.xml.registry.infomodel.RegistryObject ro)
Maps data from RegistryObject to a bean. |
java.util.List<javax.xml.registry.infomodel.RegistryObject> |
toJaxr(PersistenceContext context,
javax.xml.registry.infomodel.RegistryObject ro)
Map property data from a bean to a RegistryObject . |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RelationshipAttributePropertyMapper()
Method Detail |
---|
public void init(RegistryBean theBean, Property theProperty) throws MappingException
PropertyMapper
init
in interface PropertyMapper
MappingException
PropertyMapper.init(RegistryBean, Property)
public void toBean(PersistenceContext context, javax.xml.registry.infomodel.RegistryObject ro) throws javax.xml.registry.JAXRException, MappingException
PropertyMapper
RegistryObject
to a bean.
javax.xml.registry.JAXRException
MappingException
public java.util.List<javax.xml.registry.infomodel.RegistryObject> toJaxr(PersistenceContext context, javax.xml.registry.infomodel.RegistryObject ro) throws javax.xml.registry.JAXRException, MappingException
PropertyMapper
RegistryObject
.
List
of RegistryObject
objects that have been
modified.
javax.xml.registry.JAXRException
MappingException
public RegistryBean getBean() throws MappingException
PropertyMapper
getBean
in interface PropertyMapper
MappingException
PropertyMapper.getBean()
public Property getProperty() throws MappingException
PropertyMapper
getProperty
in interface PropertyMapper
MappingException
PropertyMapper.getProperty()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |