Uses of Class
com.silverpeas.socialnetwork.invitation.Invitation

Packages that use Invitation
com.silverpeas.socialnetwork.invitation   
com.silverpeas.socialnetwork.invitation.model   
com.silverpeas.socialnetwork.invitation.web   
 

Uses of Invitation in com.silverpeas.socialnetwork.invitation
 

Methods in com.silverpeas.socialnetwork.invitation that return Invitation
 Invitation InvitationDao.getInvitation(Connection connection, int id)
          retrieve an invitation
 Invitation InvitationDao.getInvitation(Connection connection, int senderId, int receiverId)
           
 Invitation InvitationService.getInvitation(int id)
          rturn invitation by her id
 Invitation InvitationService.getInvitation(int senderId, int receiverId)
          rturn invitation between 2 users
 

Methods in com.silverpeas.socialnetwork.invitation that return types with arguments of type Invitation
 List<Invitation> InvitationDao.getAllMyInvitationsReceive(Connection connection, int myId)
          return All my invitations received
 List<Invitation> InvitationService.getAllMyInvitationsReceive(int myId)
          return All my invitations received
 List<Invitation> InvitationDao.getAllMyInvitationsSent(Connection connection, int myId)
          return All my invitations sented
 List<Invitation> InvitationService.getAllMyInvitationsSent(int userId)
          return all my invitations sent
 

Methods in com.silverpeas.socialnetwork.invitation with parameters of type Invitation
 int InvitationDao.createInvitation(Connection connection, Invitation invitation)
          Create new invitation
 int InvitationService.invite(Invitation invitation)
          send invitation
 

Uses of Invitation in com.silverpeas.socialnetwork.invitation.model
 

Methods in com.silverpeas.socialnetwork.invitation.model that return Invitation
 Invitation InvitationUser.getInvitation()
           
 

Constructors in com.silverpeas.socialnetwork.invitation.model with parameters of type Invitation
InvitationUser(Invitation invitation, UserDetail contactUser)
           
 

Uses of Invitation in com.silverpeas.socialnetwork.invitation.web
 

Subclasses of Invitation in com.silverpeas.socialnetwork.invitation.web
 class InvitationEntity
          The entity emboddied into an HTTP request or response and that represents the state of an invitation from a given user to another one.
 

Methods in com.silverpeas.socialnetwork.invitation.web with parameters of type Invitation
static InvitationEntity InvitationEntity.fromInvitation(Invitation invitation)
           
 



Copyright © 2016 Silverpeas. All Rights Reserved.