|
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 |