Uses of Class
systems.dmx.core.impl.AssocModelImpl
- 
Packages that use AssocModelImpl Package Description systems.dmx.core.impl systems.dmx.core.storage.spi systems.dmx.storage.neo4j  - 
- 
Uses of AssocModelImpl in systems.dmx.core.impl
Subclasses of AssocModelImpl in systems.dmx.core.impl Modifier and Type Class Description classRelatedAssocModelImplMethods in systems.dmx.core.impl that return AssocModelImpl Modifier and Type Method Description AssocModelImplStorageDecorator. fetchAssoc(String key, Object value)Retrieves a single assoc by exact value.AssocModelImplRelatedAssocModelImpl. getRelatingAssoc()AssocModelImplRelatedTopicModelImpl. getRelatingAssoc()AssocModelImplModelFactoryImpl. newAssocModel()AssocModelImplModelFactoryImpl. newAssocModel(long id, String uri, String typeUri, PlayerModel player1, PlayerModel player2)AssocModelImplModelFactoryImpl. newAssocModel(long id, String uri, String typeUri, PlayerModel player1, PlayerModel player2, SimpleValue value, ChildTopicsModel childTopics)AssocModelImplModelFactoryImpl. newAssocModel(String typeUri, ChildTopicsModel childTopics)AssocModelImplModelFactoryImpl. newAssocModel(String typeUri, PlayerModel player1, PlayerModel player2)AssocModelImplModelFactoryImpl. newAssocModel(String typeUri, PlayerModel player1, PlayerModel player2, ChildTopicsModel childTopics)AssocModelImplModelFactoryImpl. newAssocModel(org.codehaus.jettison.json.JSONObject assoc)AssocModelImplModelFactoryImpl. newAssocModel(AssocModel assoc)AssocModelImplModelFactoryImpl. newAssocModel(ChildTopicsModel childTopics) - 
Uses of AssocModelImpl in systems.dmx.core.storage.spi
Methods in systems.dmx.core.storage.spi that return AssocModelImpl Modifier and Type Method Description AssocModelImplDMXStorage. fetchAssoc(long assocId)Fetches an assoc by ID.Methods in systems.dmx.core.storage.spi that return types with arguments of type AssocModelImpl Modifier and Type Method Description Iterable<AssocModelImpl>DMXStorage. fetchAllAssocs()List<AssocModelImpl>DMXStorage. fetchAssocAssocs(long assocId)List<AssocModelImpl>DMXStorage. fetchAssocs(String assocTypeUri, long topicId1, long topicId2, String roleTypeUri1, String roleTypeUri2)Returns the associations between two topics.List<AssocModelImpl>DMXStorage. fetchAssocs(String key, Object value)Fetches assocs by exact value.List<AssocModelImpl>DMXStorage. fetchAssocsBetweenTopicAndAssoc(String assocTypeUri, long topicId, long assocId, String topicRoleTypeUri, String assocRoleTypeUri)List<AssocModelImpl>DMXStorage. fetchAssocsByProperty(String propUri, Object propValue)List<AssocModelImpl>DMXStorage. fetchAssocsByPropertyRange(String propUri, Number from, Number to)List<AssocModelImpl>DMXStorage. fetchTopicAssocs(long topicId)List<AssocModelImpl>DMXStorage. queryAssocs(String key, Object value)List<AssocModelImpl>DMXStorage. queryAssocsByRoleType(String roleTypeUri)List<AssocModelImpl>DMXStorage. queryAssocsFulltext(String key, Object value)Methods in systems.dmx.core.storage.spi with parameters of type AssocModelImpl Modifier and Type Method Description voidDMXStorage. storeAssoc(AssocModelImpl assocModel) - 
Uses of AssocModelImpl in systems.dmx.storage.neo4j
Methods in systems.dmx.storage.neo4j that return AssocModelImpl Modifier and Type Method Description AssocModelImplNeo4jStorage. fetchAssoc(long assocId)Methods in systems.dmx.storage.neo4j that return types with arguments of type AssocModelImpl Modifier and Type Method Description Iterable<AssocModelImpl>Neo4jStorage. fetchAllAssocs()List<AssocModelImpl>Neo4jStorage. fetchAssocAssocs(long assocId)List<AssocModelImpl>Neo4jStorage. fetchAssocs(String assocTypeUri, long topicId1, long topicId2, String roleTypeUri1, String roleTypeUri2)List<AssocModelImpl>Neo4jStorage. fetchAssocs(String key, Object value)List<AssocModelImpl>Neo4jStorage. fetchAssocsBetweenTopicAndAssoc(String assocTypeUri, long topicId, long assocId, String topicRoleTypeUri, String assocRoleTypeUri)List<AssocModelImpl>Neo4jStorage. fetchAssocsByProperty(String propUri, Object propValue)List<AssocModelImpl>Neo4jStorage. fetchAssocsByPropertyRange(String propUri, Number from, Number to)List<AssocModelImpl>Neo4jStorage. fetchTopicAssocs(long topicId)List<AssocModelImpl>Neo4jStorage. queryAssocs(String key, Object value)List<AssocModelImpl>Neo4jStorage. queryAssocsByRoleType(String roleTypeUri)List<AssocModelImpl>Neo4jStorage. queryAssocsFulltext(String key, Object value)Methods in systems.dmx.storage.neo4j with parameters of type AssocModelImpl Modifier and Type Method Description voidNeo4jStorage. storeAssoc(AssocModelImpl assocModel) 
 -