Deprecated Methods |
com.objectplanet.survey.plugin.api.Question.addEssayFieldCheckbox(int)
Use addIntextCheckbox(int posInQuestionText, String intextName). |
com.objectplanet.survey.plugin.api.Question.addEssayFieldDecimal(int, int, String)
Use addIntextDecimal(int posInQuestionText, String intextName, int fieldSize,
String errorMsg). |
com.objectplanet.survey.plugin.api.Question.addEssayFieldDropdown(int, String, String, boolean)
Use addIntextDropdown(int posInQuestionText, String intextName, String label,
String items, boolean sortOn). |
com.objectplanet.survey.plugin.api.Question.addEssayFieldInteger(int, int, String)
Use addIntextInteger(int posInQuestionText, String intextName, int fieldSize,
String errorMsg). |
com.objectplanet.survey.plugin.api.Question.addEssayFieldText(int, int)
Use addEssayFieldText(int posInQuestionText, String intextName, int fieldSize). |
com.objectplanet.survey.plugin.PluginBusSurvey.addToBus(IPBComponent, long)
|
com.objectplanet.survey.plugin.api.Question.deleteEssayField(int)
use deleteIntext(intextIndex) |
com.objectplanet.survey.plugin.api.Response.deleteEssayResponse(int)
use deleteIntextResponse(int intextIndex) |
com.objectplanet.survey.plugin.api.Question.deleteValidator(int, int)
use deleteValidator(int type, String intextTagId) |
com.objectplanet.survey.plugin.PluginBusSurvey.getComponents(long)
|
com.objectplanet.survey.plugin.Plugin.getErrorMsg()
from version 6.0 The ProcessResult object is used instead of error message. |
com.objectplanet.survey.plugin.api.Question.getEssayFieldCount()
use getIntextCount() |
com.objectplanet.survey.plugin.api.Question.getEssayFieldDropdownItems(int)
use getIntextDropdownItems(intextIndex) |
com.objectplanet.survey.plugin.api.Question.getEssayFieldDropdownLabel(int)
use getIntextDropdownLabel(int intextIndex) |
com.objectplanet.survey.plugin.api.Question.getEssayFieldDropdownSortOn(int)
use getIntextDropdownSortOn(int intextIntext); |
com.objectplanet.survey.plugin.api.Question.getEssayFieldSize(int)
use getIntextSize(int intextIndex) |
com.objectplanet.survey.plugin.api.Question.getEssayFieldType(int)
use getIntextType(int intextIndex) |
com.objectplanet.survey.plugin.api.HtmlUtils.getEssayInputName(int, int)
use getIntextName((int qNo, int index) |
com.objectplanet.survey.plugin.api.Response.getEssayResponse(int, int)
use getIntextResponse(int intextIndex, int intextType) |
com.objectplanet.survey.plugin.Plugin.getSetupHTML()
from version 6.0 Use getSetupHTML(HashMap resources) NOTE that <form>
element and pluginName hidden field must be removed. |
com.objectplanet.survey.plugin.api.Survey.getSurveyPageByQuestionNo(int)
This method is deprecated. Use getSurveySectionByQuestionNo() instead. |
com.objectplanet.survey.plugin.api.Survey.getSurveyPageCount()
This method is deprecated. Use getSurveySectionCount() instead. |
com.objectplanet.survey.plugin.api.Survey.getSurveyPageCustomAttribute(int, String)
This method is deprecated. Use SurveySection.getCustomAttribute() instead, after
getting the SurveySection from Survey. |
com.objectplanet.survey.plugin.api.Survey.getSurveyPageFirstQuestion(int)
This method is deprecated. Use SurveySection.getFromQuestion() instead, after
getting the SurveySection from Survey. |
com.objectplanet.survey.plugin.api.Survey.getSurveyPageLastQuestion(int)
This method is deprecated. Use SurveySection.getToQuestion() instead, after
getting the SurveySection from Survey. |
com.objectplanet.survey.plugin.api.Question.getValidatorErrorMessage(int, int)
getValidatorErrorMessage(int, String) |
com.objectplanet.survey.plugin.api.Question.getValidatorParameter(int, int)
use getValidatorParameter(int type, String intextTagId) |
com.objectplanet.survey.plugin.api.Invitation.hasBusinessObject()
The Invitation class has no longer reference to the business object. All data is
cached in this class |
com.objectplanet.survey.plugin.api.Question.isValidatorOn(int, int)
use isValidatorOn(int type, String intextTagId) |
com.objectplanet.survey.plugin.api.Invitation.keepBusinessObject()
This method has no longer any effect on performance. The Invitation class has no
longer reference to the business object. All data is cached in this class |
com.objectplanet.survey.plugin.api.PluginUtil.log(String, int)
This log method is no longer used. Will not log to any file! Use log.debug(),
log.info(), log.warn(), log.error(), log.fatal() instead. |
com.objectplanet.survey.plugin.api.PluginUtil.log(Throwable)
This log method is no longer used. Will not log to any file! Use log.debug(),
log.info(), log.warn(), log.error(), log.fatal() instead. |
com.objectplanet.survey.plugin.Plugin.processSetup(Map)
from version 6.0 Use processSetupHTML(HashMap resources) |
com.objectplanet.survey.plugin.api.Invitation.releaseBusinessObject()
the Invitation class has no longer reference to the business object. All data is
cached in this class |
com.objectplanet.survey.plugin.PluginBusSurvey.removeFromBus(IPBComponent, long)
|
com.objectplanet.survey.plugin.PluginBus.send(PluginBusEvent)
|
com.objectplanet.survey.plugin.PluginBusSurvey.send(PluginBusEvent, long)
|
com.objectplanet.survey.plugin.api.Survey.setCSS_URL(String)
This log method is no longer used. Use setMainCSS() instead. |
com.objectplanet.survey.plugin.Plugin.setErrorMsg(String)
from version 6.0 The ProcessResult object is used instead of error message. |
com.objectplanet.survey.plugin.api.Response.setEssayResponse(int, int, String)
use setIntextResponse(int intextIndex, int intextType, String answer) |
com.objectplanet.survey.plugin.api.Survey.setSurveyPages(int[])
use setSurveySections(); |
com.objectplanet.survey.plugin.api.Question.setValidator(int, String, String, int)
Use setValidator(int type, String errorMessage, String parameter, String
intextTagId) |