Uses of Class
com.silverpeas.socialnetwork.relationShip.RelationShip

Packages that use RelationShip
com.silverpeas.socialnetwork.invitation   
com.silverpeas.socialnetwork.relationShip   
 

Uses of RelationShip in com.silverpeas.socialnetwork.invitation
 

Methods in com.silverpeas.socialnetwork.invitation that return RelationShip
 RelationShip InvitationService.getRelationShip(int relationShipId)
           
 

Uses of RelationShip in com.silverpeas.socialnetwork.relationShip
 

Methods in com.silverpeas.socialnetwork.relationShip that return RelationShip
 RelationShip RelationShipDao.getRelationShip(Connection connection, int relationShipId)
           
 RelationShip RelationShipDao.getRelationShip(Connection connection, int user1Id, int user2Id)
          return the relationShip witch between user1 and user2
 RelationShip RelationShipService.getRelationShip(int user1Id, int user2Id)
          get RelationShip witch is between user1 and user2
 

Methods in com.silverpeas.socialnetwork.relationShip that return types with arguments of type RelationShip
 List<RelationShip> RelationShipDao.getAllMyRelationShips(Connection connection, int myId)
          return the list of all my RelationShips
 List<RelationShip> RelationShipService.getAllMyRelationShips(int myId)
          get all my RelationShips
 

Methods in com.silverpeas.socialnetwork.relationShip with parameters of type RelationShip
 int RelationShipDao.createRelationShip(Connection connection, RelationShip relationShip)
          rturn int (the id of this new relationShip)
 boolean RelationShipDao.deleteRelationShip(Connection connection, RelationShip relationShip)
          delete this relationShip rturn boolean (if this relationShips is deleted return true)
 

Constructors in com.silverpeas.socialnetwork.relationShip with parameters of type RelationShip
SocialInformationRelationShip(RelationShip relationShip)
           
 



Copyright © 2016 Silverpeas. All Rights Reserved.