|
|||||||||
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.ClassificationConceptMapper
public class ClassificationConceptMapper
Constructor Summary | |
---|---|
ClassificationConceptMapper()
|
Method Summary | |
---|---|
RegistryBean |
getBean()
Get the bean. |
Property |
getProperty()
Get the property. |
void |
init(RegistryBean bean,
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 ClassificationConceptMapper()
Method Detail |
---|
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()
public void init(RegistryBean bean, Property property) throws MappingException
PropertyMapper
init
in interface PropertyMapper
MappingException
PropertyMapper.init(RegistryBean, Property)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |