-
MethodDescriptionIn 3.18 due to type in the method nameIn BASE 3.18; use
Application.start(StartupOptions)
insteadIn 3.12. Applications should use separate DbControl instead.In 3.11. Applications should use separate DbControl instead.In 3.12. Applications should use separate DbControl instead.In 3.15, useItemContext.setRecent(Item, BasicItem, int)
which support 'null' entriesIn 3.15, useItemContext.setRecent(Item, BasicItem, String, int)
which support 'null' entriesIn 3.15, useItemContext.setRecent(Item, BasicItem, ItemSubtype, int)
which support 'null' entriesIn 3.15, useItemList.removeItem(Listable item)
insteadIn 3.12. useLogControl.createSqlQuery(String, Class)
insteadIn 3.11, useSessionControl.getAllRoles()
orSessionControl.getActiveRoles()
insteadIn 3.14. Calling this is ignored and the signal handler will always use the interrupt method.In 3.15, useFlatFileParser.getDateMapper(String)
orFlatFileParser.getTimestampMapper(String)
andMapper.getDate(FlatFileParser.Data)
insteadIn 3.19.8, implement theRenderer.render(Action, Extension)
method instead. This method will never be called from the BASE core except for the default implementation ofRenderer.render(Action, Extension)
.In 3.15, useFlatFileParser.Data.getString(int)
instead or one of the other getXxx() method to return a given data type directlyIn 3.15, useMapper.getString(FlatFileParser.Data)
instead or one of the other getXxxx() methods to get a given data type directly
-
ConstructorDescriptionIn 3.17, use
FileViewerUtil.getOrCreate(JspContext, FileViewerContext)
insteadnet.sf.basedb.core.AnnotationBetweenRestriction(String, int, Type, Object, Object, boolean, boolean) In 3.11In 3.14, useTableInfo(Table, DatabaseMetaData, String, String)
insteadIn 3.15, useColumnMapper(int, String, NumberFormat, Formatter, boolean)
insteadIn 3.15, useJepMapper(String, List, NumberFormat, Formatter, boolean, JepFunction...)
insteadIn 3.15, useJepMapper(String, List, NumberFormat, Formatter, boolean, JepFunction...)
insteadIn 3.15, useJepMapper(String, List, NumberFormat, Formatter, boolean, JepFunction...)
instead
ServiceSessionControl.createSessionFactoryConfiguration(String, String, int, ClassLoader)
instead