|
|||||||||
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.ClassificationAttributePropertyMapper
public class ClassificationAttributePropertyMapper
Property mapper class for handling classifications defined by the
ClassificationAttribute
property. Extends ClassificationMapper
by adding attribute specific
processing like adding special slot to the mapped associations.
Constructor Summary | |
---|---|
ClassificationAttributePropertyMapper()
|
Method Summary | |
---|---|
RegistryBean |
getBean()
Get the bean. |
Property |
getProperty()
Get the property. |
void |
init(RegistryBean pBean,
Property property)
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 ClassificationAttributePropertyMapper()
Method Detail |
---|
public void init(RegistryBean pBean, Property property) 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
PropertyMapper
RegistryObject
to a bean.
javax.xml.registry.JAXRException
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 |