net.sf.csutils.core.registry.impl
Interface InnerModelAccessor

All Known Implementing Classes:
AbstractInnerModelAccessor, CentraSiteInnerModelAccessor, JaxMasInnerModelAccessor

public interface InnerModelAccessor


Method Summary
<RO extends javax.xml.registry.infomodel.RegistryObject>
RO
createInstance(RegistryFacade pFacade, java.lang.String pType)
           
 javax.xml.registry.infomodel.RegistryObject getRelationValue(RegistryFacade pFacade, RORelation pRelation, javax.xml.registry.infomodel.RegistryObject pObject)
           
 java.util.Collection<javax.xml.registry.infomodel.RegistryObject> getRelationValues(RegistryFacade pFacade, RORelation pRelation, javax.xml.registry.infomodel.RegistryObject pObject)
           
 java.lang.String getSlotValue(RegistryFacade pFacade, ROSlot pSlot, javax.xml.registry.infomodel.RegistryObject pObject)
           
 java.util.Collection<java.lang.String> getSlotValues(RegistryFacade pFacade, ROSlot pSlot, javax.xml.registry.infomodel.RegistryObject pObject)
           
 void setRelationValue(RegistryFacade pFacade, RORelation pRelation, javax.xml.registry.infomodel.RegistryObject pObject, javax.xml.registry.infomodel.RegistryObject pValue)
           
 void setRelationValues(RegistryFacade pFacade, RORelation pRelation, javax.xml.registry.infomodel.RegistryObject pObject, java.util.Collection<javax.xml.registry.infomodel.RegistryObject> pValues)
           
 void setSlotValue(RegistryFacade pFacade, ROSlot pSlot, javax.xml.registry.infomodel.RegistryObject pObject, java.lang.String pValue)
           
 void setSlotValues(RegistryFacade pFacade, ROSlot pSlot, javax.xml.registry.infomodel.RegistryObject pObject, java.util.Collection<java.lang.String> pValues)
           
 

Method Detail

setSlotValue

void setSlotValue(RegistryFacade pFacade,
                  ROSlot pSlot,
                  javax.xml.registry.infomodel.RegistryObject pObject,
                  java.lang.String pValue)
                  throws javax.xml.registry.JAXRException
Throws:
javax.xml.registry.JAXRException

setSlotValues

void setSlotValues(RegistryFacade pFacade,
                   ROSlot pSlot,
                   javax.xml.registry.infomodel.RegistryObject pObject,
                   java.util.Collection<java.lang.String> pValues)
                   throws javax.xml.registry.JAXRException
Throws:
javax.xml.registry.JAXRException

getSlotValues

java.util.Collection<java.lang.String> getSlotValues(RegistryFacade pFacade,
                                                     ROSlot pSlot,
                                                     javax.xml.registry.infomodel.RegistryObject pObject)
                                                     throws javax.xml.registry.JAXRException
Throws:
javax.xml.registry.JAXRException

getSlotValue

java.lang.String getSlotValue(RegistryFacade pFacade,
                              ROSlot pSlot,
                              javax.xml.registry.infomodel.RegistryObject pObject)
                              throws javax.xml.registry.JAXRException
Throws:
javax.xml.registry.JAXRException

setRelationValue

void setRelationValue(RegistryFacade pFacade,
                      RORelation pRelation,
                      javax.xml.registry.infomodel.RegistryObject pObject,
                      javax.xml.registry.infomodel.RegistryObject pValue)
                      throws javax.xml.registry.JAXRException
Throws:
javax.xml.registry.JAXRException

setRelationValues

void setRelationValues(RegistryFacade pFacade,
                       RORelation pRelation,
                       javax.xml.registry.infomodel.RegistryObject pObject,
                       java.util.Collection<javax.xml.registry.infomodel.RegistryObject> pValues)
                       throws javax.xml.registry.JAXRException
Throws:
javax.xml.registry.JAXRException

getRelationValue

javax.xml.registry.infomodel.RegistryObject getRelationValue(RegistryFacade pFacade,
                                                             RORelation pRelation,
                                                             javax.xml.registry.infomodel.RegistryObject pObject)
                                                             throws javax.xml.registry.JAXRException
Throws:
javax.xml.registry.JAXRException

getRelationValues

java.util.Collection<javax.xml.registry.infomodel.RegistryObject> getRelationValues(RegistryFacade pFacade,
                                                                                    RORelation pRelation,
                                                                                    javax.xml.registry.infomodel.RegistryObject pObject)
                                                                                    throws javax.xml.registry.JAXRException
Throws:
javax.xml.registry.JAXRException

createInstance

<RO extends javax.xml.registry.infomodel.RegistryObject> RO createInstance(RegistryFacade pFacade,
                                                                           java.lang.String pType)
                                                                      throws javax.xml.registry.JAXRException
Throws:
javax.xml.registry.JAXRException


Copyright © 2009-2010. All Rights Reserved.