Interface NominatedInvitation

All Superinterfaces:
Invitation

public interface NominatedInvitation extends Invitation
The nominated invitation is a model object for who, needs to be added or removed from which resource with which attributes. Invitations are processed by the InvitationService
Author:
mrogers
See Also:
  • Method Details

    • getInviterUserName

      String getInviterUserName()
    • getInviteeFirstName

      String getInviteeFirstName()
    • getInviteeLastName

      String getInviteeLastName()
    • getInviteeEmail

      String getInviteeEmail()
    • getResourceName

      String getResourceName()
      Description copied from interface: Invitation
      What is the resource name ?
      Specified by:
      getResourceName in interface Invitation
      Returns:
      the name of the resource
    • getResourceTitle

      String getResourceTitle()
    • getResourceDescription

      String getResourceDescription()
    • getServerPath

      String getServerPath()
    • getAcceptUrl

      String getAcceptUrl()
    • getRejectUrl

      String getRejectUrl()
    • getSentInviteDate

      Date getSentInviteDate()
    • getTicket

      String getTicket()