|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.objectplanet.survey.plugin.api.Invitee
public class Invitee
Class represents an invitee (person who receives an invitation to a survey).
Field Summary | |
---|---|
static int |
INVALID_EMAIL_ADDRESS
Invitee status: email address is invalid |
static int |
INVITATION_PENDING
Invitee status: invitation is pending |
static int |
INVITATION_SEND_ERROR
Invitee status: error occurred while sending invitation |
static int |
INVITATION_SENT
Invitee status: the invitation has been sent |
static int |
REMINDER_ERROR
Invitee status: error occurred while sending reminder |
static int |
REMINDER_SENT
Invitee status: reminder has been sent |
Method Summary | |
---|---|
java.lang.String |
getAttribute(java.lang.String attributeName)
Gets the value for a invitee attribute. |
java.util.HashMap |
getAttributes()
Gets all the invitee attributes. |
java.lang.String |
getIdKey()
Returns the value of invitee idKey |
long |
getInvitationId()
Gets the invitation id |
java.lang.String |
getInviteeEmail()
Gets the invitee email |
long |
getInviteeId()
Gets the invitee id |
java.lang.String |
getInviteeName()
Gets the invitee name |
int |
getReminderCount()
Gets the reminder count (the number of times reminder is sent requesting participation). |
long |
getRespondentId()
Gets the respondent id. |
long |
getSentDate()
Gets the sent date (when the invitation was sent) |
int |
getStatus()
Gets the status of the invitee. |
long |
getSurveyId()
Gets the survey id |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final int INVITATION_PENDING
public static final int INVITATION_SENT
public static final int REMINDER_SENT
public static final int INVITATION_SEND_ERROR
public static final int REMINDER_ERROR
public static final int INVALID_EMAIL_ADDRESS
Method Detail |
---|
public java.lang.String getIdKey()
public long getInvitationId()
public long getSurveyId()
public long getInviteeId()
public java.lang.String getInviteeName()
public java.lang.String getInviteeEmail()
public long getSentDate()
public int getReminderCount()
public int getStatus()
public long getRespondentId()
public java.lang.String getAttribute(java.lang.String attributeName)
String
- attributeName The attribute name
public java.util.HashMap getAttributes()
|
Copyright ? ObjectPlanet Inc. All Rights Reserved. | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |