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 DeepaMehtaObject.getChildTopics()
           
 ChildTopics ChildTopics.getChildTopics(String childTypeUri)
          Convenience accessor for the *composite* value of a single-valued child.
 ChildTopics ChildTopics.remove(String childTypeUri, long topicId)
           
 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.setRef(String childTypeUri, long refTopicId)
           
 ChildTopics ChildTopics.setRef(String childTypeUri, String refTopicUri)
           
 

Uses of ChildTopics in de.deepamehta.core.impl
 

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

Methods in de.deepamehta.core.impl that return ChildTopics
private  ChildTopics AttachedChildTopics._update(String childTypeUri, TopicModel newChildTopic)
           
 ChildTopics AttachedChildTopics.getChildTopics(String childTypeUri)
           
 ChildTopics AttachedChildTopics.remove(String childTypeUri, long topicId)
           
 ChildTopics AttachedChildTopics.set(String childTypeUri, ChildTopicsModel value)
           
 ChildTopics AttachedChildTopics.set(String childTypeUri, Object value)
           
 ChildTopics AttachedChildTopics.set(String childTypeUri, TopicModel value)
           
 ChildTopics AttachedChildTopics.setRef(String childTypeUri, long refTopicId)
           
 ChildTopics AttachedChildTopics.setRef(String childTypeUri, String refTopicUri)
           
 



Copyright © 2015. All Rights Reserved.