Uses of Interface
de.deepamehta.core.ChildTopics

Packages that use ChildTopics
de.deepamehta.core   
de.deepamehta.core.impl   
 

Uses of ChildTopics in de.deepamehta.core
 

Methods in de.deepamehta.core that return ChildTopics
 ChildTopics ChildTopics.add(String childTypeUri, ChildTopicsModel value)
           
 ChildTopics ChildTopics.add(String childTypeUri, Object value)
           
 ChildTopics ChildTopics.add(String childTypeUri, TopicModel value)
           
 ChildTopics ChildTopics.addDeletionRef(String childTypeUri, long refTopicId)
           
 ChildTopics ChildTopics.addDeletionRef(String childTypeUri, String refTopicUri)
           
 ChildTopics ChildTopics.addRef(String childTypeUri, long refTopicId)
           
 ChildTopics ChildTopics.addRef(String childTypeUri, long refTopicId, ChildTopicsModel relatingAssocChildTopics)
           
 ChildTopics ChildTopics.addRef(String childTypeUri, String refTopicUri)
           
 ChildTopics ChildTopics.addRef(String childTypeUri, String refTopicUri, ChildTopicsModel relatingAssocChildTopics)
           
 ChildTopics DeepaMehtaObject.getChildTopics()
           
 ChildTopics ChildTopics.getChildTopics(String childTypeUri)
          Convenience accessor for the *composite* value of a single-valued child.
 ChildTopics ChildTopics.set(String childTypeUri, ChildTopicsModel value)
          Convenience method to set the composite value of a child.
 ChildTopics ChildTopics.set(String childTypeUri, Object value)
          Convenience method to set the simple value of a child.
 ChildTopics ChildTopics.set(String childTypeUri, TopicModel value)
          Sets a child.
 ChildTopics ChildTopics.setDeletionRef(String childTypeUri, long refTopicId)
           
 ChildTopics ChildTopics.setDeletionRef(String childTypeUri, String refTopicUri)
           
 ChildTopics ChildTopics.setRef(String childTypeUri, long refTopicId)
           
 ChildTopics ChildTopics.setRef(String childTypeUri, long refTopicId, ChildTopicsModel relatingAssocChildTopics)
           
 ChildTopics ChildTopics.setRef(String childTypeUri, String refTopicUri)
           
 ChildTopics ChildTopics.setRef(String childTypeUri, String refTopicUri, ChildTopicsModel relatingAssocChildTopics)
           
 

Uses of ChildTopics in de.deepamehta.core.impl
 

Classes in de.deepamehta.core.impl that implement ChildTopics
(package private)  class AttachedChildTopics
          A child topics model that is attached to the DB.
 

Methods in de.deepamehta.core.impl that return ChildTopics
private  ChildTopics AttachedChildTopics._updateMany(String childTypeUri, RelatedTopicModel newChildTopic)
           
private  ChildTopics AttachedChildTopics._updateOne(String childTypeUri, RelatedTopicModel newChildTopic)
           
 ChildTopics AttachedChildTopics.add(String childTypeUri, ChildTopicsModel value)
           
 ChildTopics AttachedChildTopics.add(String childTypeUri, Object value)
           
 ChildTopics AttachedChildTopics.add(String childTypeUri, TopicModel value)
           
 ChildTopics AttachedChildTopics.addDeletionRef(String childTypeUri, long refTopicId)
           
 ChildTopics AttachedChildTopics.addDeletionRef(String childTypeUri, String refTopicUri)
           
 ChildTopics AttachedChildTopics.addRef(String childTypeUri, long refTopicId)
           
 ChildTopics AttachedChildTopics.addRef(String childTypeUri, long refTopicId, ChildTopicsModel relatingAssocChildTopics)
           
 ChildTopics AttachedChildTopics.addRef(String childTypeUri, String refTopicUri)
           
 ChildTopics AttachedChildTopics.addRef(String childTypeUri, String refTopicUri, ChildTopicsModel relatingAssocChildTopics)
           
 ChildTopics AttachedChildTopics.getChildTopics(String childTypeUri)
           
 ChildTopics AttachedChildTopics.set(String childTypeUri, ChildTopicsModel value)
           
 ChildTopics AttachedChildTopics.set(String childTypeUri, Object value)
           
 ChildTopics AttachedChildTopics.set(String childTypeUri, TopicModel value)
           
 ChildTopics AttachedChildTopics.setDeletionRef(String childTypeUri, long refTopicId)
           
 ChildTopics AttachedChildTopics.setDeletionRef(String childTypeUri, String refTopicUri)
           
 ChildTopics AttachedChildTopics.setRef(String childTypeUri, long refTopicId)
           
 ChildTopics AttachedChildTopics.setRef(String childTypeUri, long refTopicId, ChildTopicsModel relatingAssocChildTopics)
           
 ChildTopics AttachedChildTopics.setRef(String childTypeUri, String refTopicUri)
           
 ChildTopics AttachedChildTopics.setRef(String childTypeUri, String refTopicUri, ChildTopicsModel relatingAssocChildTopics)
           
 



Copyright © 2015. All Rights Reserved.