|
|||||||||
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.SlotsMapper
public class SlotsMapper
Property mapper for all slots of a registry objects.
Constructor Summary | |
---|---|
SlotsMapper()
|
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 SlotsMapper()
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
PropertyMapper
RegistryObject
.
List
of RegistryObject
objects that have been
modified.
javax.xml.registry.JAXRException
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 |