Deprecated API


Contents
Deprecated Interfaces
com.objectplanet.survey.plugin.IPBComponent
            
 

Deprecated Classes
com.objectplanet.survey.plugin.event.AdminEvent
            
com.objectplanet.survey.plugin.event.DisplayQuestionEvent
            
com.objectplanet.survey.plugin.event.NewRespondentEvent
            
com.objectplanet.survey.plugin.event.NewSurveyEvent
            
com.objectplanet.survey.plugin.event.NewUserEvent
            
com.objectplanet.survey.plugin.PluginBus
            
com.objectplanet.survey.plugin.PluginBusAdmin
            
com.objectplanet.survey.plugin.event.PluginBusEvent
            
com.objectplanet.survey.plugin.PluginBusSurvey
          @see com.objectplanet.survey.event package. 
com.objectplanet.survey.plugin.event.PreSurveyDeleteEvent
            
com.objectplanet.survey.plugin.event.PreSurveyPageEvent
            
com.objectplanet.survey.plugin.event.PreUserDeleteEvent
            
com.objectplanet.survey.plugin.event.RespondentCompleteEvent
            
com.objectplanet.survey.plugin.event.RespondentDataFoundEvent
            
com.objectplanet.survey.plugin.event.ResponseEvent
            
com.objectplanet.survey.plugin.event.SurveyDeletedEvent
            
com.objectplanet.survey.plugin.event.SurveyEvent
            
com.objectplanet.survey.plugin.event.SurveySaveEvent
            
com.objectplanet.survey.plugin.event.UserDeletedEvent
            
com.objectplanet.survey.plugin.event.UserUpdatedEvent
            
 

Deprecated Fields
com.objectplanet.survey.plugin.Plugin.DEFAULT_SETUP_HTML
          Will be made private when getSetupHTML() is removed 
com.objectplanet.survey.plugin.api.ValidatorType.ESSAY_FIELD_DROPDOWN_REQUIRED
          use INTEXT_DROPDOWN_REQUIRED 
com.objectplanet.survey.plugin.api.ValidatorType.ESSAY_FIELD_NUMERIC_IS_NUMBER
          use INTEXT_NUMERIC_IS_NUMBER 
com.objectplanet.survey.plugin.api.ValidatorType.ESSAY_FIELD_NUMERIC_MAXIMUM_VALUE
          use INTEXT_NUMERIC_MAXIMUM_VALUE 
com.objectplanet.survey.plugin.api.ValidatorType.ESSAY_FIELD_NUMERIC_MINIMUM_VALUE
          use INTEXT_NUMERIC_MINIMUM_VALUE 
com.objectplanet.survey.plugin.api.ValidatorType.ESSAY_FIELD_NUMERIC_REQUIRED
          use INTEXT_NUMERIC_REQUIRED 
com.objectplanet.survey.plugin.api.ValidatorType.ESSAY_FIELD_TEXT_DATE
          use INTEXT_TEXT_DATE 
com.objectplanet.survey.plugin.api.ValidatorType.ESSAY_FIELD_TEXT_EMAIL
          use INTEXT_TEXT_EMAIL 
com.objectplanet.survey.plugin.api.ValidatorType.ESSAY_FIELD_TEXT_MAXIMUM_LENGTH
          use INTEXT_TEXT_MAXIMUM_LENGTH 
com.objectplanet.survey.plugin.api.ValidatorType.ESSAY_FIELD_TEXT_MINIMUM_LENGTH
          use INTEXT_TEXT_MINIMUM_LENGTH 
com.objectplanet.survey.plugin.api.ValidatorType.ESSAY_FIELD_TEXT_MUST_CONTAIN
          use INTEXT_TEXT_MUST_CONTAIN 
com.objectplanet.survey.plugin.api.ValidatorType.ESSAY_FIELD_TEXT_REGEXP
          use INTEXT_TEXT_REGEXP 
com.objectplanet.survey.plugin.api.ValidatorType.ESSAY_FIELD_TEXT_REQUIRED
          use INTEXT_TEXT_REQUIRED 
com.objectplanet.survey.plugin.PluginConstants.RESOURCE_HTTP_RESPONCE
          Use RESOURCE_HTTP_RESPONSE. 
 

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) 
 


Copyright ? ObjectPlanet Inc. All Rights Reserved.

Built on December 20 2016