lumis.portal.socialnetwork.relationship.dao
Class RelationshipDAO

Package class diagram package RelationshipDAO
java.lang.Object
  extended by lumis.portal.socialnetwork.relationship.dao.RelationshipDAO

public class RelationshipDAO
extends Object

Dao implementation for relationship, based on JDBC.

Since:
7.0.0

Constructor Summary
RelationshipDAO()
           
 
Method Summary
static List<String> getAllRelatableNodeRelationshipType(String sourceId, String targetId, ITransaction transaction)
          Gets the relatableNode that have some relation between the relatable nodes in params.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RelationshipDAO

public RelationshipDAO()
Method Detail

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.