lumis.portal.socialnetwork.relationship.dao
Class RelationshipDAO
java.lang.Object
lumis.portal.socialnetwork.relationship.dao.RelationshipDAO
public class RelationshipDAO
- extends Object
Dao implementation for relationship, based on JDBC.
- Since:
- 7.0.0
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RelationshipDAO
public RelationshipDAO()
getAllRelatableNodeRelationshipType
public static List<String> getAllRelatableNodeRelationshipType(String sourceId,
String targetId,
ITransaction transaction)
- Gets the relatableNode that have some relation between the relatable nodes in params.
- Parameters:
sourceId
- identification node source.targetId
- identification node target.transaction
- the transaction for persistence access.
- Returns:
- a list that contains identifiers to some relatableNode.
- Since:
- 7.0.0
Lumisportal 7.0.0.121130 - Copyright © 2006–2012 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.