A C D E F G H I K L M N P Q R S T U V

A

addCellGroup(String, int, int, int, int, int) - Method in class com.objectplanet.survey.plugin.api.QuestionMatrix
Create a new cellgroup.
addDropdownQuestion(String) - Method in class com.objectplanet.survey.plugin.api.Survey
Add a new question of type Question.QUESTION_DROPDOWN at the end of the survey.
addEssayFieldCheckbox(int) - Method in class com.objectplanet.survey.plugin.api.Question
Adds an essay field of type checkbox.
addEssayFieldDecimal(int, int, String) - Method in class com.objectplanet.survey.plugin.api.Question
Adds an essay field of type numeric decimal.
addEssayFieldDropdown(int, String, String, boolean) - Method in class com.objectplanet.survey.plugin.api.Question
Adds an essay field of type dropdown.
addEssayFieldInteger(int, int, String) - Method in class com.objectplanet.survey.plugin.api.Question
Adds an essay field of type numeric integer.
addEssayFieldText(int, int) - Method in class com.objectplanet.survey.plugin.api.Question
Adds an essay field of type text.
addInvitation(String, String, String, String) - Method in class com.objectplanet.survey.plugin.api.Survey
Adds a new invitation to the survey.
addInvitees(String) - Method in class com.objectplanet.survey.plugin.api.Invitation
Adds invitees to the invitation.
addMatrixQuestion(String, int, int) - Method in class com.objectplanet.survey.plugin.api.Survey
Add a new question of type Question.QUESTION_MATRIX at the end of the survey.
addMultipleQuestion(String) - Method in class com.objectplanet.survey.plugin.api.Survey
Add a new question of type Question.QUESTION_MULTIPLE at the end of the survey.
addNumericQuestion(String, int, String) - Method in class com.objectplanet.survey.plugin.api.Survey
Add a new question of type Question.QUESTION_NUMERIC at the end of the survey.
addOption(int, String) - Method in class com.objectplanet.survey.plugin.api.QuestionMultiple
Adds an option to the end of the multiple choice question.
addOption(int, String, String, int, int) - Method in class com.objectplanet.survey.plugin.api.QuestionMultiple
Adds an option to the the multiple choice question.
addOption(String) - Method in class com.objectplanet.survey.plugin.api.QuestionMultiple
Adds an option to the end of the multiple choice question.
addOption(String, String, int, int) - Method in class com.objectplanet.survey.plugin.api.QuestionMultiple
Adds an option to the end of the multiple choice question.
addPlugin(Plugin) - Method in class com.objectplanet.survey.plugin.Plugin.JAR
Adds a Plugin to the JAR object.
addPluginJAR(Plugin.JAR) - Static method in class com.objectplanet.survey.plugin.PluginManager
Adds a plugin JAR to the editor.
addQuestion(String) - Method in class com.objectplanet.survey.plugin.api.Survey
Add a new question of type Question.QUESTION_NO_TYPE at the end of the survey.
addRatingQuestion(String, int) - Method in class com.objectplanet.survey.plugin.api.Survey
Add a new question of type Question.QUESTION_RATING at the end of the survey.
addToBus(IPBComponent) - Static method in class com.objectplanet.survey.plugin.PluginBusAdmin
Adds a component to the bus.
addToBus(IPBComponent) - Method in class com.objectplanet.survey.plugin.PluginBus
Adds a component to the bus.
addToBus(IPBComponent, long) - Static method in class com.objectplanet.survey.plugin.PluginBusSurvey
Adds a component to the bus.
AdminEvent - class com.objectplanet.survey.plugin.event.AdminEvent.
Represents an event that is fired when an admin operation was performed.
AdminEvent(IPBComponent) - Constructor for class com.objectplanet.survey.plugin.event.AdminEvent
Creates a new event.
AUTH_NONE - Static variable in class com.objectplanet.survey.plugin.api.Survey
Turns survey authentication off
AUTH_PASSWORD_ASSIGNED - Static variable in class com.objectplanet.survey.plugin.api.Survey
Turns authentication on, with unique passwords per invitee.
AUTH_PASSWORD_FIXED - Static variable in class com.objectplanet.survey.plugin.api.Survey
Turns authentication on, with a fixed password (same password for all respondents).

C

CELL_CHECKBOX - Static variable in class com.objectplanet.survey.plugin.api.QuestionMatrix
Matrix cell of type checkbox.
CELL_DROPDOWN - Static variable in class com.objectplanet.survey.plugin.api.QuestionMatrix
Matrix cell of type dropdown.
CELL_EMPTY - Static variable in class com.objectplanet.survey.plugin.api.QuestionMatrix
Empty matrix cell.
CELL_IMAGE - Static variable in class com.objectplanet.survey.plugin.api.QuestionMatrix
Matrix cell of type image.
CELL_LABEL - Static variable in class com.objectplanet.survey.plugin.api.QuestionMatrix
Matrix cell of type label.
CELL_NUMERIC_DEC - Static variable in class com.objectplanet.survey.plugin.api.QuestionMatrix
Matrix cell of type numeric decimal.
CELL_NUMERIC_INT - Static variable in class com.objectplanet.survey.plugin.api.QuestionMatrix
Matrix cell of type numeric integer.
CELL_RADIO - Static variable in class com.objectplanet.survey.plugin.api.QuestionMatrix
Matrix cell of type radio button.
CELL_TEXT - Static variable in class com.objectplanet.survey.plugin.api.QuestionMatrix
Matrix cell of type text
CELLGROUP_ANY_CELL - Static variable in class com.objectplanet.survey.plugin.api.QuestionMatrix
Cellgroup type: The group contains cells of checkbox type.
CELLGROUP_CUSTOMIZED - Static variable in class com.objectplanet.survey.plugin.api.QuestionMatrix
Cellgroup type: The group contains cells of different types
CELLGROUP_INTERSECTION - Static variable in class com.objectplanet.survey.plugin.api.QuestionMatrix
Cellgroup type: The group contains cells of checkbox type, only one cell can be selected
CELLGROUP_ONE_PER_ROW - Static variable in class com.objectplanet.survey.plugin.api.QuestionMatrix
Cellgroup type: The group contains cells of radio type, one cell per row can be selected
CELLGROUP_RANKING - Static variable in class com.objectplanet.survey.plugin.api.QuestionMatrix
Cellgroup type: The group contains cells of checkbox type, one cell per column x row can be selected
changeQuestionType(int, int) - Method in class com.objectplanet.survey.plugin.api.Survey
Change question type (rating question to multiple, matrix to dropdown and so on.)
clearCellValues() - Method in class com.objectplanet.survey.plugin.api.ResponseMatrix
Clear cell responses.
clearOptionValues() - Method in class com.objectplanet.survey.plugin.api.ResponseMultiple
Clear option values and 'other-field' value.
clearSelectedValue() - Method in class com.objectplanet.survey.plugin.api.ResponseDropdown
Clear the selected values
closeZipFile() - Method in class com.objectplanet.survey.plugin.PluginJARClassLoader
Closes the ZIP file.
com.objectplanet.survey.plugin - package com.objectplanet.survey.plugin
 
com.objectplanet.survey.plugin.api - package com.objectplanet.survey.plugin.api
 
com.objectplanet.survey.plugin.event - package com.objectplanet.survey.plugin.event
 
createFolder(User, long, String, String) - Static method in class com.objectplanet.survey.plugin.api.SurveyManager
Creates a folder.
createRespondent(long) - Static method in class com.objectplanet.survey.plugin.api.SurveyManager
Create a new respondent object.
createSurvey(User, long) - Static method in class com.objectplanet.survey.plugin.api.SurveyManager
Creates a survey.

D

DECIMAL - Static variable in class com.objectplanet.survey.plugin.api.QuestionNumeric
Numeric type decimal is allowed for response input
deleteAllQuestions() - Method in class com.objectplanet.survey.plugin.api.Survey
Deletes all questions in this survey.
deleteCellGroup(String) - Method in class com.objectplanet.survey.plugin.api.QuestionMatrix
Delete the cellgroup.
deleteColumn(int) - Method in class com.objectplanet.survey.plugin.api.QuestionMatrix
This method deletes a matrix column.
deleteEssayField(int) - Method in class com.objectplanet.survey.plugin.api.Question
Delete essay field.
deleteEssayResponse(int) - Method in class com.objectplanet.survey.plugin.api.Response
Deletes response to the essay field.
deleteFolder(User, long) - Static method in class com.objectplanet.survey.plugin.api.SurveyManager
Delete a folder by id.
deleteIncompleteRespondents(User, long) - Static method in class com.objectplanet.survey.plugin.api.SurveyManager
Removes all incomplete respondents for the survey permanently.
deleteInvitation(long) - Method in class com.objectplanet.survey.plugin.api.Survey
Deletes an invitation.
deleteInvitees() - Method in class com.objectplanet.survey.plugin.api.Invitation
Delete all invitees
deleteInvitees(long[]) - Method in class com.objectplanet.survey.plugin.api.Invitation
Delete invitees
deleteQuestion(int) - Method in class com.objectplanet.survey.plugin.api.Survey
Deletes a question.
deleteRespondent(User, long, long) - Static method in class com.objectplanet.survey.plugin.api.SurveyManager
Removes a respondent permanently.
deleteRespondents(User, long) - Static method in class com.objectplanet.survey.plugin.api.SurveyManager
Removes all respondents for the survey permanently.
deleteResponse(int) - Method in class com.objectplanet.survey.plugin.api.Respondent
Deletes a response.
deleteRow(int) - Method in class com.objectplanet.survey.plugin.api.QuestionMatrix
This method deletes a matrix row.
deleteSelectedValue(String) - Method in class com.objectplanet.survey.plugin.api.ResponseDropdown
Deletes the chosen item.
deleteSurvey(User, long) - Static method in class com.objectplanet.survey.plugin.api.SurveyManager
Delete a survey by survey id.
deleteValidator(int) - Method in class com.objectplanet.survey.plugin.api.Question
Delete validator.
deleteValidator(int, int) - Method in class com.objectplanet.survey.plugin.api.Question
Delete essay field validator.
deleteValidator(int, int, int) - Method in class com.objectplanet.survey.plugin.api.Question
Delete matrix cell validator.
DISPLAY_QUESTIONNO_DEFAULT - Static variable in class com.objectplanet.survey.plugin.api.Survey
Dislpay default question numbers (1, 2, 3, ..)
DISPLAY_QUESTIONNO_DEFINED - Static variable in class com.objectplanet.survey.plugin.api.Survey
Display numbers which defined in every question
DISPLAY_QUESTIONNO_NONE - Static variable in class com.objectplanet.survey.plugin.api.Survey
Do not display question numbers
DisplayQuestionEvent - class com.objectplanet.survey.plugin.event.DisplayQuestionEvent.
Represents an event that is fired when a new response is created, after the response has been responded to and the object has been populated.
DisplayQuestionEvent(IPBComponent) - Constructor for class com.objectplanet.survey.plugin.event.DisplayQuestionEvent
Creates a new event.
DROPDOWN_QUESTION_MAXIMUM_SELECTION - Static variable in class com.objectplanet.survey.plugin.api.ValidatorType
Maximum selections in response to dropdown question.
DROPDOWN_QUESTION_MINIMUM_SELECTION - Static variable in class com.objectplanet.survey.plugin.api.ValidatorType
Minimum selections in response to dropdown question.

E

ESSAY_FIELD_CHECKBOX - Static variable in class com.objectplanet.survey.plugin.api.Question
Checkbox essay field type
ESSAY_FIELD_DROPDOWN - Static variable in class com.objectplanet.survey.plugin.api.Question
Dropdown essay field type
ESSAY_FIELD_DROPDOWN_REQUIRED - Static variable in class com.objectplanet.survey.plugin.api.ValidatorType
Response to essay field of type Question.ESSAY_FIELD_DROPDOWN is required.
ESSAY_FIELD_NUMERIC_DEC - Static variable in class com.objectplanet.survey.plugin.api.Question
Numeric decimal essay field type
ESSAY_FIELD_NUMERIC_INT - Static variable in class com.objectplanet.survey.plugin.api.Question
Numeric integer essay field type
ESSAY_FIELD_NUMERIC_IS_NUMBER - Static variable in class com.objectplanet.survey.plugin.api.ValidatorType
Response to essay field of type Question.ESSAY_FIELD_NUMERIC_INT/ESSAY_FIELD_NUMERIC_DEC is number.
ESSAY_FIELD_NUMERIC_MAXIMUM_VALUE - Static variable in class com.objectplanet.survey.plugin.api.ValidatorType
Response to essay field of type Question.ESSAY_FIELD_NUMERIC_INT/ESSAY_FIELD_NUMERIC_DEC is less than specified value.
ESSAY_FIELD_NUMERIC_MINIMUM_VALUE - Static variable in class com.objectplanet.survey.plugin.api.ValidatorType
Response to essay field of type Question.ESSAY_FIELD_NUMERIC_INT/ESSAY_FIELD_NUMERIC_DEC is bigger than specified value.
ESSAY_FIELD_NUMERIC_REQUIRED - Static variable in class com.objectplanet.survey.plugin.api.ValidatorType
Response to essay field of type Question.ESSAY_FIELD_NUMERIC_INT/ESSAY_FIELD_NUMERIC_DEC is required.
ESSAY_FIELD_TEXT - Static variable in class com.objectplanet.survey.plugin.api.Question
Text input essay field type
ESSAY_FIELD_TEXT_DATE - Static variable in class com.objectplanet.survey.plugin.api.ValidatorType
Response to essay field of type Question.ESSAY_FIELD_TEXT is date.
ESSAY_FIELD_TEXT_EMAIL - Static variable in class com.objectplanet.survey.plugin.api.ValidatorType
Response to essay field of type Question.ESSAY_FIELD_TEXT is email.
ESSAY_FIELD_TEXT_MAXIMUM_LENGTH - Static variable in class com.objectplanet.survey.plugin.api.ValidatorType
Maximum text length for response to essay field of type Question.ESSAY_FIELD_TEXT.
ESSAY_FIELD_TEXT_MINIMUM_LENGTH - Static variable in class com.objectplanet.survey.plugin.api.ValidatorType
Minimum text length for response to essay field of type Question.ESSAY_FIELD_TEXT.
ESSAY_FIELD_TEXT_MUST_CONTAIN - Static variable in class com.objectplanet.survey.plugin.api.ValidatorType
Response to essay field of type Question.ESSAY_FIELD_TEXT must contain specified text.
ESSAY_FIELD_TEXT_REGEXP - Static variable in class com.objectplanet.survey.plugin.api.ValidatorType
Response to essay field of type Question.ESSAY_FIELD_TEXT must match specified regular expression.
ESSAY_FIELD_TEXT_REQUIRED - Static variable in class com.objectplanet.survey.plugin.api.ValidatorType
Response to essay field of type Question.ESSAY_FIELD_TEXT is required.
ESSAYFIELD_LENGTH - Static variable in class com.objectplanet.survey.plugin.api.Question
Essay field total length

F

Folder - class com.objectplanet.survey.plugin.api.Folder.
ATTENTION: This class is a facade for the system business Folder.

G

getActionHTML() - Method in class com.objectplanet.survey.plugin.Plugin
NOTE: this method is not yet used by Opinio.
getAuthenticationType() - Method in class com.objectplanet.survey.plugin.api.Survey
Gets the authentication type.
getBgColor() - Method in class com.objectplanet.survey.plugin.api.Survey
Gets the survey background color.
getBgImage() - Method in class com.objectplanet.survey.plugin.api.Survey
Gets the survey background image.
getBranchCount() - Method in class com.objectplanet.survey.plugin.api.Survey
Gets the branch condition count
getCellBackgroundColor(int, int) - Method in class com.objectplanet.survey.plugin.api.QuestionMatrix
Gets the background color of the cell .
getCellBackgroundColor(String) - Method in class com.objectplanet.survey.plugin.api.QuestionMatrix
Gets the background color of the cellgroup.
getCellDropdownItems(int, int) - Method in class com.objectplanet.survey.plugin.api.QuestionMatrix
Gets the dropdown items.
getCellDropdownLabel(int, int) - Method in class com.objectplanet.survey.plugin.api.QuestionMatrix
Gets the dropdown label.
getCellDropdownSortOn(int, int) - Method in class com.objectplanet.survey.plugin.api.QuestionMatrix
Gets the dropdown sort on attribute.
getCellFieldSize(int, int) - Method in class com.objectplanet.survey.plugin.api.QuestionMatrix
Gets the cell input-field size.
getCellGroupEndCol(String) - Method in class com.objectplanet.survey.plugin.api.QuestionMatrix
Gets the end column of the cellgroup.
getCellGroupEndRow(String) - Method in class com.objectplanet.survey.plugin.api.QuestionMatrix
Gets the end row of the cellgroup.
getCellGroupHeading(String) - Method in class com.objectplanet.survey.plugin.api.QuestionMatrix
Gets the heading of the cellgroup.
getCellGroupName(int, int) - Method in class com.objectplanet.survey.plugin.api.QuestionMatrix
Gets a cellgroup by col/row position.
getCellGroupNames() - Method in class com.objectplanet.survey.plugin.api.QuestionMatrix
Gets all cellgroup names.
getCellGroupStartCol(String) - Method in class com.objectplanet.survey.plugin.api.QuestionMatrix
Gets the start column of the cellgroup.
getCellGroupStartRow(String) - Method in class com.objectplanet.survey.plugin.api.QuestionMatrix
Gets the start row of the cellgroup.
getCellGroupType(String) - Method in class com.objectplanet.survey.plugin.api.QuestionMatrix
Gets the type of the cellgroup.
getCellImageRelativeURL(int, int) - Method in class com.objectplanet.survey.plugin.api.QuestionMatrix
Gets the image url.
getCellLabel(int, int) - Method in class com.objectplanet.survey.plugin.api.QuestionMatrix
Gets the cell label.
getCellLabelColor(int, int) - Method in class com.objectplanet.survey.plugin.api.QuestionMatrix
Gets the label text color.
getCellType(int, int) - Method in class com.objectplanet.survey.plugin.api.QuestionMatrix
Gets the cell type.
getCellValue(int, int, int) - Method in class com.objectplanet.survey.plugin.api.ResponseMatrix
Gets the cell value
getClassLoader() - Method in class com.objectplanet.survey.plugin.Plugin.JAR
Gets the classLoader
getClassName() - Method in class com.objectplanet.survey.plugin.Plugin
Returns the plugin's class name.
getClassName() - Method in class com.objectplanet.survey.plugin.Plugin.Broken
Gets the className attribute of the Broken object
getColumnCount() - Method in class com.objectplanet.survey.plugin.api.Survey
Gets the number of columns in the survey.
getColumnCount() - Method in class com.objectplanet.survey.plugin.api.QuestionMultiple
Gets the number of columns
getColumnCount() - Method in class com.objectplanet.survey.plugin.api.QuestionMatrix
Gets the number of matrix columns
getCompletedDate() - Method in class com.objectplanet.survey.plugin.api.Respondent
Gets the completed date
getCompletedRespondentCount() - Method in class com.objectplanet.survey.plugin.api.Survey
Gets the number of completed resposes for this survey.
getComponents() - Static method in class com.objectplanet.survey.plugin.PluginBusAdmin
Returns an array of all components connected to the bus.
getComponents() - Method in class com.objectplanet.survey.plugin.PluginBus
Returns an array of all components connected to the bus.
getComponents(long) - Static method in class com.objectplanet.survey.plugin.PluginBusSurvey
Returns an array of all components connected to the specific survey bus.
getContentType() - Method in class com.objectplanet.survey.plugin.api.Invitation
Sets the content type for the message.
getCreatedDate() - Method in class com.objectplanet.survey.plugin.api.Survey
Gets the created date
getCSS_URL() - Method in class com.objectplanet.survey.plugin.api.Survey
Gets the survey css.
getCurrentResponse() - Method in class com.objectplanet.survey.plugin.api.Respondent
Gets the current response.
getCustomId() - Method in class com.objectplanet.survey.plugin.api.Survey
Gets the custom survey id.
getDeletedUserEmail() - Method in class com.objectplanet.survey.plugin.event.UserDeletedEvent
Gets the deleted user email
getDeletedUserId() - Method in class com.objectplanet.survey.plugin.event.UserDeletedEvent
Gets the deleted user id
getDeletedUserLogin() - Method in class com.objectplanet.survey.plugin.event.UserDeletedEvent
Gets the deleted user login
getDeletedUserMemo() - Method in class com.objectplanet.survey.plugin.event.UserDeletedEvent
Gets the deleted user memo
getDeletedUserName() - Method in class com.objectplanet.survey.plugin.event.UserDeletedEvent
Gets the deleted user name
getDescription() - Method in class com.objectplanet.survey.plugin.api.Folder
Gets the description of the folder.
getDislpayQuestionNo() - Method in class com.objectplanet.survey.plugin.api.Survey
Gets the dislpayQuestionNo attribute.
getDisplayNo() - Method in class com.objectplanet.survey.plugin.api.Question
Gets the display number attribute of the question.
getEmail() - Method in class com.objectplanet.survey.plugin.api.User
Gets the email
getEntryDate() - Method in class com.objectplanet.survey.plugin.api.Respondent
Gets the entry date
getErrorMessage() - Method in class com.objectplanet.survey.plugin.api.Response
Gets the error message for the response.
getErrorMessage(int) - Method in class com.objectplanet.survey.plugin.api.Response
Gets the error message for an essay field.
getErrorMessage(int, int) - Method in class com.objectplanet.survey.plugin.api.ResponseMatrix
Gets the error message for an matrix cell.
getErrorMsg() - Method in class com.objectplanet.survey.plugin.Plugin
Sets the error message
getEssayFieldCount() - Method in class com.objectplanet.survey.plugin.api.Question
Gets the number of essay fields
getEssayFieldDropdownItems(int) - Method in class com.objectplanet.survey.plugin.api.Question
Get dropdown items of essay field, one per line.
getEssayFieldDropdownLabel(int) - Method in class com.objectplanet.survey.plugin.api.Question
Get dropdown label of essay field.
getEssayFieldDropdownSortOn(int) - Method in class com.objectplanet.survey.plugin.api.Question
Get dropdown essay field sortOn attribute .
getEssayFieldSize(int) - Method in class com.objectplanet.survey.plugin.api.Question
Get essay field size.
getEssayFieldType(int) - Method in class com.objectplanet.survey.plugin.api.Question
Get essay field type..
getEssayResponse(int, int) - Method in class com.objectplanet.survey.plugin.api.Response
Gets the response value for the specified essay field
getFieldSize() - Method in class com.objectplanet.survey.plugin.api.QuestionNumeric
Gets the field size
getFinishButtonImage() - Method in class com.objectplanet.survey.plugin.api.Survey
Gets the image for the 'finish'-button.
getFinishButtonText() - Method in class com.objectplanet.survey.plugin.api.Survey
Gets the text on the 'finish'-button
getFolder(User, long) - Static method in class com.objectplanet.survey.plugin.api.SurveyManager
Get a folder by id.
getFolderId() - Method in class com.objectplanet.survey.plugin.api.Survey
Gets the folder id.
getFolderId() - Method in class com.objectplanet.survey.plugin.api.Folder
Gets the id of the folder.
getFont() - Method in class com.objectplanet.survey.plugin.api.Survey
Gets the survey text font.
getFontColor() - Method in class com.objectplanet.survey.plugin.api.Survey
Gets the survey text font color.
getFontSize() - Method in class com.objectplanet.survey.plugin.api.Survey
Gets the survey text font size.
getFooter() - Method in class com.objectplanet.survey.plugin.api.Survey
Gets the survey footer (text at the bottom of the survey).
getFormWidth() - Method in class com.objectplanet.survey.plugin.api.Survey
Gets the survey form width.
getFreeText() - Method in class com.objectplanet.survey.plugin.api.Response
Gets the answer to the free text.
getFreeTextColumns() - Method in class com.objectplanet.survey.plugin.api.Question
Gets the number of columns in the free-text field
getFreeTextLabel() - Method in class com.objectplanet.survey.plugin.api.Question
Gets the label of the free-text field
getFreeTextMaxLength() - Method in class com.objectplanet.survey.plugin.api.Question
Gets the max allowed length (to type in) of the free-text field.
getFreeTextRows() - Method in class com.objectplanet.survey.plugin.api.Question
Gets the number of rows in the free-text field
getFromEmail() - Method in class com.objectplanet.survey.plugin.api.Invitation
Gets the from email.
getFromName() - Method in class com.objectplanet.survey.plugin.api.Invitation
Gets the from name.
getHeader() - Method in class com.objectplanet.survey.plugin.api.Survey
Gets the survey header (text at the top of the survey).
getHelpHTML() - Method in class com.objectplanet.survey.plugin.Plugin
NOTE: this method is not yet used by Opinio.
getInProgressRespondentCount() - Method in class com.objectplanet.survey.plugin.api.Survey
Gets the in progress respondent count
getInvitation(long) - Method in class com.objectplanet.survey.plugin.api.Survey
Gets an invitation.
getInvitationDate() - Method in class com.objectplanet.survey.plugin.api.Invitation
Gets the invitation date.
getInvitationId() - Method in class com.objectplanet.survey.plugin.api.Invitee
Gets the invitation id
getInvitationId() - Method in class com.objectplanet.survey.plugin.api.Invitation
Gets the invitation id
getInvitationMessage() - Method in class com.objectplanet.survey.plugin.api.Invitation
Gets the invitation message (in the email sent to invitee)
getInvitationName() - Method in class com.objectplanet.survey.plugin.api.Invitation
Gets the invitation name.
getInvitationSubject() - Method in class com.objectplanet.survey.plugin.api.Invitation
Gets the invitation subject (in the email sent to invitee)
getInvitee(long) - Method in class com.objectplanet.survey.plugin.api.Invitation
Gets an invitee from storage
getInviteeCount() - Method in class com.objectplanet.survey.plugin.api.Invitation
Get invitee count
getInviteeEmail() - Method in class com.objectplanet.survey.plugin.api.Invitee
Gets the invitee email
getInviteeId() - Method in class com.objectplanet.survey.plugin.api.Invitee
Gets the invitee id
getInviteeIds() - Method in class com.objectplanet.survey.plugin.api.Invitation
Gets array of all invitee ids.
getInviteeName() - Method in class com.objectplanet.survey.plugin.api.Invitee
Gets the invitee name
getIpAddress() - Method in class com.objectplanet.survey.plugin.api.Respondent
Gets the ip address.
getItemCount() - Method in class com.objectplanet.survey.plugin.api.QuestionDropdown
Get number of items.
getItemId() - Method in class com.objectplanet.survey.plugin.api.ListItem
Gets the id of the list item
getItemName() - Method in class com.objectplanet.survey.plugin.api.ListItem
Gets the name
getItems() - Method in class com.objectplanet.survey.plugin.api.QuestionDropdown
Gets the dropdown items as array of Strings.
getJAR() - Method in class com.objectplanet.survey.plugin.Plugin
Returns the JAR file containing this plugin.
getLabel() - Method in class com.objectplanet.survey.plugin.api.QuestionDropdown
Gets the dropdown label.
getLabelValueSeparator() - Method in class com.objectplanet.survey.plugin.api.QuestionDropdown
Gets the separator between dropdown item and value
getLanguage() - Method in class com.objectplanet.survey.plugin.api.User
Gets the language
getLastQuestionNo() - Method in class com.objectplanet.survey.plugin.api.Survey
Gets the number of the last question number in the survey
getLastResponse() - Method in class com.objectplanet.survey.plugin.api.Respondent
Gets the question number of last answered question.
getLogin() - Method in class com.objectplanet.survey.plugin.api.User
Gets the login name
getMaxResponses() - Method in class com.objectplanet.survey.plugin.api.Survey
Gets the maximum respondent count for this survey.
getMaxText() - Method in class com.objectplanet.survey.plugin.api.QuestionRating
Gets the maximum text
getMemo() - Method in class com.objectplanet.survey.plugin.api.User
Gets the memo
getMinText() - Method in class com.objectplanet.survey.plugin.api.QuestionRating
Gets the minimum text
getMultipleOn() - Method in class com.objectplanet.survey.plugin.api.QuestionMultiple
Gets the multipleOn
getMultipleOn() - Method in class com.objectplanet.survey.plugin.api.QuestionDropdown
Gets the multipleOn attribute.
getMultipleSubmissions() - Method in class com.objectplanet.survey.plugin.api.Survey
Gets the multiple submissions value
getNALabel() - Method in class com.objectplanet.survey.plugin.api.QuestionRating
Gets the label of the N/A field
getName() - Method in class com.objectplanet.survey.plugin.api.Folder
Gets the name of the folder
getNewUserId() - Method in class com.objectplanet.survey.plugin.event.NewUserEvent
Gets the newUserId
getNextButtonImage() - Method in class com.objectplanet.survey.plugin.api.Survey
Gets the image for the 'next'-button.
getNextButtonText() - Method in class com.objectplanet.survey.plugin.api.Survey
Gets the text on the 'next'-button
getNextQuestion() - Method in class com.objectplanet.survey.plugin.api.Respondent
Gets the number of the next question (after current response).
getNotLoadedPluginJARs() - Static method in class com.objectplanet.survey.plugin.PluginManager
Returns a list of plugin JARs that are not currently loaded by examining the user and system plugin directories.
getNumericType() - Method in class com.objectplanet.survey.plugin.api.QuestionNumeric
Gets the type of this numeric question
getOptionButtonLayout(int) - Method in class com.objectplanet.survey.plugin.api.QuestionMultiple
Gets option button layout (position relative to the text/image)
getOptionCount() - Method in class com.objectplanet.survey.plugin.api.QuestionMultiple
Gets the optionCount
getOptionImage(int) - Method in class com.objectplanet.survey.plugin.api.QuestionMultiple
Gets option image
getOptionImageLayout(int) - Method in class com.objectplanet.survey.plugin.api.QuestionMultiple
Gets option image layout (position relative to the text)
getOptionText(int) - Method in class com.objectplanet.survey.plugin.api.QuestionMultiple
Gets option text.
getOptionValue(int) - Method in class com.objectplanet.survey.plugin.api.ResponseMultiple
Gets the value for multiple option.
getOptionValues() - Method in class com.objectplanet.survey.plugin.api.ResponseMultiple
Gets the array of option values.
getOtherField() - Method in class com.objectplanet.survey.plugin.api.QuestionMultiple
Gets text-field for entering "other".
getOtherValue() - Method in class com.objectplanet.survey.plugin.api.ResponseMultiple
Gets the response to the 'other-field'
getParentFolderId() - Method in class com.objectplanet.survey.plugin.api.Folder
Gets the id of the parent folder.
getPassword() - Method in class com.objectplanet.survey.plugin.api.Survey
Gets the password.
getPath() - Method in class com.objectplanet.survey.plugin.Plugin.JAR
Gets the path of the Jar file.
getPlugin(String) - Static method in class com.objectplanet.survey.plugin.PluginManager
Returns the plugin with the specified class name.
getPluginJAR(String) - Static method in class com.objectplanet.survey.plugin.PluginManager
Returns the JAR with the specified path name.
getPluginJARs() - Static method in class com.objectplanet.survey.plugin.PluginManager
Returns an array of installed plugins.
getPlugins() - Static method in class com.objectplanet.survey.plugin.PluginManager
Returns an array of installed plugins.
getPlugins() - Method in class com.objectplanet.survey.plugin.Plugin.JAR
Gets the plugins found in the Jar file.
getPluginVersion() - Static method in class com.objectplanet.survey.plugin.api.PluginUtil
Return the version of the plugin api.
getPostfixLabel() - Method in class com.objectplanet.survey.plugin.api.QuestionNumeric
Gets the postfix label.
getPrefixLabel() - Method in class com.objectplanet.survey.plugin.api.QuestionNumeric
Gets the prefix label.
getPreventMethod() - Method in class com.objectplanet.survey.plugin.api.Survey
Gets the method for preventing multiple submissions.
getProgressBar() - Method in class com.objectplanet.survey.plugin.api.Survey
Gets the progress bar attribute.
getQuestion(int) - Method in class com.objectplanet.survey.plugin.api.Survey
Gets a question object by question number
getQuestionCount() - Method in class com.objectplanet.survey.plugin.api.Survey
Gets the number of questions in this survey.
getQuestionId() - Method in class com.objectplanet.survey.plugin.api.Question
Gets the question Id.
getQuestionLayout() - Method in class com.objectplanet.survey.plugin.api.Question
Gets the question layout.
getQuestionNo() - Method in class com.objectplanet.survey.plugin.api.Response
Gets the questionId attribute of the Response object
getQuestionNo() - Method in class com.objectplanet.survey.plugin.event.ResponseEvent
Gets the questionNo attribute of the ResponseBeforePopulateEvent object
getQuestionNo() - Method in class com.objectplanet.survey.plugin.event.DisplayQuestionEvent
Gets the questionNo attribute of the ResponseBeforePopulateEvent object
getQuestionText() - Method in class com.objectplanet.survey.plugin.api.Question
Gets the question text.
getQuestionType() - Method in class com.objectplanet.survey.plugin.api.Question
Gets the questionType attribute of the Question.
getRatingLevel() - Method in class com.objectplanet.survey.plugin.api.QuestionRating
Gets the rating level
getRedirectAddress() - Method in class com.objectplanet.survey.plugin.api.Survey
Gets the redirectAddress.
getRedirectAfter() - Method in class com.objectplanet.survey.plugin.api.Survey
Gets the redirectAfter attribute.
getReminderCount() - Method in class com.objectplanet.survey.plugin.api.Invitee
Gets the reminder count (the number of times reminder is sent requesting participation).
getReminderCount() - Method in class com.objectplanet.survey.plugin.api.Invitation
Gets the reminder count.
getReminderInterval() - Method in class com.objectplanet.survey.plugin.api.Invitation
Gets the reminder interval.
getReminderMessage() - Method in class com.objectplanet.survey.plugin.api.Invitation
Gets the reminder message.
getReminderSubject() - Method in class com.objectplanet.survey.plugin.api.Invitation
Gets the reminder subject.
getRespondentForAdmin(long, long) - Static method in class com.objectplanet.survey.plugin.api.SurveyManager
Get a respondent by id.
getRespondentForSurvey(long, long) - Static method in class com.objectplanet.survey.plugin.api.SurveyManager
Get a respondent by id.
getRespondentId() - Method in class com.objectplanet.survey.plugin.api.Response
Gets the respondentId of the Response object
getRespondentId() - Method in class com.objectplanet.survey.plugin.api.Respondent
Gets the respondent id
getRespondentId() - Method in class com.objectplanet.survey.plugin.api.Invitee
Gets the respondent id.
getRespondentId() - Method in class com.objectplanet.survey.plugin.event.ResponseEvent
Gets the respondentId attribute of the RespondentCompleteEvent object
getRespondentId() - Method in class com.objectplanet.survey.plugin.event.RespondentCompleteEvent
Gets the respondentId attribute of the RespondentCompleteEvent object
getRespondentId() - Method in class com.objectplanet.survey.plugin.event.NewRespondentEvent
Gets the respondentId attribute of the RespondentCompleteEvent object
getRespondentId() - Method in class com.objectplanet.survey.plugin.event.DisplayQuestionEvent
Gets the respondentId attribute of the RespondentCompleteEvent object
getRespondentIds(User, long, boolean) - Static method in class com.objectplanet.survey.plugin.api.SurveyManager
Get all respondent ids for this survey.
getResponse(int) - Method in class com.objectplanet.survey.plugin.api.Respondent
Gets a question response.
getRowCount() - Method in class com.objectplanet.survey.plugin.api.QuestionMatrix
Gets the number of matrix rows
getSaveAndBack() - Method in class com.objectplanet.survey.plugin.api.Survey
Gets the saveAndBack attribute
getSaveButtonImage() - Method in class com.objectplanet.survey.plugin.api.Survey
Gets the image for the 'save'-button.
getSaveButtonText() - Method in class com.objectplanet.survey.plugin.api.Survey
Gets the text on the 'save'-button
getSelectedValues() - Method in class com.objectplanet.survey.plugin.api.ResponseDropdown
Gets the selected values.
getSentDate() - Method in class com.objectplanet.survey.plugin.api.Invitee
Gets the sent date (when the invitation was sent)
getSetupHTML() - Method in class com.objectplanet.survey.plugin.Plugin
Gets the HTML code needed to perform setup/config operations on this plugin.
getShowNA() - Method in class com.objectplanet.survey.plugin.api.QuestionRating
Gets the showNA attribute
getSize() - Method in class com.objectplanet.survey.plugin.api.QuestionDropdown
Gets the dropdown size.
getSortOn() - Method in class com.objectplanet.survey.plugin.api.QuestionDropdown
Gets the sortOn attribute.
getSource() - Method in class com.objectplanet.survey.plugin.event.PluginBusEvent
Returns the sender of this event.
getStartButtonImage() - Method in class com.objectplanet.survey.plugin.api.Survey
Gets the image for the 'start'-button.
getStartButtonText() - Method in class com.objectplanet.survey.plugin.api.Survey
Gets the text on the 'start'-button
getStartDate() - Method in class com.objectplanet.survey.plugin.api.Survey
Gets the survey start date
getStatus() - Method in class com.objectplanet.survey.plugin.api.Invitee
Gets the status of the invitee.
getStopDate() - Method in class com.objectplanet.survey.plugin.api.Survey
Gets the survey stop date
getStoredRespondentCount() - Method in class com.objectplanet.survey.plugin.api.Survey
Gets the stored respondent count.
getStorePageResponseOn() - Method in class com.objectplanet.survey.plugin.api.Survey
Gets the storePageResponseOn.
getSubFolderCount() - Method in class com.objectplanet.survey.plugin.api.Folder
Gets number of sub-folders in this folder.
getSubFolders() - Method in class com.objectplanet.survey.plugin.api.Folder
Gets children, all folders in this group
getSurvey(User, long) - Static method in class com.objectplanet.survey.plugin.api.SurveyManager
Gets the survey by id.
getSurveyCount() - Method in class com.objectplanet.survey.plugin.api.Folder
Gets number of surveys in this folder.
getSurveyHeading() - Method in class com.objectplanet.survey.plugin.api.Survey
Gets the survey heading
getSurveyId() - Method in class com.objectplanet.survey.plugin.api.Survey
Gets the survey Id.
getSurveyId() - Method in class com.objectplanet.survey.plugin.api.Respondent
Gets the survey id
getSurveyId() - Method in class com.objectplanet.survey.plugin.api.Invitee
Gets the survey id
getSurveyId() - Method in class com.objectplanet.survey.plugin.event.SurveyEvent
Gets the surveyId attribute of the SurveyEvent object
getSurveyId() - Method in class com.objectplanet.survey.plugin.event.SurveyDeletedEvent
Gets the surveyId attribute of the NewSurveyEvent object
getSurveyId() - Method in class com.objectplanet.survey.plugin.event.NewSurveyEvent
Gets the surveyId attribute of the NewSurveyEvent object
getSurveyIntro() - Method in class com.objectplanet.survey.plugin.api.Survey
Gets the survey introduction.
getSurveyName() - Method in class com.objectplanet.survey.plugin.api.Survey
Gets the survey name
getSurveyPageByQuestionNo(int) - Method in class com.objectplanet.survey.plugin.api.Survey
Gets a survey page number, by question number.
getSurveyPageCount() - Method in class com.objectplanet.survey.plugin.api.Survey
Gets the number of survey pages in this survey.
getSurveyPageFirstQuestion(int) - Method in class com.objectplanet.survey.plugin.api.Survey
Gets a first question on the page
getSurveyPageLastQuestion(int) - Method in class com.objectplanet.survey.plugin.api.Survey
Gets a last question on the page
getSurveys() - Method in class com.objectplanet.survey.plugin.api.Folder
Gets all surveys in this group
getSurveySystemVersion() - Static method in class com.objectplanet.survey.plugin.api.PluginUtil
Return the version of the survey system.
getSurveyUrl(HttpServletRequest, long) - Static method in class com.objectplanet.survey.plugin.api.PluginUtil
Gets the url to the survey module (where respondent answer the survey).
getSystemHome() - Static method in class com.objectplanet.survey.plugin.api.PluginUtil
Get system home: location of the opinio files.
getSystemUser() - Static method in class com.objectplanet.survey.plugin.api.PluginUtil
Get system user.
getTaskStatus() - Method in class com.objectplanet.survey.plugin.api.Invitation
Gets the invitation task status.
getTextAfter() - Method in class com.objectplanet.survey.plugin.api.Question
Gets the textAfter attribute of the Question.
getTextBefore() - Method in class com.objectplanet.survey.plugin.api.Question
Gets the text-before attribute of the question.
getThankYouNote() - Method in class com.objectplanet.survey.plugin.api.Survey
Gets the thank you-note.
getTicket() - Method in class com.objectplanet.survey.plugin.api.Respondent
Gets the ticket value
getTitleColor() - Method in class com.objectplanet.survey.plugin.api.Survey
Gets the survey title color.
getTitleFont() - Method in class com.objectplanet.survey.plugin.api.Survey
Gets the survey title.
getTitleFontSize() - Method in class com.objectplanet.survey.plugin.api.Survey
Gets the survey title font size in pixels.
getUser(String) - Static method in class com.objectplanet.survey.plugin.api.UserManager
Gets the user by login name.
getUser(User, long) - Static method in class com.objectplanet.survey.plugin.api.UserManager
Gets the user by id.
getUserData(int) - Method in class com.objectplanet.survey.plugin.api.Respondent
Gets the userdata at a specified index.
getUserId() - Method in class com.objectplanet.survey.plugin.api.User
Gets the user id
getUserId() - Method in class com.objectplanet.survey.plugin.event.AdminEvent
Gets the userId
getUserName() - Method in class com.objectplanet.survey.plugin.api.User
Gets the user name
getValidationType() - Method in class com.objectplanet.survey.plugin.api.Survey
Gets the validation type.
getValidatorErrorMessage(int) - Method in class com.objectplanet.survey.plugin.api.Question
Gets error message for validator.
getValidatorErrorMessage(int, int) - Method in class com.objectplanet.survey.plugin.api.Question
Gets error message for essay field validator.
getValidatorErrorMessage(int, int, int) - Method in class com.objectplanet.survey.plugin.api.Question
Gets error message for matrix cell validator.
getValidatorParameter(int) - Method in class com.objectplanet.survey.plugin.api.Question
Gets the validator parameter.
getValidatorParameter(int, int) - Method in class com.objectplanet.survey.plugin.api.Question
Gets the essay field validator parameter.
getValidatorParameter(int, int, int) - Method in class com.objectplanet.survey.plugin.api.Question
Gets the matrix cell validator parameter.
getValue() - Method in class com.objectplanet.survey.plugin.api.ResponseRating
Gets the answer to the rating question.
getValue(int) - Method in class com.objectplanet.survey.plugin.api.ResponseNumeric
Gets the answer to the numeric question.
getZipFile() - Method in class com.objectplanet.survey.plugin.PluginJARClassLoader
Returns the ZIP file associated with this class loader.

H

handleEvent(PluginBusEvent) - Method in interface com.objectplanet.survey.plugin.IPBComponent
Handles an event sent on the PluginBus.
hasBusinessObject() - Method in class com.objectplanet.survey.plugin.api.Survey
Check if this question has reference to the business Survey object.
hasBusinessObject() - Method in class com.objectplanet.survey.plugin.api.Response
Check if this question has reference to the business Response object.
hasBusinessObject() - Method in class com.objectplanet.survey.plugin.api.Respondent
Check if this question has reference to the business Respondent object.
hasBusinessObject() - Method in class com.objectplanet.survey.plugin.api.Question
Check if this question has reference to the business Question object.
hasBusinessObject() - Method in class com.objectplanet.survey.plugin.api.Invitation
Check if this invitation has reference to the business Invitation object.
hasBusinessObject() - Method in class com.objectplanet.survey.plugin.api.Folder
Check if this question has reference to the business Survey object.
hasRespondents() - Method in class com.objectplanet.survey.plugin.api.Survey
Check if the survey has respondents.

I

initPlugins() - Static method in class com.objectplanet.survey.plugin.PluginManager
Loads plugins.
insertColumn(int) - Method in class com.objectplanet.survey.plugin.api.QuestionMatrix
This method insert a column before a particular column.
insertDropdownQuestion(int, String) - Method in class com.objectplanet.survey.plugin.api.Survey
Inserts a question of type Question.QUESTION_DROPDOWN at the questionNo position.
insertMatrixQuestion(int, String, int, int) - Method in class com.objectplanet.survey.plugin.api.Survey
Inserts a question of type Question.QUESTION_MATRIX at the questionNo position.
insertMultipleQuestion(int, String) - Method in class com.objectplanet.survey.plugin.api.Survey
Inserts a question of type Question.QUESTION_MULTIPLE at the questionNo position.
insertNumericQuestion(int, String, int, String) - Method in class com.objectplanet.survey.plugin.api.Survey
Inserts a question of type Question.QUESTION_NUMERIC at the questionNo position.
insertQuestionNoType(int, String) - Method in class com.objectplanet.survey.plugin.api.Survey
Inserts a question of type Question.QUESTION_NO_TYPE at the questionNo position.
insertRatingQuestion(int, String, int) - Method in class com.objectplanet.survey.plugin.api.Survey
Inserts a question of type Question.QUESTION_RATING at the questionNo position.
insertRow(int) - Method in class com.objectplanet.survey.plugin.api.QuestionMatrix
This method inserts an empty row before a particular row.
INTEGER - Static variable in class com.objectplanet.survey.plugin.api.QuestionNumeric
Numeric type integer is allowed for response input (default)
INVALID_EMAIL_ADDRESS - Static variable in class com.objectplanet.survey.plugin.api.Invitee
Invitee status: email address is invalid
Invitation - class com.objectplanet.survey.plugin.api.Invitation.
ATTENTION: This class is a facade for the system business Invitation.
INVITATION_PENDING - Static variable in class com.objectplanet.survey.plugin.api.Invitee
Invitee status: invitation is pending
INVITATION_SEND_ERROR - Static variable in class com.objectplanet.survey.plugin.api.Invitee
Invitee status: error occurred while sending invitation
INVITATION_SENT - Static variable in class com.objectplanet.survey.plugin.api.Invitee
Invitee status: the invitation has been sent
Invitee - class com.objectplanet.survey.plugin.api.Invitee.
Class represents an invitee (person who receives an invitation to a survey).
IPBComponent - interface com.objectplanet.survey.plugin.IPBComponent.
A component on the PluginBus.
isFilteredOut(int) - Method in class com.objectplanet.survey.plugin.api.Respondent
Check if question is filtered out by condition branching.
isFreeTextOn() - Method in class com.objectplanet.survey.plugin.api.Question
Gets the freeTextOn attribute of the question
isLocked() - Method in class com.objectplanet.survey.plugin.api.Survey
Check if the survey is locked.
isPersisted() - Method in class com.objectplanet.survey.plugin.api.Response
Gets the isPersisted attribute of the Response object
isPersisted() - Method in class com.objectplanet.survey.plugin.api.Respondent
Returns true if respondent is persisted (some of the respondent information/responses are saved in the storage).
isValid() - Method in class com.objectplanet.survey.plugin.api.Response
Checks if response to the question is valid.
isValid(int) - Method in class com.objectplanet.survey.plugin.api.Response
Checks if response to the essay field is valid.
isValid(int, int) - Method in class com.objectplanet.survey.plugin.api.ResponseMatrix
Checks if response to the matrix cell is valid.
isValidatorOn(int) - Method in class com.objectplanet.survey.plugin.api.Question
Check if validator is on.
isValidatorOn(int, int) - Method in class com.objectplanet.survey.plugin.api.Question
Check if essay field validator is on.
isValidatorOn(int, int, int) - Method in class com.objectplanet.survey.plugin.api.Question
Check if matrix cell validator is on.
isVetoed() - Method in class com.objectplanet.survey.plugin.event.PluginBusEvent
Returns if this event has been vetoed by another bus component.

K

keepBusinessObject() - Method in class com.objectplanet.survey.plugin.api.Survey
Get and keep business object.
keepBusinessObject() - Method in class com.objectplanet.survey.plugin.api.ResponseRating
Get and keep business object.
keepBusinessObject() - Method in class com.objectplanet.survey.plugin.api.ResponseNumeric
Get and keep business object.
keepBusinessObject() - Method in class com.objectplanet.survey.plugin.api.ResponseMultiple
Get and keep business object.
keepBusinessObject() - Method in class com.objectplanet.survey.plugin.api.ResponseMatrix
Get and keep business object.
keepBusinessObject() - Method in class com.objectplanet.survey.plugin.api.ResponseDropdown
Get and keep business object.
keepBusinessObject() - Method in class com.objectplanet.survey.plugin.api.Response
Get and keep business object.
keepBusinessObject() - Method in class com.objectplanet.survey.plugin.api.Respondent
Get and keep business object.
keepBusinessObject() - Method in class com.objectplanet.survey.plugin.api.QuestionRating
Get and keep business object.
keepBusinessObject() - Method in class com.objectplanet.survey.plugin.api.QuestionNumeric
Get and keep business object.
keepBusinessObject() - Method in class com.objectplanet.survey.plugin.api.QuestionMultiple
Get and keep business object.
keepBusinessObject() - Method in class com.objectplanet.survey.plugin.api.QuestionMatrix
Get and keep business object.
keepBusinessObject() - Method in class com.objectplanet.survey.plugin.api.QuestionDropdown
Get and keep business object.
keepBusinessObject() - Method in class com.objectplanet.survey.plugin.api.Question
Get and keep business object.
keepBusinessObject() - Method in class com.objectplanet.survey.plugin.api.Invitation
Get and keep the business object.
keepBusinessObject() - Method in class com.objectplanet.survey.plugin.api.Folder
Get and keep business object.

L

LAYOUT_BUTTON_BOTTOM - Static variable in class com.objectplanet.survey.plugin.api.QuestionMultiple
Option layout: Button is placed under the text/image
LAYOUT_BUTTON_LEFT - Static variable in class com.objectplanet.survey.plugin.api.QuestionMultiple
Option layout: Button is placed to the left of the text/image
LAYOUT_BUTTON_RIGHT - Static variable in class com.objectplanet.survey.plugin.api.QuestionMultiple
Option layout: Button is placed to the right of the text/image
LAYOUT_BUTTON_TOP - Static variable in class com.objectplanet.survey.plugin.api.QuestionMultiple
Option layout: Button is placed over the text/image
LAYOUT_IMAGE_BOTTOM - Static variable in class com.objectplanet.survey.plugin.api.QuestionMultiple
Option layout: Image is placed under the text
LAYOUT_IMAGE_LEFT - Static variable in class com.objectplanet.survey.plugin.api.QuestionMultiple
Option layout: Image is placed to the left of the text
LAYOUT_IMAGE_RIGHT - Static variable in class com.objectplanet.survey.plugin.api.QuestionMultiple
Option layout: Image is placed to the tight of the text
LAYOUT_IMAGE_TOP - Static variable in class com.objectplanet.survey.plugin.api.QuestionMultiple
Option layout: Image is placed over the text
ListItem - class com.objectplanet.survey.plugin.api.ListItem.
This class represents a list item.
loadClass(String, boolean) - Method in class com.objectplanet.survey.plugin.PluginJARClassLoader
 
LockException - exception com.objectplanet.survey.plugin.api.LockException.
Exception to throw when the survey is locked by another user and can not be edited.
LockException() - Constructor for class com.objectplanet.survey.plugin.api.LockException
Default constructor
LockException(String) - Constructor for class com.objectplanet.survey.plugin.api.LockException
Constructor which takes a describing string as parameter
LockException(Throwable) - Constructor for class com.objectplanet.survey.plugin.api.LockException
Default constructor
log(String, int) - Static method in class com.objectplanet.survey.plugin.api.PluginUtil
Loggs a message.
log(Throwable) - Static method in class com.objectplanet.survey.plugin.api.PluginUtil
Loggs an error with level LOGGING_LEVEL_ERROR
LOGGING_LEVEL_ERROR - Static variable in class com.objectplanet.survey.plugin.api.PluginUtil
Loggs only errors.
LOGGING_LEVEL_MESSAGE - Static variable in class com.objectplanet.survey.plugin.api.PluginUtil
Loggs all messages, warnings and errors
LOGGING_LEVEL_WARNING - Static variable in class com.objectplanet.survey.plugin.api.PluginUtil
Loggs all warnings and errors

M

MATRIX_CELL_DROPDOWN_REQUIRED - Static variable in class com.objectplanet.survey.plugin.api.ValidatorType
Response to matrix cell of type QuestionMatrix.CELL_DROPDOWN is required.
MATRIX_CELL_NUMERIC_IS_NUMBER - Static variable in class com.objectplanet.survey.plugin.api.ValidatorType
Response to matrix cell of type QuestionMatrix.CELL_NUMERIC_INT/CELL_NUMERIC_DEC is number.
MATRIX_CELL_NUMERIC_MAXIMUM_VALUE - Static variable in class com.objectplanet.survey.plugin.api.ValidatorType
Response to matrix cell of type QuestionMatrix.CELL_NUMERIC_INT/CELL_NUMERIC_DEC is less than specified value.
MATRIX_CELL_NUMERIC_MINIMUM_VALUE - Static variable in class com.objectplanet.survey.plugin.api.ValidatorType
Response to matrix cell of type QuestionMatrix.CELL_NUMERIC_INT/CELL_NUMERIC_DEC is bigger than specified value.
MATRIX_CELL_NUMERIC_REQUIRED - Static variable in class com.objectplanet.survey.plugin.api.ValidatorType
Response to matrix cell of type QuestionMatrix.CELL_NUMERIC_INT/CELL_NUMERIC_DEC is required.
MATRIX_CELL_TEXT_DATE - Static variable in class com.objectplanet.survey.plugin.api.ValidatorType
Response to matrix cell of type QuestionMatrix.CELL_TEXT is date.
MATRIX_CELL_TEXT_EMAIL - Static variable in class com.objectplanet.survey.plugin.api.ValidatorType
Response to matrix cell of type QuestionMatrix.CELL_TEXT is email.
MATRIX_CELL_TEXT_MAXIMUM_LENGTH - Static variable in class com.objectplanet.survey.plugin.api.ValidatorType
Maximum text length for response to matrix cell of type QuestionMatrix.CELL_TEXT.
MATRIX_CELL_TEXT_MINIMUM_LENGTH - Static variable in class com.objectplanet.survey.plugin.api.ValidatorType
Minimum text length for response to matrix cell of type QuestionMatrix.CELL_TEXT.
MATRIX_CELL_TEXT_MUST_CONTAIN - Static variable in class com.objectplanet.survey.plugin.api.ValidatorType
Response to matrix cell of type QuestionMatrix.CELL_TEXT must contain specified text.
MATRIX_CELL_TEXT_REGEXP - Static variable in class com.objectplanet.survey.plugin.api.ValidatorType
Response to matrix cell of type QuestionMatrix.CELL_TEXT must match specified regular expression.
MATRIX_CELL_TEXT_REQUIRED - Static variable in class com.objectplanet.survey.plugin.api.ValidatorType
Response to matrix cell of type QuestionMatrix.CELL_TEXT is required.
moveQuestion(int, int) - Method in class com.objectplanet.survey.plugin.api.Survey
Moves a question from one question number to another.
MULTIPLE_QUESTION_MAXIMUM_SELECTION - Static variable in class com.objectplanet.survey.plugin.api.ValidatorType
Maximum selections in response to multiple question.
MULTIPLE_QUESTION_MINIMUM_SELECTION - Static variable in class com.objectplanet.survey.plugin.api.ValidatorType
Minimum selections in response to multiple question.

N

NewRespondentEvent - class com.objectplanet.survey.plugin.event.NewRespondentEvent.
Represents an event that is fired when a new respondent is created.
NewRespondentEvent(IPBComponent) - Constructor for class com.objectplanet.survey.plugin.event.NewRespondentEvent
Creates a new event.
NewSurveyEvent - class com.objectplanet.survey.plugin.event.NewSurveyEvent.
Represents an event that is fired when a new Survey is created.
NewSurveyEvent(IPBComponent) - Constructor for class com.objectplanet.survey.plugin.event.NewSurveyEvent
Creates a new event.
NewUserEvent - class com.objectplanet.survey.plugin.event.NewUserEvent.
Represents an event that is fired when a new response is created, after the response has been responded to and the object has been populated.
NewUserEvent(IPBComponent) - Constructor for class com.objectplanet.survey.plugin.event.NewUserEvent
Creates a new event.
NUMERIC_QUESTION_IS_NUMBER - Static variable in class com.objectplanet.survey.plugin.api.ValidatorType
Response to numeric question is number.
NUMERIC_QUESTION_MAXIMUM_VALUE - Static variable in class com.objectplanet.survey.plugin.api.ValidatorType
Response to numeric question is less than specified value.
NUMERIC_QUESTION_MINIMUM_VALUE - Static variable in class com.objectplanet.survey.plugin.api.ValidatorType
Response to numeric question is bigger than specified value.
NUMERIC_QUESTION_REQUIRED - Static variable in class com.objectplanet.survey.plugin.api.ValidatorType
Response to numeric question is required.

P

paramString() - Method in class com.objectplanet.survey.plugin.event.PluginBusEvent
Returns a string representation of this event's parameters.
Plugin - class com.objectplanet.survey.plugin.Plugin.
Plugin is an abstract class that all plugins must implement.
Plugin.Broken - class com.objectplanet.survey.plugin.Plugin.Broken.
A placeholder for a plugin that didn't load.
Plugin.JAR - class com.objectplanet.survey.plugin.Plugin.JAR.
A JAR file.
Plugin.JAR(String, PluginJARClassLoader) - Constructor for class com.objectplanet.survey.plugin.Plugin.JAR
Constructor for the JAR object
Plugin() - Constructor for class com.objectplanet.survey.plugin.Plugin
 
PluginBus - class com.objectplanet.survey.plugin.PluginBus.
The PluginBus is opinio's global event notification mechanism.
PluginBus() - Constructor for class com.objectplanet.survey.plugin.PluginBus
Constructor for the PluginBus object
PluginBusAdmin - class com.objectplanet.survey.plugin.PluginBusAdmin.
This class is opinio's event notification mechanism for administation type events.
PluginBusAdmin() - Constructor for class com.objectplanet.survey.plugin.PluginBusAdmin
 
PluginBusEvent - class com.objectplanet.survey.plugin.event.PluginBusEvent.
The base class of all PluginBus events.
PluginBusEvent.NonVetoable - class com.objectplanet.survey.plugin.event.PluginBusEvent.NonVetoable.
An event implementation that cannot be vetoed.
PluginBusEvent.NonVetoable(IPBComponent) - Constructor for class com.objectplanet.survey.plugin.event.PluginBusEvent.NonVetoable
Creates a new non-vetoable event.
PluginBusEvent(IPBComponent) - Constructor for class com.objectplanet.survey.plugin.event.PluginBusEvent
Creates a new event.
PluginBusSurvey - class com.objectplanet.survey.plugin.PluginBusSurvey.
This class is opinio's event notification mechanism for survey type events.
PluginBusSurvey() - Constructor for class com.objectplanet.survey.plugin.PluginBusSurvey
 
PluginJARClassLoader - class com.objectplanet.survey.plugin.PluginJARClassLoader.
A class loader implementation that loads classes from JAR files.
PluginJARClassLoader() - Constructor for class com.objectplanet.survey.plugin.PluginJARClassLoader
This constructor creates a class loader for loading classes from all plugins in one single Jar file.
PluginJARClassLoader(String) - Constructor for class com.objectplanet.survey.plugin.PluginJARClassLoader
Constructor for the PluginJARClassLoader object
PluginManager - class com.objectplanet.survey.plugin.PluginManager.
This plugin manages the plugins available to opinio.
PluginManager() - Constructor for class com.objectplanet.survey.plugin.PluginManager
 
PluginUtil - class com.objectplanet.survey.plugin.api.PluginUtil.
Utility class for the plugins.
PluginUtil() - Constructor for class com.objectplanet.survey.plugin.api.PluginUtil
 
PREVENT_METHOD_COOKIES - Static variable in class com.objectplanet.survey.plugin.api.Survey
Use cookies to prevent multipe submissions
PREVENT_METHOD_IP - Static variable in class com.objectplanet.survey.plugin.api.Survey
Use IP-addres check to prevent multipe submissions
processSetup(Map) - Method in class com.objectplanet.survey.plugin.Plugin
Method for processing the setup screen.

Q

Question - class com.objectplanet.survey.plugin.api.Question.
ATTENTION: This class is a facade for the system business Question.
QUESTION_DROPDOWN - Static variable in class com.objectplanet.survey.plugin.api.Question
Dropdown question type
QUESTION_MATRIX - Static variable in class com.objectplanet.survey.plugin.api.Question
Matrix question type
QUESTION_MULTIPLE - Static variable in class com.objectplanet.survey.plugin.api.Question
Multiple choice question type
QUESTION_NO_TYPE - Static variable in class com.objectplanet.survey.plugin.api.Question
No question type (essay fields or free text is usually used for input)
QUESTION_NUMERIC - Static variable in class com.objectplanet.survey.plugin.api.Question
Numeric question type
QUESTION_RATING - Static variable in class com.objectplanet.survey.plugin.api.Question
Rating question type
QuestionDropdown - class com.objectplanet.survey.plugin.api.QuestionDropdown.
This class represents a dropdown question.
QuestionMatrix - class com.objectplanet.survey.plugin.api.QuestionMatrix.
This class represents a matrix question.
QuestionMultiple - class com.objectplanet.survey.plugin.api.QuestionMultiple.
This class represents a multiple choice question.
QuestionNumeric - class com.objectplanet.survey.plugin.api.QuestionNumeric.
This class represents a numeric question.
QuestionRating - class com.objectplanet.survey.plugin.api.QuestionRating.
This class represents a rating question.

R

RATING_QUESTION_REQUIRED - Static variable in class com.objectplanet.survey.plugin.api.ValidatorType
Response to rating question is required.
REDIRECT_AFTER_LASTPAGE - Static variable in class com.objectplanet.survey.plugin.api.Survey
Redirect after the last survey page
REDIRECT_AFTER_THANKYOUNOTE - Static variable in class com.objectplanet.survey.plugin.api.Survey
Redirect after the 'thank you note'
REDIRECT_NONE - Static variable in class com.objectplanet.survey.plugin.api.Survey
Redirect is turned off (no address is entered)
releaseBusinessObject() - Method in class com.objectplanet.survey.plugin.api.Survey
Release business object.
releaseBusinessObject() - Method in class com.objectplanet.survey.plugin.api.ResponseRating
Release business object.
releaseBusinessObject() - Method in class com.objectplanet.survey.plugin.api.ResponseNumeric
Release business object.
releaseBusinessObject() - Method in class com.objectplanet.survey.plugin.api.ResponseMultiple
Release business object.
releaseBusinessObject() - Method in class com.objectplanet.survey.plugin.api.ResponseMatrix
Release business object.
releaseBusinessObject() - Method in class com.objectplanet.survey.plugin.api.ResponseDropdown
Release business object.
releaseBusinessObject() - Method in class com.objectplanet.survey.plugin.api.Response
Release business object.
releaseBusinessObject() - Method in class com.objectplanet.survey.plugin.api.Respondent
Release business object.
releaseBusinessObject() - Method in class com.objectplanet.survey.plugin.api.QuestionRating
Release business object.
releaseBusinessObject() - Method in class com.objectplanet.survey.plugin.api.QuestionNumeric
Release business object.
releaseBusinessObject() - Method in class com.objectplanet.survey.plugin.api.QuestionMultiple
Release business object.
releaseBusinessObject() - Method in class com.objectplanet.survey.plugin.api.QuestionMatrix
Release business object.
releaseBusinessObject() - Method in class com.objectplanet.survey.plugin.api.QuestionDropdown
Release business object.
releaseBusinessObject() - Method in class com.objectplanet.survey.plugin.api.Question
Release business object.
releaseBusinessObject() - Method in class com.objectplanet.survey.plugin.api.Invitation
Release the business object.
releaseBusinessObject() - Method in class com.objectplanet.survey.plugin.api.Folder
Release business object.
releaseLock() - Method in class com.objectplanet.survey.plugin.api.Survey
Release lock on survey.
REMINDER_ERROR - Static variable in class com.objectplanet.survey.plugin.api.Invitee
Invitee status: error occurred while sending reminder
REMINDER_SENT - Static variable in class com.objectplanet.survey.plugin.api.Invitee
Invitee status: reminder has been sent
removeCellValue(int, int) - Method in class com.objectplanet.survey.plugin.api.ResponseMatrix
Remove cell value
removeFromBus(IPBComponent) - Static method in class com.objectplanet.survey.plugin.PluginBusAdmin
Removes a component from the bus.
removeFromBus(IPBComponent) - Method in class com.objectplanet.survey.plugin.PluginBus
Removes a component from the bus.
removeFromBus(IPBComponent, long) - Static method in class com.objectplanet.survey.plugin.PluginBusSurvey
Removes a component from the bus.
removeOption(int) - Method in class com.objectplanet.survey.plugin.api.QuestionMultiple
Removes one option
removeOptions() - Method in class com.objectplanet.survey.plugin.api.QuestionMultiple
Removes all options.
Respondent - class com.objectplanet.survey.plugin.api.Respondent.
ATTENTION: This class is a facade for the system business Respondent.
RespondentCompleteEvent - class com.objectplanet.survey.plugin.event.RespondentCompleteEvent.
Represents an event that is fired when a respondent completes a survey.
RespondentCompleteEvent(IPBComponent) - Constructor for class com.objectplanet.survey.plugin.event.RespondentCompleteEvent
Creates a new event.
RespondentsExistException - exception com.objectplanet.survey.plugin.api.RespondentsExistException.
Exception to throw if there are some respondents for a survey.
RespondentsExistException() - Constructor for class com.objectplanet.survey.plugin.api.RespondentsExistException
Default constructor
RespondentsExistException(String) - Constructor for class com.objectplanet.survey.plugin.api.RespondentsExistException
Constructor which takes a describing string as parameter
RespondentsExistException(Throwable) - Constructor for class com.objectplanet.survey.plugin.api.RespondentsExistException
Default constructor
Response - class com.objectplanet.survey.plugin.api.Response.
ATTENTION: This class is a facade for the system business Response.
ResponseDropdown - class com.objectplanet.survey.plugin.api.ResponseDropdown.
Represents a response to the dropdown question.
ResponseEvent - class com.objectplanet.survey.plugin.event.ResponseEvent.
Represents an event that is fired when a new response is created, after the response has been responded to and the object has been populated.
ResponseEvent(IPBComponent) - Constructor for class com.objectplanet.survey.plugin.event.ResponseEvent
Creates a new event.
ResponseMatrix - class com.objectplanet.survey.plugin.api.ResponseMatrix.
Represents a response to the matrix question.
ResponseMultiple - class com.objectplanet.survey.plugin.api.ResponseMultiple.
Represents a response to the multiple choice question.
ResponseNumeric - class com.objectplanet.survey.plugin.api.ResponseNumeric.
Represents a response to the numeric question.
ResponseRating - class com.objectplanet.survey.plugin.api.ResponseRating.
Represents a response to the rating question.

S

send(PluginBusEvent) - Static method in class com.objectplanet.survey.plugin.PluginBusAdmin
Sends an event to all components on the bus.
send(PluginBusEvent) - Method in class com.objectplanet.survey.plugin.PluginBus
Sends an event to all components on the bus.
send(PluginBusEvent, long) - Static method in class com.objectplanet.survey.plugin.PluginBusSurvey
Sends an event to all components on the bus.
sendEmail(String, String, String, String, String, String) - Static method in class com.objectplanet.survey.plugin.api.PluginUtil
Send email.
setAuthenticationType(int) - Method in class com.objectplanet.survey.plugin.api.Survey
Sets the authentication type for the survey.
setBgColor(String) - Method in class com.objectplanet.survey.plugin.api.Survey
Sets the survey background color.
setBgImage(String) - Method in class com.objectplanet.survey.plugin.api.Survey
Sets the survey background image
setCellBackgroundColor(int, int, String) - Method in class com.objectplanet.survey.plugin.api.QuestionMatrix
Sets the background color of the cell.
setCellCheckboxType(int, int) - Method in class com.objectplanet.survey.plugin.api.QuestionMatrix
Sets the cell of type checkbox.
setCellDecimalType(int, int, int, String) - Method in class com.objectplanet.survey.plugin.api.QuestionMatrix
Sets the cell of type numeric double.
setCellDropdownType(int, int, String, String, boolean) - Method in class com.objectplanet.survey.plugin.api.QuestionMatrix
Sets the cell of type numeric double.
setCellEmpty(int, int) - Method in class com.objectplanet.survey.plugin.api.QuestionMatrix
Sets the empty cell.
setCellGroupBackgroundColor(String, String) - Method in class com.objectplanet.survey.plugin.api.QuestionMatrix
Sets the background color for the cellgroup
setCellGroupHeading(String, String) - Method in class com.objectplanet.survey.plugin.api.QuestionMatrix
Sets the heading of the cellgroup.
setCellGroupName(String, String) - Method in class com.objectplanet.survey.plugin.api.QuestionMatrix
Sets the new cellgroup name.
setCellGroupType(String, int) - Method in class com.objectplanet.survey.plugin.api.QuestionMatrix
Sets the cellgroup type.
setCellImageType(int, int, String) - Method in class com.objectplanet.survey.plugin.api.QuestionMatrix
Sets the cell of type image.
setCellIntegerType(int, int, int, String) - Method in class com.objectplanet.survey.plugin.api.QuestionMatrix
Sets the cell of type numeric integer.
setCellLabelType(int, int, String, String) - Method in class com.objectplanet.survey.plugin.api.QuestionMatrix
Sets the cell of type label (only text, not input of type text).
setCellRadioType(int, int) - Method in class com.objectplanet.survey.plugin.api.QuestionMatrix
Sets the cell of type radio button.
setCellTextType(int, int, int) - Method in class com.objectplanet.survey.plugin.api.QuestionMatrix
Sets the cell of type text.
setCellValue(int, int, int, String) - Method in class com.objectplanet.survey.plugin.api.ResponseMatrix
Sets response to the matrix cell.
setColumnCount(int) - Method in class com.objectplanet.survey.plugin.api.Survey
Sets the number of columns in survey (up to 3)
setColumnCount(int) - Method in class com.objectplanet.survey.plugin.api.QuestionMultiple
Sets the number of columns
setContentType(String) - Method in class com.objectplanet.survey.plugin.api.Invitation
Sets the content type for the message.
setCSS_URL(String) - Method in class com.objectplanet.survey.plugin.api.Survey
Sets the css for the survey.
setCurrentResponse(int) - Method in class com.objectplanet.survey.plugin.api.Respondent
Sets the current response.
setCustomId(String) - Method in class com.objectplanet.survey.plugin.api.Survey
Sets the custom survey id.
setDeletedUserEmail(String) - Method in class com.objectplanet.survey.plugin.event.UserDeletedEvent
Sets the deleted user email
setDeletedUserId(long) - Method in class com.objectplanet.survey.plugin.event.UserDeletedEvent
Sets the deleted user id
setDeletedUserLogin(String) - Method in class com.objectplanet.survey.plugin.event.UserDeletedEvent
Sets the deleted user login
setDeletedUserMemo(String) - Method in class com.objectplanet.survey.plugin.event.UserDeletedEvent
Sets the deleted user memo
setDeletedUserName(String) - Method in class com.objectplanet.survey.plugin.event.UserDeletedEvent
Sets the deleted user name
setDislpayQuestionNo(int) - Method in class com.objectplanet.survey.plugin.api.Survey
Sets the dislpayQuestionNo attribute.
setDisplayNo(String) - Method in class com.objectplanet.survey.plugin.api.Question
The display number is specified by survey creator/admin.
setEmail(String) - Method in class com.objectplanet.survey.plugin.api.User
Sets the email
setErrorMsg(String) - Method in class com.objectplanet.survey.plugin.Plugin
Sets the error message.
setEssayResponse(int, int, String) - Method in class com.objectplanet.survey.plugin.api.Response
Sets the answer to an essay field.
setFieldSize(int) - Method in class com.objectplanet.survey.plugin.api.QuestionNumeric
Sets the input field size.
setFinishButtonImage(String) - Method in class com.objectplanet.survey.plugin.api.Survey
Sets the image to use instead of 'finish'-button.
setFinishButtonText(String) - Method in class com.objectplanet.survey.plugin.api.Survey
Sets the text for the 'finish'-button.
setFolderId(long) - Method in class com.objectplanet.survey.plugin.api.Survey
Sets the folder for this survey
setFont(String) - Method in class com.objectplanet.survey.plugin.api.Survey
Sets the font for texts in survey and questions.
setFontColor(String) - Method in class com.objectplanet.survey.plugin.api.Survey
Sets the font color for texts in survey and questions.
setFontSize(int) - Method in class com.objectplanet.survey.plugin.api.Survey
Sets the font size for texts in survey and questions.
setFooter(String) - Method in class com.objectplanet.survey.plugin.api.Survey
Sets the footer, text at the bottom of the survey (survey page)
setFormWidth(int) - Method in class com.objectplanet.survey.plugin.api.Survey
Sets the width of your survey in pixels
setFreeText(String) - Method in class com.objectplanet.survey.plugin.api.Response
Sets the free text answer
setFreeTextColumns(int) - Method in class com.objectplanet.survey.plugin.api.Question
Sets the number of columns in the free-text field
setFreeTextLabel(String) - Method in class com.objectplanet.survey.plugin.api.Question
Sets the label for the free-text field
setFreeTextMaxLength(int) - Method in class com.objectplanet.survey.plugin.api.Question
Sets the max length allowed to type in the free text field.
setFreeTextOn(boolean) - Method in class com.objectplanet.survey.plugin.api.Question
Sets the freeTextOn attribute of the question
setFreeTextRows(int) - Method in class com.objectplanet.survey.plugin.api.Question
Sets the number of rows in the free-text field
setFromEmail(String) - Method in class com.objectplanet.survey.plugin.api.Invitation
Sets the from email.
setFromName(String) - Method in class com.objectplanet.survey.plugin.api.Invitation
Sets the from name.
setHeader(String) - Method in class com.objectplanet.survey.plugin.api.Survey
Sets the header, text at the top of the survey
setInvitationDate(long) - Method in class com.objectplanet.survey.plugin.api.Invitation
Sets the invitation date
setInvitationMessage(String) - Method in class com.objectplanet.survey.plugin.api.Invitation
Sets the invitation message (in the email sent to invitee)
setInvitationName(String) - Method in class com.objectplanet.survey.plugin.api.Invitation
Sets the invitation name (used in listing of invitations in the admin screens).
setInvitationSubject(String) - Method in class com.objectplanet.survey.plugin.api.Invitation
Sets the invitation subject (in the email sent to invitee)
setItemId(long) - Method in class com.objectplanet.survey.plugin.api.ListItem
Sets the id of the list item
setItemName(String) - Method in class com.objectplanet.survey.plugin.api.ListItem
Sets the name of list item
setItems(String) - Method in class com.objectplanet.survey.plugin.api.QuestionDropdown
Sets the dropdown items (one item per line).
setLabel(String) - Method in class com.objectplanet.survey.plugin.api.QuestionDropdown
Sets the dropdown label.
setLanguage(String) - Method in class com.objectplanet.survey.plugin.api.User
Sets the language for the user
setMaxResponses(int) - Method in class com.objectplanet.survey.plugin.api.Survey
Sets the maximum responses for this survey.
setMaxText(String) - Method in class com.objectplanet.survey.plugin.api.QuestionRating
Sets the maximum text
setMemo(String) - Method in class com.objectplanet.survey.plugin.api.User
Sets the memo (additional information about the user)
setMinText(String) - Method in class com.objectplanet.survey.plugin.api.QuestionRating
Sets the minimum text
setMultipleOn(boolean) - Method in class com.objectplanet.survey.plugin.api.QuestionMultiple
Sets multiple selections.
setMultipleOn(boolean) - Method in class com.objectplanet.survey.plugin.api.QuestionDropdown
Sets the multipleOn attribute of the Dropdown question.
setMultipleSubmissions(boolean) - Method in class com.objectplanet.survey.plugin.api.Survey
Sets the multiple submissions on/off.
setNALabel(String) - Method in class com.objectplanet.survey.plugin.api.QuestionRating
Sets the label of the N/A field
setNewUserId(long) - Method in class com.objectplanet.survey.plugin.event.NewUserEvent
Sets the newUserId
setNextButtonImage(String) - Method in class com.objectplanet.survey.plugin.api.Survey
Sets the image to use instead of 'next'-button.
setNextButtonText(String) - Method in class com.objectplanet.survey.plugin.api.Survey
Sets the text for the 'next'-button.
setNumericType(int) - Method in class com.objectplanet.survey.plugin.api.QuestionNumeric
Sets the numeric type attribute
setOptionValue(int, boolean) - Method in class com.objectplanet.survey.plugin.api.ResponseMultiple
Sets the value (selected/not selected) for multiple option.
setOtherField(boolean) - Method in class com.objectplanet.survey.plugin.api.QuestionMultiple
Sets text-field for entering "other", if none of the other choices apply.
setOtherValue(String) - Method in class com.objectplanet.survey.plugin.api.ResponseMultiple
Sets the input for multiple other field, if applicable.
setPassword(String) - Method in class com.objectplanet.survey.plugin.api.Survey
Sets the password.
setPostfixLabel(String) - Method in class com.objectplanet.survey.plugin.api.QuestionNumeric
Sets the postfix label for the numeric input.
setPrefixLabel(String) - Method in class com.objectplanet.survey.plugin.api.QuestionNumeric
Sets the prefix label for the numeric input.
setPreventMethod(int) - Method in class com.objectplanet.survey.plugin.api.Survey
Sets the method to prevent multiple submissions.
setProgressBar(boolean) - Method in class com.objectplanet.survey.plugin.api.Survey
Turn the progress bar on/off
setQuestionLayout(String) - Method in class com.objectplanet.survey.plugin.api.Question
Sets the question layout attribute of the question.
setQuestionNo(int) - Method in class com.objectplanet.survey.plugin.event.ResponseEvent
Sets the questionNo attribute of the ResponseBeforePopulateEvent object
setQuestionNo(int) - Method in class com.objectplanet.survey.plugin.event.DisplayQuestionEvent
Sets the questionNo attribute of the ResponseBeforePopulateEvent object
setQuestionText(String) - Method in class com.objectplanet.survey.plugin.api.Question
Sets the question text.
setRatingLevel(int) - Method in class com.objectplanet.survey.plugin.api.QuestionRating
Sets the rating level
setRedirectAddress(String) - Method in class com.objectplanet.survey.plugin.api.Survey
Sets the web address to go to when the respondent is completed.
setRedirectAfter(int) - Method in class com.objectplanet.survey.plugin.api.Survey
Define when to redirect: after last survey page or after the thank-you note.
setReminderCount(int) - Method in class com.objectplanet.survey.plugin.api.Invitation
Sets the reminder count.
setReminderInterval(long) - Method in class com.objectplanet.survey.plugin.api.Invitation
Sets the reminder interval (number of days between each reminder if invitee has not responded to the survey).
setReminderMessage(String) - Method in class com.objectplanet.survey.plugin.api.Invitation
Sets the reminder message.
setReminderSubject(String) - Method in class com.objectplanet.survey.plugin.api.Invitation
Sets the reminder subject.
setRespondentId(long) - Method in class com.objectplanet.survey.plugin.event.ResponseEvent
Sets the respondentId attribute of the RespondentCompleteEvent object
setRespondentId(long) - Method in class com.objectplanet.survey.plugin.event.RespondentCompleteEvent
Sets the respondentId attribute of the RespondentCompleteEvent object
setRespondentId(long) - Method in class com.objectplanet.survey.plugin.event.NewRespondentEvent
Sets the respondentId attribute of the RespondentCompleteEvent object
setRespondentId(long) - Method in class com.objectplanet.survey.plugin.event.DisplayQuestionEvent
Sets the respondentId attribute of the RespondentCompleteEvent object
setSaveAndBack(boolean) - Method in class com.objectplanet.survey.plugin.api.Survey
Sets the saveAndBack attribute.
setSaveButtonImage(String) - Method in class com.objectplanet.survey.plugin.api.Survey
Sets the image to use instead of 'save'-button.
setSaveButtonText(String) - Method in class com.objectplanet.survey.plugin.api.Survey
Sets the text for the 'save'-button.
setSelectedValue(String) - Method in class com.objectplanet.survey.plugin.api.ResponseDropdown
Sets the chosen item (if more than one - set one by one)
setShowNA(boolean) - Method in class com.objectplanet.survey.plugin.api.QuestionRating
Sets the value for showNA attribute.
setSize(int) - Method in class com.objectplanet.survey.plugin.api.QuestionDropdown
Sets the dropdown size.
setSize(int, int) - Method in class com.objectplanet.survey.plugin.api.QuestionMatrix
Sets the matrix size.
setSortOn(boolean) - Method in class com.objectplanet.survey.plugin.api.QuestionDropdown
Sets the sorting attribute.
setStartButtonImage(String) - Method in class com.objectplanet.survey.plugin.api.Survey
Sets the image to use instead of 'start'-button.
setStartButtonText(String) - Method in class com.objectplanet.survey.plugin.api.Survey
Sets the text for the 'start'-button.
setStartDate(long) - Method in class com.objectplanet.survey.plugin.api.Survey
Sets the start date.
setStopDate(long) - Method in class com.objectplanet.survey.plugin.api.Survey
Sets the stop date.
setStorePageResponseOn(boolean) - Method in class com.objectplanet.survey.plugin.api.Survey
Sets the storePageResponseOn attribute.
setSurveyHeading(String) - Method in class com.objectplanet.survey.plugin.api.Survey
Sets the survey heading.
setSurveyId(long) - Method in class com.objectplanet.survey.plugin.event.SurveyEvent
Sets the surveyId attribute of the SurveyEvent object
setSurveyId(long) - Method in class com.objectplanet.survey.plugin.event.SurveyDeletedEvent
Sets the surveyId attribute of the NewSurveyEvent object
setSurveyId(long) - Method in class com.objectplanet.survey.plugin.event.NewSurveyEvent
Sets the surveyId attribute of the NewSurveyEvent object
setSurveyIntro(String) - Method in class com.objectplanet.survey.plugin.api.Survey
Sets the survey introduction.
setSurveyName(String) - Method in class com.objectplanet.survey.plugin.api.Survey
Sets the survey name.
setSurveyPages(int[]) - Method in class com.objectplanet.survey.plugin.api.Survey
Sets survey pages.
setTextAfter(String) - Method in class com.objectplanet.survey.plugin.api.Question
Sets the text-after attribute of the question.
setTextBefore(String) - Method in class com.objectplanet.survey.plugin.api.Question
Sets the text-before attribute of the question.
setThankYouNote(String) - Method in class com.objectplanet.survey.plugin.api.Survey
Sets the 'thank you'-note.
setTitleColor(String) - Method in class com.objectplanet.survey.plugin.api.Survey
Sets the survey font color.
setTitleFont(String) - Method in class com.objectplanet.survey.plugin.api.Survey
Sets the survey title font.
setTitleFontSize(int) - Method in class com.objectplanet.survey.plugin.api.Survey
Sets the survey title font size in pixels.
setUserId(long) - Method in class com.objectplanet.survey.plugin.event.AdminEvent
Sets the userId
setUserName(String) - Method in class com.objectplanet.survey.plugin.api.User
Sets the user name
setValidationType(int) - Method in class com.objectplanet.survey.plugin.api.Survey
Sets the validationType attribute.
setValidator(int, String, String) - Method in class com.objectplanet.survey.plugin.api.Question
Sets the validator.
setValidator(int, String, String, int) - Method in class com.objectplanet.survey.plugin.api.Question
Sets the essay field validator.
setValidator(int, String, String, int, int) - Method in class com.objectplanet.survey.plugin.api.Question
Sets the matrix cell validator.
setValue(int) - Method in class com.objectplanet.survey.plugin.api.ResponseRating
Sets the answer to the rating question.
setValue(String) - Method in class com.objectplanet.survey.plugin.api.ResponseNumeric
Sets the answer for the numeric question.
start() - Method in class com.objectplanet.survey.plugin.Plugin
Any PluginBus registrations should be done here.
startInvitation(long) - Method in class com.objectplanet.survey.plugin.api.Survey
Start the invitation.
stop() - Method in class com.objectplanet.survey.plugin.Plugin
Method called by the system before exiting.
stopInvitation(long) - Method in class com.objectplanet.survey.plugin.api.Survey
Stop the invitation.
storeProps(Properties, File) - Static method in class com.objectplanet.survey.plugin.api.PluginUtil
Stores a property object to an output stream
storeRespondent(long, long) - Static method in class com.objectplanet.survey.plugin.api.SurveyManager
Save respondent to the storage.
Survey - class com.objectplanet.survey.plugin.api.Survey.
ATTENTION: This class is a facade for the system business Survey.
SurveyDeletedEvent - class com.objectplanet.survey.plugin.event.SurveyDeletedEvent.
Represents an event that is fired when a new Survey is deleted.
SurveyDeletedEvent(IPBComponent) - Constructor for class com.objectplanet.survey.plugin.event.SurveyDeletedEvent
Creates a new event.
SurveyEvent - class com.objectplanet.survey.plugin.event.SurveyEvent.
This class represents a survey event.
SurveyEvent(IPBComponent) - Constructor for class com.objectplanet.survey.plugin.event.SurveyEvent
Creates a new survey event.
SurveyManager - class com.objectplanet.survey.plugin.api.SurveyManager.
Encapsulates functionality to manage folders, surveys and respondents.
SurveyManager() - Constructor for class com.objectplanet.survey.plugin.api.SurveyManager
 
SurveyPageException - exception com.objectplanet.survey.plugin.api.SurveyPageException.
Exception to throw if an error occurs while creating a survey page
SurveyPageException() - Constructor for class com.objectplanet.survey.plugin.api.SurveyPageException
Default constructor
SurveyPageException(String) - Constructor for class com.objectplanet.survey.plugin.api.SurveyPageException
Constructor which takes a describing string as parameter
SurveyPageException(Throwable) - Constructor for class com.objectplanet.survey.plugin.api.SurveyPageException
Default constructor
SurveySecurityException - exception com.objectplanet.survey.plugin.api.SurveySecurityException.
Exception to throw if unauthorized access.
SurveySecurityException() - Constructor for class com.objectplanet.survey.plugin.api.SurveySecurityException
Default constructor
SurveySecurityException(String) - Constructor for class com.objectplanet.survey.plugin.api.SurveySecurityException
Constructor which takes a describing string as parameter
SurveySecurityException(Throwable) - Constructor for class com.objectplanet.survey.plugin.api.SurveySecurityException
Default constructor
SurveySystemException - exception com.objectplanet.survey.plugin.api.SurveySystemException.
Exception to throw if an error occurs in the business logic.
SurveySystemException() - Constructor for class com.objectplanet.survey.plugin.api.SurveySystemException
Default constructor
SurveySystemException(String) - Constructor for class com.objectplanet.survey.plugin.api.SurveySystemException
Constructor which takes a describing string as parameter
SurveySystemException(Throwable) - Constructor for class com.objectplanet.survey.plugin.api.SurveySystemException
Default constructor

T

TAG_END - Static variable in class com.objectplanet.survey.plugin.api.Question
Essay field end
TAG_START - Static variable in class com.objectplanet.survey.plugin.api.Question
Essay field start
toString() - Method in class com.objectplanet.survey.plugin.event.PluginBusEvent
Returns a string representation of this event.

U

updateInvitation(long) - Method in class com.objectplanet.survey.plugin.api.Survey
Updates the invitation in the storage.
updateInvitee(long, String, String) - Method in class com.objectplanet.survey.plugin.api.Invitation
Update invitee
updateQuestion(int) - Method in class com.objectplanet.survey.plugin.api.Survey
Updates a question in the storage.
updateSurvey(User, long) - Static method in class com.objectplanet.survey.plugin.api.SurveyManager
Updates a survey in the storage.
updateUser(User) - Static method in class com.objectplanet.survey.plugin.api.UserManager
Update user information.
User - class com.objectplanet.survey.plugin.api.User.
Represent a survey system user.
User(User) - Constructor for class com.objectplanet.survey.plugin.api.User
Constructor for the User object
UserDeletedEvent - class com.objectplanet.survey.plugin.event.UserDeletedEvent.
Represents an event that is fired when a user is deleted.
UserDeletedEvent(IPBComponent) - Constructor for class com.objectplanet.survey.plugin.event.UserDeletedEvent
Creates a new event.
UserManager - class com.objectplanet.survey.plugin.api.UserManager.
Manage survey system users.
UserManager() - Constructor for class com.objectplanet.survey.plugin.api.UserManager
 

V

validate(Response) - Method in class com.objectplanet.survey.plugin.api.Question
Validates a response.
VALIDATION_TYPE_CLIENT - Static variable in class com.objectplanet.survey.plugin.api.Survey
Client side responses validation
VALIDATION_TYPE_SERVER - Static variable in class com.objectplanet.survey.plugin.api.Survey
Server side responses validation
ValidatorType - class com.objectplanet.survey.plugin.api.ValidatorType.
Constants for validator types.
veto() - Method in class com.objectplanet.survey.plugin.event.PluginBusEvent
Vetoes this event.
veto() - Method in class com.objectplanet.survey.plugin.event.PluginBusEvent.NonVetoable
Disallows this event from being vetoed.

A C D E F G H I K L M N P Q R S T U V
Copyright © ObjectPlanet Inc. All Rights Reserved.

Built on May 7 2003