Uses of Interface
net.sf.csutils.core.model.RORelation

Packages that use RORelation
net.sf.csutils.core.model.impl   
net.sf.csutils.core.query.impl   
net.sf.csutils.core.registry   
net.sf.csutils.core.registry.impl   
 

Uses of RORelation in net.sf.csutils.core.model.impl
 

Classes in net.sf.csutils.core.model.impl that implement RORelation
 class StaticRORelation
          Extension of StaticROAttribute, which implements RORelation.
 

Methods in net.sf.csutils.core.model.impl that return RORelation
protected  RORelation ROMetaModelReader.read(RORelation pBean)
           
 

Methods in net.sf.csutils.core.model.impl with parameters of type RORelation
protected  RORelation ROMetaModelWriter.write(RORelation pAttr)
          Converts the given relationship attribute into a JAXB bean.
 

Uses of RORelation in net.sf.csutils.core.query.impl
 

Methods in net.sf.csutils.core.query.impl that return RORelation
 RORelation AbstractQueryGenerator.ObjectTypeInfo.getRelation()
           
 

Methods in net.sf.csutils.core.query.impl with parameters of type RORelation
protected  AbstractQueryGenerator.ObjectTypeInfo SqlQueryGenerator.newObjectTypeInfo(java.lang.String pAlias, ROType pType, AbstractQueryGenerator.ObjectTypeInfo pSourceType, RORelation pAttribute)
           
protected  AbstractQueryGenerator.ObjectTypeInfo AbstractQueryGenerator.newObjectTypeInfo(java.lang.String pAlias, ROType pType, AbstractQueryGenerator.ObjectTypeInfo pSourceType, RORelation pAttribute)
          Creates a new instance of AbstractQueryGenerator.ObjectTypeInfo.
 

Uses of RORelation in net.sf.csutils.core.registry
 

Methods in net.sf.csutils.core.registry that return RORelation
 RORelation ROModelAccessor.findRelation(ROType pType, java.lang.String pRelationName)
          Finds a relationship attribute with the given name in the given registry object type.
 RORelation ROModelAccessor.requireRelation(ROType pType, java.lang.String pRelationName)
          Finds a relationship attribute with the given name in the given registry object type.
 

Methods in net.sf.csutils.core.registry with parameters of type RORelation
 javax.xml.registry.infomodel.RegistryObject ROModelAccessor.getRelationValue(RORelation pRelation, javax.xml.registry.infomodel.RegistryObject pObject)
          Returns the given relations value from the given registry object.
 java.util.Collection<javax.xml.registry.infomodel.RegistryObject> ROModelAccessor.getRelationValues(RORelation pRelation, javax.xml.registry.infomodel.RegistryObject pObject)
          Returns the given relations values from the given registry object.
 void ROModelAccessor.setRelationValue(RORelation pRelation, javax.xml.registry.infomodel.RegistryObject pObject, javax.xml.registry.infomodel.RegistryObject pValue)
          Sets the given relations value on the given registry object.
 void ROModelAccessor.setRelationValues(RORelation pRelation, javax.xml.registry.infomodel.RegistryObject pObject, java.util.Collection<javax.xml.registry.infomodel.RegistryObject> pValues)
          Sets the given relations values on the given registry object.
 void ROModelAccessor.setRelationValues(RORelation pRelation, javax.xml.registry.infomodel.RegistryObject pObject, javax.xml.registry.infomodel.RegistryObject... pValues)
          Sets the given relations values on the given registry object.
 

Uses of RORelation in net.sf.csutils.core.registry.impl
 

Methods in net.sf.csutils.core.registry.impl that return RORelation
 RORelation ROModelAccessorImpl.findRelation(ROType pType, java.lang.String pRelationName)
           
 RORelation ROModelAccessorImpl.requireRelation(ROType pType, java.lang.String pRelationName)
           
 

Methods in net.sf.csutils.core.registry.impl with parameters of type RORelation
 javax.xml.registry.infomodel.RegistryObject InnerModelAccessor.getRelationValue(RegistryFacade pFacade, RORelation pRelation, javax.xml.registry.infomodel.RegistryObject pObject)
           
 javax.xml.registry.infomodel.RegistryObject AbstractInnerModelAccessor.getRelationValue(RegistryFacade pFacade, RORelation pRelation, javax.xml.registry.infomodel.RegistryObject pObject)
           
 javax.xml.registry.infomodel.RegistryObject ROModelAccessorImpl.getRelationValue(RORelation pRelation, javax.xml.registry.infomodel.RegistryObject pObject)
           
 java.util.Collection<javax.xml.registry.infomodel.RegistryObject> InnerModelAccessor.getRelationValues(RegistryFacade pFacade, RORelation pRelation, javax.xml.registry.infomodel.RegistryObject pObject)
           
 java.util.List<javax.xml.registry.infomodel.RegistryObject> AbstractInnerModelAccessor.getRelationValues(RegistryFacade pFacade, RORelation pRelation, javax.xml.registry.infomodel.RegistryObject pObject)
           
 java.util.Collection<javax.xml.registry.infomodel.RegistryObject> ROModelAccessorImpl.getRelationValues(RORelation pRelation, javax.xml.registry.infomodel.RegistryObject pObject)
           
 void InnerModelAccessor.setRelationValue(RegistryFacade pFacade, RORelation pRelation, javax.xml.registry.infomodel.RegistryObject pObject, javax.xml.registry.infomodel.RegistryObject pValue)
           
 void AbstractInnerModelAccessor.setRelationValue(RegistryFacade pFacade, RORelation pRelation, javax.xml.registry.infomodel.RegistryObject pObject, javax.xml.registry.infomodel.RegistryObject pTarget)
           
 void ROModelAccessorImpl.setRelationValue(RORelation pRelation, javax.xml.registry.infomodel.RegistryObject pObject, javax.xml.registry.infomodel.RegistryObject pTarget)
           
 void InnerModelAccessor.setRelationValues(RegistryFacade pFacade, RORelation pRelation, javax.xml.registry.infomodel.RegistryObject pObject, java.util.Collection<javax.xml.registry.infomodel.RegistryObject> pValues)
           
 void AbstractInnerModelAccessor.setRelationValues(RegistryFacade pFacade, RORelation pRelation, javax.xml.registry.infomodel.RegistryObject pObject, java.util.Collection<javax.xml.registry.infomodel.RegistryObject> pTargets)
           
 void ROModelAccessorImpl.setRelationValues(RORelation pRelation, javax.xml.registry.infomodel.RegistryObject pObject, java.util.Collection<javax.xml.registry.infomodel.RegistryObject> pTargets)
           
 void ROModelAccessorImpl.setRelationValues(RORelation pRelation, javax.xml.registry.infomodel.RegistryObject pObject, javax.xml.registry.infomodel.RegistryObject... pTargets)
           
 



Copyright © 2009-2010. All Rights Reserved.