Uses of Class
com.indexdata.torus2.model.ParentRealm

Packages that use ParentRealm
com.indexdata.torus2   
com.indexdata.torus2.model   
com.indexdata.torus2.rw   
com.indexdata.torus2.rw.impl   
 

Uses of ParentRealm in com.indexdata.torus2
 

Methods in com.indexdata.torus2 that return ParentRealm
 ParentRealm Realm.createParentRealm(ParentRealm pr)
           
 ParentRealm Realm.getParentRealm(String prId)
           
 ParentRealm Realm.updateParentRealm(String prId, ParentRealm pr)
           
 

Methods in com.indexdata.torus2 that return types with arguments of type ParentRealm
 List<ParentRealm> Realm.getParentRealms()
           
 

Methods in com.indexdata.torus2 with parameters of type ParentRealm
 ParentRealm Realm.createParentRealm(ParentRealm pr)
           
 ParentRealm Realm.updateParentRealm(String prId, ParentRealm pr)
           
 

Uses of ParentRealm in com.indexdata.torus2.model
 

Methods in com.indexdata.torus2.model that return ParentRealm
static ParentRealm ParentRealm.fromDOM(Document doc, String id)
          This method can be safely called on user input as it ignores system controlled fields that end-up serialized in the output document.
static ParentRealm ParentRealm.fromStoredDOM(Document doc, String id)
          This method calls ParentRealm#fromDOM and also parses the stored fields that otherwise are ignored from the user request.
 

Uses of ParentRealm in com.indexdata.torus2.rw
 

Methods in com.indexdata.torus2.rw that return ParentRealm
 ParentRealm RealmReaderWriter.readParentRealm(String prId)
           
 ParentRealm RealmReaderWriter.writeParentRealm(ParentRealm pr)
           
 ParentRealm RealmReaderWriter.writeParentRealm(String prId, ParentRealm pr)
           
 

Methods in com.indexdata.torus2.rw that return types with arguments of type ParentRealm
 List<ParentRealm> RealmReaderWriter.readParentRealms()
           
 

Methods in com.indexdata.torus2.rw with parameters of type ParentRealm
 ParentRealm RealmReaderWriter.writeParentRealm(ParentRealm pr)
           
 ParentRealm RealmReaderWriter.writeParentRealm(String prId, ParentRealm pr)
           
 

Uses of ParentRealm in com.indexdata.torus2.rw.impl
 

Methods in com.indexdata.torus2.rw.impl that return ParentRealm
 ParentRealm RealmFileRW.readParentRealm(String prId)
           
 ParentRealm ProxyReaderWriter.readParentRealm(String prId)
           
 ParentRealm RealmFileRW.writeParentRealm(ParentRealm pr)
           
 ParentRealm ProxyReaderWriter.writeParentRealm(ParentRealm pr)
           
 ParentRealm CachingReaderWriter.writeParentRealm(ParentRealm pr)
           
 ParentRealm RealmFileRW.writeParentRealm(String id, ParentRealm pr)
           
 ParentRealm ProxyReaderWriter.writeParentRealm(String prId, ParentRealm pr)
           
 

Methods in com.indexdata.torus2.rw.impl that return types with arguments of type ParentRealm
 List<ParentRealm> RealmFileRW.readParentRealms()
           
 List<ParentRealm> ProxyReaderWriter.readParentRealms()
           
 

Methods in com.indexdata.torus2.rw.impl with parameters of type ParentRealm
 ParentRealm RealmFileRW.writeParentRealm(ParentRealm pr)
           
 ParentRealm ProxyReaderWriter.writeParentRealm(ParentRealm pr)
           
 ParentRealm CachingReaderWriter.writeParentRealm(ParentRealm pr)
           
 ParentRealm RealmFileRW.writeParentRealm(String id, ParentRealm pr)
           
 ParentRealm ProxyReaderWriter.writeParentRealm(String prId, ParentRealm pr)
           
 



Copyright © 2008-2013 Index Data. All Rights Reserved.