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

A

ANONYMITY_FULL - Static variable in class com.objectplanet.survey.plugin.api.Survey
Full response anonymity in invitations.
ANONYMITY_OFF - Static variable in class com.objectplanet.survey.plugin.api.Survey
No response anonymity in invitations.
ANONYMITY_PARTLY - Static variable in class com.objectplanet.survey.plugin.api.Survey
Partly response anonymity in invitations.
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).
AbandonedSurveyEvent - class com.objectplanet.survey.event.events.AbandonedSurveyEvent.
Event for adandoned surveys.
AbandonedSurveyEvent(IEventListener) - Constructor for class com.objectplanet.survey.event.events.AbandonedSurveyEvent
Creates a new event.
AdminEvent - class com.objectplanet.survey.event.events.AdminEvent.
Represents an event that is fired when an admin operation was performed.
AdminEvent(IEventListener) - Constructor for class com.objectplanet.survey.event.events.AdminEvent
Creates a new event.
AdminEvent - class com.objectplanet.survey.plugin.event.AdminEvent.
Deprecated.  
AdminEvent(IPBComponent) - Constructor for class com.objectplanet.survey.plugin.event.AdminEvent
Deprecated. Creates a new event.
add(Object) - Method in class com.objectplanet.survey.event.ListenerArrayList
Adds an element at the end of the list
add(int, Object) - Method in class com.objectplanet.survey.event.ListenerArrayList
Adds an element at the specified position in the list
addAttachment(String, String) - Method in class com.objectplanet.survey.plugin.api.Email
Add attachment to the email
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
Deprecated. Use addIntextCheckbox(int posInQuestionText, String intextName).
addEssayFieldDecimal(int, int, String) - Method in class com.objectplanet.survey.plugin.api.Question
Deprecated. Use addIntextDecimal(int posInQuestionText, String intextName, int fieldSize, String errorMsg).
addEssayFieldDropdown(int, String, String, boolean) - Method in class com.objectplanet.survey.plugin.api.Question
Deprecated. Use addIntextDropdown(int posInQuestionText, String intextName, String label, String items, boolean sortOn).
addEssayFieldInteger(int, int, String) - Method in class com.objectplanet.survey.plugin.api.Question
Deprecated. Use addIntextInteger(int posInQuestionText, String intextName, int fieldSize, String errorMsg).
addEssayFieldText(int, int) - Method in class com.objectplanet.survey.plugin.api.Question
Deprecated. Use addEssayFieldText(int posInQuestionText, String intextName, int fieldSize).
addGroupMember(User, long, long) - Static method in class com.objectplanet.survey.plugin.api.UserManager
Add a new member to the user group.
addIntextCheckbox(int, String) - Method in class com.objectplanet.survey.plugin.api.Question
Adds an in-text element of type checkbox to the question.
addIntextDecimal(int, String, int, String) - Method in class com.objectplanet.survey.plugin.api.Question
Adds an in-text element of type numeric decimal to the question.
addIntextDropdown(int, String, String, String, boolean) - Method in class com.objectplanet.survey.plugin.api.Question
Adds an in-text element of type dropdown to the question.
addIntextInteger(int, String, int, String) - Method in class com.objectplanet.survey.plugin.api.Question
Adds an in-text element of type numeric integer to the question.
addIntextText(int, String, int) - Method in class com.objectplanet.survey.plugin.api.Question
Adds an in-text element of type text to the question.
addInvitation(String, String, String, String) - Method in class com.objectplanet.survey.plugin.api.Survey
Adds a new invitation to the survey.
addInvitation(User, long, Invitation) - Method in class com.objectplanet.survey.plugin.api.Survey
Adds a new invitation to the survey (persistent).
addInvitee(String, String, HashMap) - Method in class com.objectplanet.survey.plugin.api.Invitation
Adds new invitee to the invitation.
addInvitees(User, File, String) - Method in class com.objectplanet.survey.plugin.api.Invitation
Add invitees from the file.
addInviteesInThread(User, File, String) - Method in class com.objectplanet.survey.plugin.api.Invitation
Add invitees from the file.
addListener(IEventListener) - Method in class com.objectplanet.survey.event.EventBusManager
Adds a listener to the bus.
addListener(IEventListener, int) - Method in class com.objectplanet.survey.event.EventBusManager
Adds a listener to the bus.
addListener(IEventListener, int, int) - Method in class com.objectplanet.survey.event.EventBusManager
Adds a listener to the bus.
addListener(IEventListener, int, int, long) - Method in class com.objectplanet.survey.event.EventBusManager
Adds a listener to a specific bus and event type, and a particular resource.
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(String) - Method in class com.objectplanet.survey.plugin.api.QuestionMultiple
Adds an option to the end of the multiple choice question.
addOption(int, 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.
addOption(int, String, String, int, int) - Method in class com.objectplanet.survey.plugin.api.QuestionMultiple
Adds an option to the 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.
addQuestion(User, long, String) - Static method in class com.objectplanet.survey.plugin.api.XMLHandler
Creates a Question object from an XML string, and adds it 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.
addRecipient(String) - Method in class com.objectplanet.survey.plugin.api.Email
Add a recipient
addRespondent(long, int) - Static method in class com.objectplanet.survey.plugin.api.RespondentUtils
Adds a respondent with random answers to surveys of any structure, based on the respondentEmptyRate (one of the constants defined in this class)
addRespondents(long, int, int) - Static method in class com.objectplanet.survey.plugin.api.RespondentUtils
Adds N respondents with random answers to surveys of any structure
addToBus(IPBComponent) - Method in class com.objectplanet.survey.plugin.PluginBus
Deprecated. Adds a component to the bus.
addToBus(IPBComponent) - Static method in class com.objectplanet.survey.plugin.PluginBusAdmin
Deprecated. Adds a component to the bus.
addToBus(IPBComponent, long) - Static method in class com.objectplanet.survey.plugin.PluginBusSurvey
Deprecated.  
availableForReport(long, long) - Method in interface com.objectplanet.survey.plugin.interfaces.IReportElement
Returns true if report type is available for the specified survey/report.
availableForSurvey(long) - Method in interface com.objectplanet.survey.plugin.interfaces.IReport
Returns true if report is available for a survey

B

BUS_TYPE_INVITATION - Static variable in class com.objectplanet.survey.event.EventBusManager
Event type for invitation events.
BUS_TYPE_PANEL - Static variable in class com.objectplanet.survey.event.EventBusManager
Event type for system admin events.
BUS_TYPE_REPORT - Static variable in class com.objectplanet.survey.event.EventBusManager
Event type for report events.
BUS_TYPE_SURVEY - Static variable in class com.objectplanet.survey.event.EventBusManager
Event type for Survey events.
BUS_TYPE_SURVEY_MANAGEMENT - Static variable in class com.objectplanet.survey.event.EventBusManager
Event type for survey management events.
BUS_TYPE_SYSTEM_ADMIN - Static variable in class com.objectplanet.survey.event.EventBusManager
Event type for system admin events.
BUS_TYPE_USER - Static variable in class com.objectplanet.survey.event.EventBusManager
Event type for user administration events.
BranchConditionDeletedEvent - class com.objectplanet.survey.event.events.BranchConditionDeletedEvent.
Represents an event that is fired when a new branch condition is created.
BranchConditionDeletedEvent(IEventListener) - Constructor for class com.objectplanet.survey.event.events.BranchConditionDeletedEvent
Creates a new event.

C

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
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
CUSTOM_VALIDATOR_QUESTION - Static variable in interface com.objectplanet.survey.plugin.interfaces.IPluginValidator
Validator type: Custom validator for question
ConnectionPool - class com.objectplanet.survey.plugin.api.ConnectionPool.
Used to get database connection from the pool.
ConnectionPool() - Constructor for class com.objectplanet.survey.plugin.api.ConnectionPool
 
Constants - class com.objectplanet.survey.plugin.api.Constants.
Constants class for the plugin API.
Constants() - Constructor for class com.objectplanet.survey.plugin.api.Constants
 
canValidate(int) - Method in interface com.objectplanet.survey.plugin.interfaces.IPluginValidator
Returns whether the plugin can validate the type of validation, or not
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.)
checkLogin(long, HashMap) - Method in interface com.objectplanet.survey.plugin.interfaces.ISurveyLogin
Validates the login.
checkPassword(String) - Method in class com.objectplanet.survey.plugin.api.User
Compare entered password with the user password.
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.event - package com.objectplanet.survey.event
 
com.objectplanet.survey.event.events - package com.objectplanet.survey.event.events
 
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
 
com.objectplanet.survey.plugin.interfaces - package com.objectplanet.survey.plugin.interfaces
 
com.objectplanet.survey.plugin.interfaces.menu - package com.objectplanet.survey.plugin.interfaces.menu
 
compareTo(Object) - Method in class com.objectplanet.survey.event.EventListenerListNode
Implementation of the Comparable interface.
containsQuestion(int) - Method in class com.objectplanet.survey.plugin.api.SurveySection
Returns true if question with specified question number is on the page.
createFolder(User, long, String, String) - Static method in class com.objectplanet.survey.plugin.api.SurveyManager
Creates a folder.
createInviteeList(User, InviteeList) - Static method in class com.objectplanet.survey.plugin.api.ResourceManager
Creates a new reusable invitee list in the storage.
createMessage(String, String, String, String, String) - Method in class com.objectplanet.survey.plugin.api.Email
Create an email message
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.
createSurvey(User, String, long) - Static method in class com.objectplanet.survey.plugin.api.XMLHandler
Creates a survey object from an XML string, stores it in the database, and puts the survey in a folder.
createUser(User, String, String, String, String) - Static method in class com.objectplanet.survey.plugin.api.UserManager
Creates a new user
createUserGroup(User, String, String) - Static method in class com.objectplanet.survey.plugin.api.UserManager
Creates a new user group

D

DECIMAL - Static variable in class com.objectplanet.survey.plugin.api.QuestionNumeric
Numeric type decimal is allowed for response input
DEFAULT_SETUP_HTML - Static variable in class com.objectplanet.survey.plugin.Plugin
Deprecated. Will be made private when getSetupHTML() is removed
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
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.
DisplayQuestionEvent - class com.objectplanet.survey.event.events.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(IEventListener) - Constructor for class com.objectplanet.survey.event.events.DisplayQuestionEvent
Creates a new event.
DisplayQuestionEvent - class com.objectplanet.survey.plugin.event.DisplayQuestionEvent.
Deprecated.  
DisplayQuestionEvent(IPBComponent) - Constructor for class com.objectplanet.survey.plugin.event.DisplayQuestionEvent
Deprecated. Creates a new event.
debug(String) - Static method in class com.objectplanet.survey.plugin.api.PluginUtil
log statements with level = debug
deleteAddQuestionLibraryPermission(User, long) - Static method in class com.objectplanet.survey.plugin.api.UserManager
Deny permission to create question libraries for a user with id userId.
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
Deprecated. use deleteIntext(intextIndex)
deleteEssayResponse(int) - Method in class com.objectplanet.survey.plugin.api.Response
Deprecated. use deleteIntextResponse(int intextIndex)
deleteFolder(User, long) - Static method in class com.objectplanet.survey.plugin.api.SurveyManager
Delete a folder by id.
deleteFolderPermission(User, long, long, int) - Static method in class com.objectplanet.survey.plugin.api.UserManager
Deny folder permission to a user with id userId.
deleteGroupMember(User, long, long) - Static method in class com.objectplanet.survey.plugin.api.UserManager
Deletes a member from the group.
deleteIncompleteRespondents(User, long) - Static method in class com.objectplanet.survey.plugin.api.SurveyManager
Removes all incomplete respondents for the survey permanently.
deleteIntext(int) - Method in class com.objectplanet.survey.plugin.api.Question
Delete in-text element from the question.
deleteIntextResponse(int) - Method in class com.objectplanet.survey.plugin.api.Response
Deletes response to the in-text element.
deleteInvitation(long) - Method in class com.objectplanet.survey.plugin.api.Survey
Deletes an invitation.
deleteInviteeList(User, long) - Static method in class com.objectplanet.survey.plugin.api.ResourceManager
Delete an invitee list.
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.
deleteRespondentFromCache(User, long, long) - Static method in class com.objectplanet.survey.plugin.api.SurveyManager
Removes a respondent from cache.
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.
deleteSurveyPageCustomAttribute(int, String) - Method in class com.objectplanet.survey.plugin.api.Survey
Deleted a survey page custom attribute.
deleteSurveyPermission(User, long, long, int) - Static method in class com.objectplanet.survey.plugin.api.UserManager
Deny survey permission to a user with id userId.
deleteUser(User, String) - Static method in class com.objectplanet.survey.plugin.api.UserManager
Deletes a user by login name
deleteUserGroup(User, long) - Static method in class com.objectplanet.survey.plugin.api.UserManager
Deletes a user group
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
Deprecated. use deleteValidator(int type, String intextTagId)
deleteValidator(int, String) - Method in class com.objectplanet.survey.plugin.api.Question
Delete in-text element validator.
deleteValidator(int, int, int) - Method in class com.objectplanet.survey.plugin.api.Question
Delete matrix cell validator.

E

ESSAYFIELD_LENGTH - Static variable in class com.objectplanet.survey.plugin.api.Question
Essay field total length
ESSAY_FIELD_CHECKBOX - Static variable in class com.objectplanet.survey.plugin.api.Question
Checkbox in-text field type
ESSAY_FIELD_DROPDOWN - Static variable in class com.objectplanet.survey.plugin.api.Question
Dropdown in-text field type
ESSAY_FIELD_DROPDOWN_REQUIRED - Static variable in class com.objectplanet.survey.plugin.api.ValidatorType
Deprecated. use INTEXT_DROPDOWN_REQUIRED
ESSAY_FIELD_NUMERIC_DEC - Static variable in class com.objectplanet.survey.plugin.api.Question
Numeric decimal in-text field type
ESSAY_FIELD_NUMERIC_INT - Static variable in class com.objectplanet.survey.plugin.api.Question
Numeric integer in-text field type
ESSAY_FIELD_NUMERIC_IS_NUMBER - Static variable in class com.objectplanet.survey.plugin.api.ValidatorType
Deprecated. use INTEXT_NUMERIC_IS_NUMBER
ESSAY_FIELD_NUMERIC_MAXIMUM_VALUE - Static variable in class com.objectplanet.survey.plugin.api.ValidatorType
Deprecated. use INTEXT_NUMERIC_MAXIMUM_VALUE
ESSAY_FIELD_NUMERIC_MINIMUM_VALUE - Static variable in class com.objectplanet.survey.plugin.api.ValidatorType
Deprecated. use INTEXT_NUMERIC_MINIMUM_VALUE
ESSAY_FIELD_NUMERIC_REQUIRED - Static variable in class com.objectplanet.survey.plugin.api.ValidatorType
Deprecated. use INTEXT_NUMERIC_REQUIRED
ESSAY_FIELD_TEXT - Static variable in class com.objectplanet.survey.plugin.api.Question
Text input in-text field type
ESSAY_FIELD_TEXT_DATE - Static variable in class com.objectplanet.survey.plugin.api.ValidatorType
Deprecated. use INTEXT_TEXT_DATE
ESSAY_FIELD_TEXT_EMAIL - Static variable in class com.objectplanet.survey.plugin.api.ValidatorType
Deprecated. use INTEXT_TEXT_EMAIL
ESSAY_FIELD_TEXT_MAXIMUM_LENGTH - Static variable in class com.objectplanet.survey.plugin.api.ValidatorType
Deprecated. use INTEXT_TEXT_MAXIMUM_LENGTH
ESSAY_FIELD_TEXT_MINIMUM_LENGTH - Static variable in class com.objectplanet.survey.plugin.api.ValidatorType
Deprecated. use INTEXT_TEXT_MINIMUM_LENGTH
ESSAY_FIELD_TEXT_MUST_CONTAIN - Static variable in class com.objectplanet.survey.plugin.api.ValidatorType
Deprecated. use INTEXT_TEXT_MUST_CONTAIN
ESSAY_FIELD_TEXT_REGEXP - Static variable in class com.objectplanet.survey.plugin.api.ValidatorType
Deprecated. use INTEXT_TEXT_REGEXP
ESSAY_FIELD_TEXT_REQUIRED - Static variable in class com.objectplanet.survey.plugin.api.ValidatorType
Deprecated. use INTEXT_TEXT_REQUIRED
EVENT_TYPE_ABANDONED_SURVEY_EVENT - Static variable in class com.objectplanet.survey.event.EventBusManager
 
EVENT_TYPE_ALL - Static variable in class com.objectplanet.survey.event.EventBusManager
 
EVENT_TYPE_BRANCH_CONDITION_DELETED - Static variable in class com.objectplanet.survey.event.EventBusManager
 
EVENT_TYPE_DISPLAY_QUESTION - Static variable in class com.objectplanet.survey.event.EventBusManager
 
EVENT_TYPE_IMPORTED_SURVEY - Static variable in class com.objectplanet.survey.event.EventBusManager
 
EVENT_TYPE_INVITATION_PANELIST_INVITED - Static variable in class com.objectplanet.survey.event.EventBusManager
 
EVENT_TYPE_INVITATION_PRE_DELETE - Static variable in class com.objectplanet.survey.event.EventBusManager
 
EVENT_TYPE_INVITATION_PRE_INVITEE_DELETE - Static variable in class com.objectplanet.survey.event.EventBusManager
 
EVENT_TYPE_INVITATION_PRE_INVITEE_DELETE_ALL - Static variable in class com.objectplanet.survey.event.EventBusManager
 
EVENT_TYPE_INVITATION_TASK_COMPLETE - Static variable in class com.objectplanet.survey.event.EventBusManager
 
EVENT_TYPE_INVITEE_IMPORT - Static variable in class com.objectplanet.survey.event.EventBusManager
 
EVENT_TYPE_LICENSES_SAVED - Static variable in class com.objectplanet.survey.event.EventBusManager
 
EVENT_TYPE_LOAD_SURVEY - Static variable in class com.objectplanet.survey.event.EventBusManager
 
EVENT_TYPE_NEW_BRANCH_CONDITION - Static variable in class com.objectplanet.survey.event.EventBusManager
 
EVENT_TYPE_NEW_LIVE_RESPONDENT - Static variable in class com.objectplanet.survey.event.EventBusManager
 
EVENT_TYPE_NEW_QUESTION - Static variable in class com.objectplanet.survey.event.EventBusManager
 
EVENT_TYPE_NEW_REPORT - Static variable in class com.objectplanet.survey.event.EventBusManager
 
EVENT_TYPE_NEW_RESPONDENT - Static variable in class com.objectplanet.survey.event.EventBusManager
 
EVENT_TYPE_NEW_SIGNUP_SURVEY - Static variable in class com.objectplanet.survey.event.EventBusManager
 
EVENT_TYPE_NEW_SURVEY - Static variable in class com.objectplanet.survey.event.EventBusManager
 
EVENT_TYPE_NEW_SURVEY_FOLDER - Static variable in class com.objectplanet.survey.event.EventBusManager
 
EVENT_TYPE_NEW_TRANSLATED_SURVEY - Static variable in class com.objectplanet.survey.event.EventBusManager
 
EVENT_TYPE_NEW_USER - Static variable in class com.objectplanet.survey.event.EventBusManager
 
EVENT_TYPE_POLL_IMPRESSION - Static variable in class com.objectplanet.survey.event.EventBusManager
 
EVENT_TYPE_POST_DELETE_PANELISTS - Static variable in class com.objectplanet.survey.event.EventBusManager
 
EVENT_TYPE_POST_DELETE_RESPONDENTS - Static variable in class com.objectplanet.survey.event.EventBusManager
 
EVENT_TYPE_PRE_DELETE_RESPONDENTS - Static variable in class com.objectplanet.survey.event.EventBusManager
 
EVENT_TYPE_PRE_SIGNUP_SURVEY_DELETE - Static variable in class com.objectplanet.survey.event.EventBusManager
 
EVENT_TYPE_PRE_SURVEY_DELETE - Static variable in class com.objectplanet.survey.event.EventBusManager
 
EVENT_TYPE_PRE_SURVEY_FOLDER_DELETE - Static variable in class com.objectplanet.survey.event.EventBusManager
 
EVENT_TYPE_PRE_SURVEY_PAGE - Static variable in class com.objectplanet.survey.event.EventBusManager
 
EVENT_TYPE_PRE_USER_DELETE - Static variable in class com.objectplanet.survey.event.EventBusManager
 
EVENT_TYPE_QUESTION_DELETED - Static variable in class com.objectplanet.survey.event.EventBusManager
 
EVENT_TYPE_REPORT_DELETED - Static variable in class com.objectplanet.survey.event.EventBusManager
 
EVENT_TYPE_RESPONDENTS_EXPORTED - Static variable in class com.objectplanet.survey.event.EventBusManager
 
EVENT_TYPE_RESPONDENT_COMPLETE - Static variable in class com.objectplanet.survey.event.EventBusManager
 
EVENT_TYPE_RESPONDENT_DATA_FOUND - Static variable in class com.objectplanet.survey.event.EventBusManager
 
EVENT_TYPE_RESPONDENT_STORE - Static variable in class com.objectplanet.survey.event.EventBusManager
 
EVENT_TYPE_RESPONSE - Static variable in class com.objectplanet.survey.event.EventBusManager
 
EVENT_TYPE_SURVEY_BEHAVIOR_UPDATED - Static variable in class com.objectplanet.survey.event.EventBusManager
 
EVENT_TYPE_SURVEY_DELETED - Static variable in class com.objectplanet.survey.event.EventBusManager
 
EVENT_TYPE_SURVEY_FOLDER_DELETED - Static variable in class com.objectplanet.survey.event.EventBusManager
 
EVENT_TYPE_SURVEY_SAVE - Static variable in class com.objectplanet.survey.event.EventBusManager
 
EVENT_TYPE_SURVEY_UPDATED - Static variable in class com.objectplanet.survey.event.EventBusManager
 
EVENT_TYPE_SYSTEM_INFO_SAVED - Static variable in class com.objectplanet.survey.event.EventBusManager
 
EVENT_TYPE_TRANSIENT_RESPONDENT_COMPLETE - Static variable in class com.objectplanet.survey.event.EventBusManager
 
EVENT_TYPE_TRANSLATED_SURVEY_DELETED - Static variable in class com.objectplanet.survey.event.EventBusManager
 
EVENT_TYPE_USER_DELETED - Static variable in class com.objectplanet.survey.event.EventBusManager
 
EVENT_TYPE_USER_UPDATE - Static variable in class com.objectplanet.survey.event.EventBusManager
 
Email - class com.objectplanet.survey.plugin.api.Email.
Object that represents an email.
Email(String, String, String, String, String, String) - Constructor for class com.objectplanet.survey.plugin.api.Email
Constructor for the email to one recipient
EmailCreationException - exception com.objectplanet.survey.plugin.api.EmailCreationException.
 
EmailCreationException() - Constructor for class com.objectplanet.survey.plugin.api.EmailCreationException
Default constructor
EmailCreationException(String) - Constructor for class com.objectplanet.survey.plugin.api.EmailCreationException
Constructor which takes a describing string as parameter
Event - class com.objectplanet.survey.event.Event.
The base class of all EventBus events.
Event(IEventListener) - Constructor for class com.objectplanet.survey.event.Event
Creates a new BusEvent.
Event.NonVetoable - class com.objectplanet.survey.event.Event.NonVetoable.
An BusEvent implementation that cannot be vetoed.
Event.NonVetoable(IEventListener) - Constructor for class com.objectplanet.survey.event.Event.NonVetoable
Creates a new non-vetoable BusEvent.
EventBus - class com.objectplanet.survey.event.EventBus.
The EventBus is the global event notification mechanism.
EventBusListNode - class com.objectplanet.survey.event.EventBusListNode.
Event bus event type node.
EventBusListNode() - Constructor for class com.objectplanet.survey.event.EventBusListNode
 
EventBusManager - class com.objectplanet.survey.event.EventBusManager.
The EventBus is the global event notification mechanism.
EventListenerListNode - class com.objectplanet.survey.event.EventListenerListNode.
Class that is used in the list of Listeners.
EventListenerListNode() - Constructor for class com.objectplanet.survey.event.EventListenerListNode
 
EventUtils - class com.objectplanet.survey.event.EventUtils.
Utility methods for the Event classes
EventUtils() - Constructor for class com.objectplanet.survey.event.EventUtils
 
ensureListSize(int) - Method in class com.objectplanet.survey.event.ListenerArrayList
Make sure the list is at least the specified size.
error(String) - Static method in class com.objectplanet.survey.plugin.api.PluginUtil
log statements with level <= error

F

Folder - class com.objectplanet.survey.plugin.api.Folder.
ATTENTION: This class is a facade for the system business Folder.
fatal(String) - Static method in class com.objectplanet.survey.plugin.api.PluginUtil
log statements with level = fatal

G

get(int) - Method in class com.objectplanet.survey.event.ListenerArrayList
Gets an object in the list, at the specified position
getAdvancedHTML(HashMap) - Method in interface com.objectplanet.survey.plugin.interfaces.IPluginValidator
Returns the advanced HTML setup to be placed in a popup window when user click on link in the question edit screen.
getAnswerRotation() - Method in class com.objectplanet.survey.plugin.api.Question
Gets the answer rotation attribute
getAttribute(String) - Method in class com.objectplanet.survey.plugin.api.Invitee
Gets the value for a invitee attribute.
getAttribute(String) - Method in class com.objectplanet.survey.plugin.api.Respondent
Gets the value for a respondent attribute.
getAttribute(String) - Method in class com.objectplanet.survey.plugin.api.Survey
Gets an attribute of the Survey object
getAttribute(String) - Method in class com.objectplanet.survey.plugin.api.User
Gets an attribute of the User object
getAttributes() - Method in class com.objectplanet.survey.plugin.api.Invitee
Gets all the invitee attributes.
getAttributes() - Method in class com.objectplanet.survey.plugin.api.Respondent
Gets all the respondent attributes.
getAttributesExist() - Method in class com.objectplanet.survey.plugin.api.Respondent
Returns true if one or more attributes exist for this respondent.
getAuthenticationType() - Method in class com.objectplanet.survey.plugin.api.Survey
Gets the authentication type.
getBackButtonImage() - Method in class com.objectplanet.survey.plugin.api.Survey
Gets the back button image.
getBackButtonOn() - Method in class com.objectplanet.survey.plugin.api.Survey
Gets the back button.
getBackButtonText() - Method in class com.objectplanet.survey.plugin.api.Survey
Gets the back button text.
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.
getBlocked() - Method in class com.objectplanet.survey.plugin.api.Respondent
Get the flag that determines if the respondent is to be blocked from continuing the survey.
getBranchConditionName() - Method in class com.objectplanet.survey.event.events.BranchConditionDeletedEvent
 
getBranchConditionName() - Method in class com.objectplanet.survey.event.events.NewBranchConditionEvent
 
getBranchCount() - Method in class com.objectplanet.survey.plugin.api.Survey
Gets the branch condition count
getCSS_URL() - Method in class com.objectplanet.survey.plugin.api.Survey
Gets the survey CSS.
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
getCharacterEncoding() - Static method in class com.objectplanet.survey.plugin.api.PluginUtil
Gets the system character encoding (from setup screen)
getClassLoader() - Method in class com.objectplanet.survey.plugin.Plugin.JAR
Gets the classLoader
getClassName() - Method in class com.objectplanet.survey.plugin.Plugin.Broken
Gets the className attribute of the Broken object
getClassName() - Method in class com.objectplanet.survey.plugin.Plugin
Returns the plugin's class name.
getColumnCount() - Method in class com.objectplanet.survey.plugin.api.QuestionMatrix
Gets the number of matrix columns
getColumnCount() - Method in class com.objectplanet.survey.plugin.api.QuestionMultiple
Gets the number of columns
getColumnCount() - Method in class com.objectplanet.survey.plugin.api.Survey
Gets the number of columns in the survey.
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 responses for this survey.
getComponents() - Method in class com.objectplanet.survey.plugin.PluginBus
Deprecated. Returns an array of all components connected to the bus.
getComponents() - Static method in class com.objectplanet.survey.plugin.PluginBusAdmin
Deprecated. Returns an array of all components connected to the bus.
getComponents(long) - Static method in class com.objectplanet.survey.plugin.PluginBusSurvey
Deprecated.  
getConditionIndex() - Method in class com.objectplanet.survey.event.events.BranchConditionDeletedEvent
 
getConditionIndex() - Method in class com.objectplanet.survey.event.events.NewBranchConditionEvent
 
getConnection() - Static method in class com.objectplanet.survey.plugin.api.ConnectionPool
Gets the database connection
getContentType() - Method in class com.objectplanet.survey.plugin.api.Invitation
Sets the content type for the message.
getContentType(InputStream) - Method in interface com.objectplanet.survey.plugin.interfaces.IFileTypeDetector
Get content type for the input stream.
getCreatedDate() - Method in class com.objectplanet.survey.plugin.api.Survey
Gets the created date
getCreationType() - Method in class com.objectplanet.survey.event.events.LoadSurveyEvent
Sets the creation type attribute.
getCreationType() - Method in class com.objectplanet.survey.event.events.NewSurveyEvent
Sets the creation type attribute.
getCurrentResponse() - Method in class com.objectplanet.survey.plugin.api.Respondent
Gets the current response.
getCustomAttribute(String) - Method in class com.objectplanet.survey.plugin.api.SurveySection
Gets the specified custom attribute value from the section
getCustomAttributes() - Method in class com.objectplanet.survey.plugin.api.SurveySection
Gets the custom attributes set for the section
getCustomId() - Method in class com.objectplanet.survey.plugin.api.Question
Gets the customId of the Question object.
getCustomId() - Method in class com.objectplanet.survey.plugin.api.Survey
Gets the custom survey id.
getDaysUntilExpiration() - Static method in class com.objectplanet.survey.plugin.api.PluginUtil
Return days until expirations for the current license.
getDefaultFolderId() - Method in class com.objectplanet.survey.plugin.api.User
Gets the default folder id
getDeletedUserEmail() - Method in class com.objectplanet.survey.event.events.UserDeletedEvent
Gets the deleted user email
getDeletedUserEmail() - Method in class com.objectplanet.survey.plugin.event.UserDeletedEvent
Deprecated. Gets the deleted user email
getDeletedUserId() - Method in class com.objectplanet.survey.event.events.PreUserDeleteEvent
Gets the deleted user id
getDeletedUserId() - Method in class com.objectplanet.survey.event.events.UserDeletedEvent
Gets the deleted user id
getDeletedUserId() - Method in class com.objectplanet.survey.plugin.event.PreUserDeleteEvent
Deprecated. Gets the deleted user id
getDeletedUserId() - Method in class com.objectplanet.survey.plugin.event.UserDeletedEvent
Deprecated. Gets the deleted user id
getDeletedUserLogin() - Method in class com.objectplanet.survey.event.events.UserDeletedEvent
Gets the deleted user login
getDeletedUserLogin() - Method in class com.objectplanet.survey.plugin.event.UserDeletedEvent
Deprecated. Gets the deleted user login
getDeletedUserMemo() - Method in class com.objectplanet.survey.event.events.UserDeletedEvent
Gets the deleted user memo
getDeletedUserMemo() - Method in class com.objectplanet.survey.plugin.event.UserDeletedEvent
Deprecated. Gets the deleted user memo
getDeletedUserName() - Method in class com.objectplanet.survey.event.events.UserDeletedEvent
Gets the deleted user name
getDeletedUserName() - Method in class com.objectplanet.survey.plugin.event.UserDeletedEvent
Deprecated. Gets the deleted user name
getDeletionType() - Method in class com.objectplanet.survey.event.events.PostDeletePanelistsEvent
 
getDeletionType() - Method in class com.objectplanet.survey.event.events.PostDeleteRespondentsEvent
One of the constants defined in Constants
getDeletionType() - Method in class com.objectplanet.survey.event.events.PreDeleteRespondentsEvent
One of the constants defined in Constants
getDescription() - Method in class com.objectplanet.survey.plugin.api.Folder
Gets the description of the folder.
getDescription() - Method in class com.objectplanet.survey.plugin.api.UserGroup
Returns the user group description
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.
getDropdownInputName(int) - Static method in class com.objectplanet.survey.plugin.api.HtmlUtils
Gets the HTML input name for a dropdown input field for a question.
getEdition() - Static method in class com.objectplanet.survey.plugin.api.PluginUtil
 
getEditionName(String) - Static method in class com.objectplanet.survey.plugin.api.PluginUtil
Get the edition name of the current license
getElementType(long, long) - Method in interface com.objectplanet.survey.plugin.interfaces.IReportElement
Gets the report type name.
getEmail() - Method in class com.objectplanet.survey.plugin.api.User
Gets the email
getEmailObject() - Method in class com.objectplanet.survey.plugin.api.Email
Gets the save value
getEmailType() - Method in class com.objectplanet.survey.plugin.api.Email
Gets the email type
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 in-text element.
getErrorMessage(int, int) - Method in class com.objectplanet.survey.plugin.api.ResponseMatrix
Gets the error message for an matrix cell.
getErrorMessage(HashMap) - Method in interface com.objectplanet.survey.plugin.interfaces.IPluginValidator
Gets the errorMessage to show from the settings hashmap.
getErrorMsg() - Method in class com.objectplanet.survey.plugin.Plugin
Deprecated. from version 6.0 The ProcessResult object is used instead of error message.
getEssayFieldCount() - Method in class com.objectplanet.survey.plugin.api.Question
Deprecated. use getIntextCount()
getEssayFieldDropdownItems(int) - Method in class com.objectplanet.survey.plugin.api.Question
Deprecated. use getIntextDropdownItems(intextIndex)
getEssayFieldDropdownLabel(int) - Method in class com.objectplanet.survey.plugin.api.Question
Deprecated. use getIntextDropdownLabel(int intextIndex)
getEssayFieldDropdownSortOn(int) - Method in class com.objectplanet.survey.plugin.api.Question
Deprecated. use getIntextDropdownSortOn(int intextIntext);
getEssayFieldSize(int) - Method in class com.objectplanet.survey.plugin.api.Question
Deprecated. use getIntextSize(int intextIndex)
getEssayFieldType(int) - Method in class com.objectplanet.survey.plugin.api.Question
Deprecated. use getIntextType(int intextIndex)
getEssayInputName(int, int) - Static method in class com.objectplanet.survey.plugin.api.HtmlUtils
Deprecated. use getIntextName((int qNo, int index)
getEssayResponse(int, int) - Method in class com.objectplanet.survey.plugin.api.Response
Deprecated. use getIntextResponse(int intextIndex, int intextType)
getExportFileExtension() - Static method in class com.objectplanet.survey.plugin.api.PluginUtil
Gets the preferred file extension when exporting files.
getExportKeepFiles() - Static method in class com.objectplanet.survey.plugin.api.PluginUtil
Gets the preferred keep file property.