Deprecated API

Deprecated Classes
com.ideo.sweetdev.presentation.struts.tag.combobox.ComboBoxConstant
          This class is no more used. The ComboBoxTag do not store anymore parameters in the PageContext scope. 
com.ideo.sweetdev.presentation.service.error.ErrorHelper
          use ErrorHelper2 instead. 
com.ideo.sweetdev.presentation.service.error.ErrorHelperWeb
          use ErrorHelperWeb2 instead. 
com.ideo.sweetdev.presentation.service.error.ErrorService
          use ErrorService2 instead. 
com.ideo.sweetdev.presentation.struts.tag.table.data.TableDataBean
          use TableListDataBean which use List instead of ArrayList 
com.ideo.sweetdev.presentation.struts.tag.table.data.TableDataBeanNoMapping
          use TableListDataBeanNoMapping which use List instead of ArrayList 
 

Deprecated Interfaces
com.ideo.sweetdev.presentation.service.error.IErrorService
          use IErrorService2 instead. 
com.ideo.sweetdev.presentation.service.jurisdiction.IHabilitationConstants
          Use IJurisdictionConstants interface instead. 
com.ideo.sweetdev.core.log.ILogLevelInfo
          use method is[Level]Enable() instead, on a ILog instance where [level] is in list (Debug, Info, Warn, Error, Fatal). 
com.ideo.sweetdev.core.log.ILogManager
          Use ILog interface instead 
com.ideo.sweetdev.core.log.Log
          use ILog interface instead 
com.ideo.sweetdev.data.service.datacaller.proccaller.ProcCaller
          Use IProcCaller interface instead 
 

Deprecated Exceptions
com.ideo.sweetdev.core.exception.ChainedException
          Use TechnicalException or FunctionalException instead 
 

Deprecated Fields
com.ideo.sweetdev.core.controller.ControllerFactory.CONTROLLERS_MAPPING_FILE
          castor is not used anymore to load controllers 
com.ideo.sweetdev.presentation.struts.tag.combobox.ComboBoxConstant.CTX_CONTROL_NAME
            
com.ideo.sweetdev.presentation.struts.tag.combobox.ComboBoxConstant.CTX_NAME_OPTION
            
com.ideo.sweetdev.presentation.struts.tag.combobox.ComboBoxConstant.CTX_NAME_SELECT
            
com.ideo.sweetdev.presentation.struts.tag.combobox.ComboBoxConstant.CTX_ON_CHANGE
            
com.ideo.sweetdev.presentation.struts.tag.combobox.ComboBoxConstant.CTX_OPTION_PROPERTY
            
com.ideo.sweetdev.presentation.struts.tag.combobox.ComboBoxConstant.CTX_SELECT_PROPERTY
            
com.ideo.sweetdev.presentation.struts.tag.combobox.ComboBoxConstant.CTX_STYLE
            
com.ideo.sweetdev.presentation.struts.tag.combobox.ComboBoxConstant.CTX_STYLE_CONTEXT
            
com.ideo.sweetdev.presentation.struts.tag.combobox.ComboBoxConstant.CTX_STYLE_HTML
            
com.ideo.sweetdev.presentation.struts.tag.combobox.ComboBoxConstant.CTX_VALUE_PROPERTY
            
com.ideo.sweetdev.presentation.struts.tag.table.TableTag.filter
          not implemented, keep to maintain backward compatibility 
com.ideo.sweetdev.presentation.struts.constant.ISessionConstants.USERMANAGER_BEAN
          Use ISessionConstants.USER instead 
 

Deprecated Methods
com.ideo.sweetdev.presentation.struts.tag.filter.FilterEvent.applyFilterReturnsForward(Filter, HttpSession)
            
com.ideo.sweetdev.presentation.struts.tag.exportexcel.helper.ReportXlsHelper.applyReportExcelFormatter(ReportXlsBean, String)
          use ReportXlsHelper.applyReportExcelFormatter(ReportXlsBean, ExportExcelBean, HttpServletRequest) instead. 
com.ideo.sweetdev.core.log.LogHelper.beginMethod(String, String)
          Use the same method on an instance of ILog instead of calling this static method. 
com.ideo.sweetdev.data.service.datacaller.proccaller.ProcCaller.call()
          Use IProcCaller.executeUpdate method instead 
com.ideo.sweetdev.data.service.datacaller.querycaller.AbstractQueryCaller.call()
          use executeQuery method instead 
com.ideo.sweetdev.data.service.datacaller.querycaller.IQueryCaller.call()
          use executeQuery method instead 
com.ideo.sweetdev.data.service.datacaller.proccaller.ProcCaller.callMultiResults()
          Use IProcCaller.executeMultiQueries method instead 
com.ideo.sweetdev.data.service.datacaller.proccaller.ProcCaller.callResult()
          Use IProcCaller.executeQuery method instead 
com.ideo.sweetdev.data.service.datacaller.querycaller.AbstractQueryCaller.callResult()
          use executeQuery method instead 
com.ideo.sweetdev.data.service.datacaller.querycaller.IQueryCaller.callResult()
          use executeQuery method instead 
com.ideo.sweetdev.presentation.service.context.IContextService.clearTemporayContextValue()
          use clearTemporaryContextValue(); 
com.ideo.sweetdev.data.service.datasource.BufferResultSet.clone()
          Use SerializationUtils.clone(Object) instead (commons-lang) 
com.ideo.sweetdev.core.log.ILog.debug(String, String)
          use void debug(Object _message) instead 
com.ideo.sweetdev.core.log.LogHelper.debug(String, String)
          Use the same method on an instance of ILog instead of calling this static method. 
com.ideo.sweetdev.core.log.LogHelper.debug(String, Throwable)
          Use the same method on an instance of ILog instead of calling this static method. 
com.ideo.sweetdev.core.log.ILog.debug(String, Throwable, String)
          use void debug(Object _message, Throwable _e) instead 
com.ideo.sweetdev.core.log.LogHelper.debug(String, Throwable, String)
          Use the same method on an instance of ILog instead of calling this static method. 
com.ideo.sweetdev.presentation.struts.tag.checkboxtable.drawer.ICheckBoxTableDrawer.draw(PageContext)
          Use draw(CheckBoxTableTag _tag) method instead. 
com.ideo.sweetdev.presentation.struts.tag.page.drawer.IPageDrawer.draw(PageContext)
          use IPageDrawer.draw(PageTag) instead 
com.ideo.sweetdev.presentation.struts.tag.error.drawer.IErrorDrawer.drawError(PageContext, Collection)
          use IErrorDrawer.drawError(ErrorTag, Collection) instead 
com.ideo.sweetdev.presentation.struts.tag.exception.drawer.IExceptionDrawer.drawException(PageContext)
          use IExceptionDrawer.drawException(ExceptionTag) instead. 
com.ideo.sweetdev.presentation.struts.tag.combobox.drawer.IComboBoxDrawer.drawList(PageContext)
          use drawList(ComboBoxTag tag) instead. 
com.ideo.sweetdev.core.log.LogHelper.endMethod(String, String)
          Use the same method on an instance of ILog instead of calling this static method. 
com.ideo.sweetdev.core.log.ILog.error(String, String)
          use void error(Object _message) instead 
com.ideo.sweetdev.core.log.LogHelper.error(String, String)
          Use the same method on an instance of ILog instead of calling this static method. 
com.ideo.sweetdev.core.log.LogHelper.error(String, Throwable)
          Use the same method on an instance of ILog instead of calling this static method. 
com.ideo.sweetdev.core.log.ILog.error(String, Throwable, String)
          use void error(Object _message, Throwable _e) instead 
com.ideo.sweetdev.core.log.LogHelper.error(String, Throwable, String)
          Use the same method on an instance of ILog instead of calling this static method. 
com.ideo.sweetdev.core.log.ILog.fatal(String, String)
          use void fatal(Object _message) instead 
com.ideo.sweetdev.core.log.LogHelper.fatal(String, String)
          Use the same method on an instance of ILog instead of calling this static method. 
com.ideo.sweetdev.core.log.LogHelper.fatal(String, Throwable)
          Use the same method on an instance of ILog instead of calling this static method. 
com.ideo.sweetdev.core.log.ILog.fatal(String, Throwable, String)
          use void fatal(Object _message, Throwable _e) instead 
com.ideo.sweetdev.core.log.LogHelper.fatal(String, Throwable, String)
          Use the same method on an instance of ILog instead of calling this static method. 
com.ideo.sweetdev.presentation.struts.tag.table.TableBeans.generateCheckBoxHeaderColumn(StringBuffer)
          this method is never called. 
com.ideo.sweetdev.presentation.struts.tag.date.drawer.DateDrawerUtil.generateHeader(StringBuffer, DateTag, String)
          use DateDrawerUtil.generateHeader(StringBuffer, DateTag) instead 
com.ideo.sweetdev.presentation.struts.tag.date.drawer.DateDrawerUtil.generateHeader(StringBuffer, String, String, String)
          attribut _drawerClassName is no longer use, please use generateHeader(StringBuffer _buffer, String _controlName, String _styleClassName) instead 
com.ideo.sweetdev.presentation.struts.tag.date.drawer.DateDrawerUtil.generateHeader(StringBuffer, String, String, String, String, String)
          attribut _drawerClassName is no longer use, please use generateHeader(StringBuffer _buffer, String _controlName, String _nowrap, String _localLabel, String _styleClassName) instead 
com.ideo.sweetdev.presentation.struts.tag.tabsheet.drawer.TabSheetGroupDrawer.generateImage(String, String)
          this method is now in HtmlUtil class 
com.ideo.sweetdev.presentation.struts.tag.fielditerator.FieldIteratorTag.generateImage(String, String, Locale)
          this method is now in HtmlUtil class 
com.ideo.sweetdev.presentation.struts.tag.table.drawer.BaseDrawer.generateNavLinkColumn(int, StringBuffer, int, String[], HashMap, int)
          use BaseDrawer.generateNavLinkColumn(PageContext, int, StringBuffer, int, String[], HashMap, int) instead. 
com.ideo.sweetdev.presentation.struts.tag.table.TableBeans.generateTableBegin(StringBuffer)
          use @link #generateTableBegin(StringBuffer, String) instead. 
com.ideo.sweetdev.presentation.struts.tag.back.BackTag.generateUrl(HttpSession, StringBuffer, boolean)
          use BackTag.generateUrl(PageContext, StringBuffer, boolean) 
com.ideo.sweetdev.presentation.struts.tag.table.TableBeans.getArrayListData()
          use getListData() instead 
com.ideo.sweetdev.presentation.struts.tag.table.tableStyle.TableStyleBeans.getArrayListData()
          use getListData() instead 
com.ideo.sweetdev.data.service.datasource.BufferResultSet.getBigDecimal(int, int)
            
com.ideo.sweetdev.data.service.datasource.BufferResultSet.getBigDecimal(String, int)
            
com.ideo.sweetdev.presentation.struts.tag.table.TableTag.getColumnsalign()
          use getAligns() instead 
com.ideo.sweetdev.presentation.struts.tag.table.TableTag.getColumnswidth()
          use getWidths() instead 
com.ideo.sweetdev.presentation.struts.tag.checkboxtable.CheckBoxTableTag.getContext()
          use getPageContext() instead. 
com.ideo.sweetdev.presentation.struts.tag.locale.drawer.LocaleChooserFlagDrawer.getCoordLeft()
          use localeFlags css class instead 
com.ideo.sweetdev.presentation.struts.tag.locale.drawer.LocaleChooserFlagDrawer.getCoordTop()
          use localeFlags css class instead 
com.ideo.sweetdev.presentation.struts.tag.tip.TipInitTag.getDrawerClassName()
          use com.ideo.sweetdev.presentation.struts.tag.tip.TipInitTag#getDrawer() instead 
com.ideo.sweetdev.presentation.struts.tag.table.util.MappingDataUtil.getFormattedDataAtIndex(int, Object[], ArrayList, String, IFormatter, HashMap, HttpSession)
          use getFormattedDataAtIndex(int _beanIndex, Object[] _data, List _beanList, String _mappingId, IFormatter _defaultFormatter, HashMap _cellFormatters, HttpSession _session) instead 
com.ideo.sweetdev.presentation.struts.tag.filter.drawer.AbstractCriteriaDrawer.getHtmlOperatorSelectCode(AbstractCriteria, Locale, String)
          @link #getHtmlOperatorSelectCode(AbstractCriteria, Locale, String, String) instead. 
com.ideo.sweetdev.presentation.struts.tag.filter.drawer.AbstractCriteriaBarDrawer.getHtmlOperatorSelectCode(Collection, Locale)
          @link #getHtmlOperatorSelectCode(Collection, Locale, String) instead. 
com.ideo.sweetdev.presentation.struts.tag.combobox.drawer.ComboBoxDrawer.getIterator(String, String)
          use ComboBoxTag.getIterator(String, String) instead 
com.ideo.sweetdev.core.log.LogHelper.getLog()
          Use LogHelper.getLog(String _category) instead. 
com.ideo.sweetdev.core.log.LogHelper.getLogLevel(String)
          Use getLogLevel() on a ILog instance instead. 
com.ideo.sweetdev.presentation.service.resources.ResourceHelper.getMessage(Locale, String)
          use String getMessage(String _key, Locale _locale) instead 
com.ideo.sweetdev.presentation.service.resources.IResourceService.getMessage(Locale, String)
          use getMessage(String _key, Locale _locale) instead 
com.ideo.sweetdev.presentation.service.context.ContextService.getMethodList()
          not used any more 
com.ideo.sweetdev.presentation.struts.tag.listdetail.action.NavigationAction.getNavigationBean(HttpServletRequest)
          use NavigationUtil.getNavigationBean instead. 
com.ideo.sweetdev.presentation.struts.tag.listdetail.action.NavigationAction.getNavigationListName(String)
          use Navigation.getNavigationListName instead. 
com.ideo.sweetdev.data.service.datasource.BufferResultSet.getNumberOfColumns()
          Use getColumnCount() instead 
com.ideo.sweetdev.data.service.datasource.BufferResultSet.getNumberOfRows()
          Use getRowCount() method instead 
com.ideo.sweetdev.presentation.struts.tag.filter.FilterTag.getOnChangeAttribute(MultiValueTextCriteria)
          use com.ideo.sweetdev.presentation.struts.tag.filter.FilterTag#getOnChangeAttribute(com.ideo.sweetdev.presentation.service.filter.bean.criteria.MultiValueTextCriteria, java.util.Locale) instead 
com.ideo.sweetdev.presentation.service.filter.IFilterService.getOptionnalCriteriaCodeList(String)
          use getOptionalCriteriaCodeList(java.lang.String) instead 
com.ideo.sweetdev.presentation.service.filter.FilterService.getOptionnalCriteriaCodeList(String)
          use getOptionalCriteriaCodeList(java.lang.String) instead 
com.ideo.sweetdev.presentation.service.filter.bean.Filter.getOptionnalCriteriaList()
          use getOptionalCriteriaList() instead 
com.ideo.sweetdev.presentation.struts.tag.table.util.MappingDataUtil.getRawDataAtIndex(int, ArrayList, String, IMappingParams)
          use getRawDataAtIndex(int _iIndex, List _dataList, String _mappingId, IMappingParams _mappingParams) 
com.ideo.sweetdev.presentation.struts.tag.filter.FilterTag.getSelectValuesButtonTarget(MultiValueTextCriteria)
          use com.ideo.sweetdev.presentation.struts.tag.filter.FilterTag#getSelectValuesButtonTarget(com.ideo.sweetdev.presentation.service.filter.bean.criteria.AbstractCriteria) instead 
com.ideo.sweetdev.presentation.service.skin.SkinHelper.getSkin()
          use getCurrentSkinName(PageContext) or getCurrentSkinName(HttpServletRequest) 
com.ideo.sweetdev.data.service.datacaller.proccaller.ProcCaller.getTransactionConnection()
          Use IProcCaller.getConnection method instead 
com.ideo.sweetdev.data.service.datasource.BufferResultSet.getUnicodeStream(int)
          use getCharacterStream in place of getUnicodeStream 
com.ideo.sweetdev.data.service.datasource.BufferResultSet.getUnicodeStream(String)
          use getCharacterStream instead 
com.ideo.sweetdev.presentation.struts.tag.exportexcel.helper.ReportXlsHelper.getXlsReport(List, Locale, String, String[], List, String, OutputStream)
          use ReportXlsHelper.getXlsReport(List, Locale, String[], List, ExportExcelBean, OutputStream, HttpServletRequest) instead. 
com.ideo.sweetdev.core.log.ILog.info(String, String)
          use void info(Object _message) instead 
com.ideo.sweetdev.core.log.LogHelper.info(String, String)
          Use the same method on an instance of ILog instead of calling this static method. 
com.ideo.sweetdev.core.log.LogHelper.info(String, Throwable)
          Use the same method on an instance of ILog instead of calling this static method. 
com.ideo.sweetdev.core.log.ILog.info(String, Throwable, String)
          use void info(Object _message, Throwable _e) instead 
com.ideo.sweetdev.core.log.LogHelper.info(String, Throwable, String)
          Use the same method on an instance of ILog instead of calling this static method. 
com.ideo.sweetdev.presentation.struts.tag.date.drawer.DateDrawer.insertJavaScript(StringBuffer, PageContext, Locale)
          use com.ideo.sweetdev.presentation.struts.tag.date.drawer.DateDrawer#insertJavaScript(java.lang.StringBuffer, javax.servlet.jsp.PageContext, java.util.Locale, java.lang.String) instead 
com.ideo.sweetdev.presentation.struts.tag.table.TableTag.instantiateTableDataBeanNoMapping(ArrayList, IUser)
          use instantiateTableDataBeanNoMapping(List _datas, IUser _user) instead 
com.ideo.sweetdev.core.service.broker.objectconnector.ObjectConnector.isStaticMethod(String, String)
          use ReflectHelper.isStaticMethod(classname, methodname) instead 
com.ideo.sweetdev.core.exception.CriticalException.parameters()
          use getParameters instead 
com.ideo.sweetdev.presentation.struts.tag.table.util.TableBeansUtil.removeCheckBox(HttpServletRequest, String)
            
com.ideo.sweetdev.presentation.struts.tag.table.util.TableBeansUtil.removeCheckBox(HttpSession, String)
            
com.ideo.sweetdev.data.controller.jurisdiction.AbstractDBJurisdictionDataController.resultSetToPageBeanMap(ResultSet, Map)
          this method is not used anymore by sub classes 
com.ideo.sweetdev.data.controller.param.AbstractDBParamDataController.resultSetToPageControlBeanMap(ResultSet)
          use AbstractDBParamDataController.resultSetToParameterMap(ResultSet) instead. 
com.ideo.sweetdev.presentation.struts.tag.picklist.PickListDropDownTag.searchLabel(int)
          use com.ideo.sweetdev.presentation.struts.tag.picklist.PickListDropDownTag#searchLabel(int, java.util.Locale) instead. 
com.ideo.sweetdev.presentation.struts.tag.table.TableBeans.setArrayListData(ArrayList)
          use setData() 
com.ideo.sweetdev.presentation.struts.tag.table.TableTag.setColumnsalign(String)
          use setAligns(String _aligns) instead 
com.ideo.sweetdev.presentation.struts.tag.table.TableTag.setColumnswidth(String)
          use setWidths(String _widths) instead 
com.ideo.sweetdev.presentation.struts.tag.locale.drawer.LocaleChooserFlagDrawer.setCoordLeft(String)
          use localeFlags css class instead 
com.ideo.sweetdev.presentation.struts.tag.locale.drawer.LocaleChooserFlagDrawer.setCoordTop(String)
          use localeFlags css class instead 
com.ideo.sweetdev.presentation.service.context.IContextService.setCurrentContext(IUser, BasicContextInfo)
          use addCurrentContext 
com.ideo.sweetdev.presentation.service.context.IContextService.setCurrentContext(IUser, String, String)
          use addCurrentContext 
com.ideo.sweetdev.presentation.struts.tag.tip.TipInitTag.setDrawerClassName(String)
          use com.ideo.sweetdev.presentation.struts.tag.tip.TipInitTag#setDrawer(java.lang.String) instead 
com.ideo.sweetdev.presentation.struts.tag.listdetail.NavigationBarTag.setImgAltList(String)
          use setAltKeyList instead 
com.ideo.sweetdev.presentation.struts.tag.listdetail.NavigationBarTag.setImgAltNext(String)
          use setAltKeyNext 
com.ideo.sweetdev.presentation.struts.tag.listdetail.NavigationBarTag.setImgAltPrev(String)
          use setAltKeyPrev 
com.ideo.sweetdev.core.log.LogHelper.setLog(ILogManager)
          Create an ILog instance with LoggerHelper.getLog(String category) instead. 
com.ideo.sweetdev.presentation.service.context.ContextService.setMethodList(HashMap)
          not used any more 
com.ideo.sweetdev.core.service.broker.BrokerCaller.setService(String)
          Use setEvent method instead. 
com.ideo.sweetdev.presentation.service.skin.SkinHelper.setSkin(String)
          use setCurrentSkinName(PageContext, String skinName) or setCurrentSkinName(HttpServletRequest, String skinName) 
com.ideo.sweetdev.core.util.date.DateManager.today()
          Use Calendar.getInstance() instead 
com.ideo.sweetdev.business.controller.menu.IMenuBusinessController.updateMenu(MenuBean, IUser, String)
          Use MenuHelper.updateMenu instead. 
com.ideo.sweetdev.core.log.ILog.warn(String, String)
          use void warn(Object _message) instead 
com.ideo.sweetdev.core.log.ILog.warn(String, Throwable, String)
          use void warn(Object _message, Throwable _e) instead 
com.ideo.sweetdev.core.log.LogHelper.warning(String, String)
          Use the same method on an instance of ILog instead of calling this static method. 
com.ideo.sweetdev.core.log.LogHelper.warning(String, Throwable)
          Use the same method on an instance of ILog instead of calling this static method. 
com.ideo.sweetdev.core.log.LogHelper.warning(String, Throwable, String)
          Use the same method on an instance of ILog instead of calling this static method. 
com.ideo.sweetdev.core.log.ILog.write(int, String, String)
          use specific method debug(...), info(...), warn(...), error(...) or fatal(...) methods instead 
com.ideo.sweetdev.core.log.ILog.write(int, String, Throwable)
          use specific method debug(...), info(...), warn(...), error(...) or fatal(...) methods instead 
com.ideo.sweetdev.core.log.ILog.write(int, String, Throwable, String)
          use specific method debug(...), info(...), warn(...), error(...) or fatal(...) methods instead 
 

Deprecated Constructors
com.ideo.sweetdev.presentation.struts.tag.table.link.BeansLineLink(String, String, String, String, HttpSession)
          use BeansLineLink.BeansLineLink(String, String, String, String, PageContext) instead. 
com.ideo.sweetdev.presentation.struts.tag.table.data.TableListDataBeanNoMapping(List, String[], String[], String[], String[], IUser)
            
com.ideo.sweetdev.presentation.struts.tag.table.data.TableListDataBeanNoMapping(List, String[], String[], String[], String[], IUser, String[])
            
com.ideo.sweetdev.presentation.struts.tag.tabsheet.drawer.TabSheetGroupDrawer()
          @link #TabSheetGroupDrawer(TagSupport) instead.