|
Deprecated Methods |
railo.runtime.type.scope.Undefined.addCollection(Query)
use instead Undefined.addQuery(Query) |
railo.runtime.type.Query.addColumn(String, Array)
use instead Query.addColumn(railo.runtime.type.Collection.Key, Array) |
railo.runtime.type.Query.addColumn(String, Array, int)
use instead Query.addColumn(railo.runtime.type.Collection.Key, Array, int) |
railo.runtime.type.Objects.call(PageContext, String, Object[])
use instead Objects.call(PageContext, railo.runtime.type.Collection.Key, Object[]) |
railo.runtime.type.Objects.callWithNamedValues(PageContext, String, Struct)
use instead Objects.callWithNamedValues(PageContext, railo.runtime.type.Collection.Key, Struct) |
railo.commons.io.res.Resource.canRead()
use instead #isReadable() |
railo.commons.io.res.Resource.canWrite()
use instead #isWriteable() |
railo.runtime.type.Collection.containsKey(String)
use instead Collection.containsKey(railo.runtime.type.Collection.Key) |
railo.commons.io.res.Resource.createNewFile()
use instead #createFile(boolean) |
railo.runtime.util.Creation.createQuery(DatasourceConnection, SQL, int, String)
replaced with Creation.createQuery(DatasourceConnection, SQL, int, int, int, String) |
railo.commons.io.res.Resource.delete()
replaced with method remove(boolean) |
railo.runtime.PageContext.get(Object, String)
use instead PageContext.get(Object, railo.runtime.type.Collection.Key) |
railo.runtime.PageContext.get(Object, String, Object)
use instead PageContext.get(Object, railo.runtime.type.Collection.Key, Object) |
railo.runtime.type.Objects.get(PageContext, String)
use instead Objects.get(PageContext, railo.runtime.type.Collection.Key) |
railo.runtime.type.Objects.get(PageContext, String, Object)
use instead Objects.get(PageContext, railo.runtime.type.Collection.Key, Object) |
railo.runtime.type.Collection.get(String)
use instead Collection.get(railo.runtime.type.Collection.Key) |
railo.runtime.type.Collection.get(String, Object)
use instead Collection.get(railo.runtime.type.Collection.Key, Object) |
railo.runtime.type.Query.getAt(String, int)
use instead Query.getAt(railo.runtime.type.Collection.Key, int) |
railo.runtime.type.Query.getAt(String, int, Object)
use instead Query.getAt(railo.runtime.type.Collection.Key, int, Object) |
railo.runtime.type.scope.Undefined.getCascading(String)
use instead Undefined.getCascading(railo.runtime.type.Collection.Key) |
railo.runtime.PageContext.getCollection(Object, String)
use instead PageContext.getCollection(Object, railo.runtime.type.Collection.Key, Object) |
railo.runtime.PageContext.getCollection(Object, String, Object)
use instead PageContext.getCollection(Object, railo.runtime.type.Collection.Key, Object) |
railo.runtime.type.scope.Undefined.getCollection(String)
use instead Undefined.getCollection(railo.runtime.type.Collection.Key) |
railo.runtime.type.scope.Undefined.getCollectionStack()
use instead Undefined.getQueryStack() |
railo.runtime.type.Query.getColumn(String)
use instead Query.getColumn(railo.runtime.type.Collection.Key) |
railo.runtime.type.Query.getColumn(String, QueryColumn)
use instead Query.getColumn(railo.runtime.type.Collection.Key, QueryColumn) |
railo.runtime.util.QueryStack.getDataFromACollection(Collection.Key)
use instead QueryStack.getDataFromACollection(PageContext,Collection.Key) |
railo.runtime.util.QueryStack.getDataFromACollection(String)
use instead QueryStack.getDataFromACollection(PageContext,String) |
railo.runtime.config.Config.getDefaultDumpWriter()
use instead getDefaultDumpWriter(int defaultType) |
railo.runtime.type.FunctionArgument.getDspName()
replaced with getDisplayName(); |
railo.runtime.config.Config.getDumpWriter(String)
use instead getDumpWriter(String key,int defaultType) |
railo.runtime.config.Config.getErrorTemplate()
replaced with getErrorTemplate(int status) |
railo.runtime.type.ref.Reference.getKeyAsString()
use instead Reference.getKey() |
railo.runtime.PageContext.getReference(Object, String)
use instead PageContext.getReference(Object, railo.runtime.type.Collection.Key) |
railo.runtime.type.Iterator.go(int)
use instead Iterator.go(int,int) |
railo.commons.io.res.Resource.isArchive()
use instead Resource.getAttribute(short) |
railo.commons.io.res.Resource.isHidden()
use instead Resource.getAttribute(short) |
railo.commons.io.res.Resource.isSystem()
use instead Resource.getAttribute(short) |
railo.runtime.type.Iteratorable.iterator()
use instead Iteratorable.keyIterator() |
railo.runtime.type.Collection.keysAsString()
use instead Collection.keys() |
railo.commons.io.res.Resource.mkdir()
use #createDirectory(boolean) |
railo.commons.io.res.Resource.mkdirs()
use #createDirectory(boolean) |
railo.runtime.type.Iterator.next()
use instead Iterator.next(int) |
railo.runtime.type.scope.Undefined.removeCollection()
Undefined.removeQuery() |
railo.runtime.type.Query.removeColumn(String)
use instead Query.removeColumn(railo.runtime.type.Collection.Key) |
railo.runtime.type.Query.removeColumnEL(String)
use instead Query.removeColumnEL(railo.runtime.type.Collection.Key) |
railo.commons.io.res.Resource.renameTo(Resource)
use instead #moveTo(Resource) |
railo.runtime.type.Iterator.reset()
use instead Iterator.reset(int) |
railo.runtime.PageContext.set(Object, String, Object)
use instead PageContext.set(Object, railo.runtime.type.Collection.Key, Object) |
railo.runtime.type.Objects.set(PageContext, String, Object)
use instead Objects.set(PageContext, railo.runtime.type.Collection.Key, Object) |
railo.runtime.type.Collection.set(String, Object)
use instead Collection.set(railo.runtime.type.Collection.Key, Object) |
railo.commons.io.res.Resource.setArchive(boolean)
use instead Resource.setAttribute(short, boolean) |
railo.runtime.type.Query.setAt(String, int, Object)
use instead Query.setAtEL(railo.runtime.type.Collection.Key, int, Object) |
railo.runtime.type.Query.setAtEL(String, int, Object)
use instead Query.setAtEL(railo.runtime.type.Collection.Key, int, Object) |
railo.runtime.type.scope.Undefined.setCollectionStack(QueryStack)
use instead Undefined.setQueryStack(QueryStack) |
railo.runtime.type.scope.Cookie.setCookie(String, Object, int, boolean, String, String)
replaced with setCookie(Collection.Key name, Object value, int expires, boolean secure, String path, String domain) |
railo.runtime.type.scope.Cookie.setCookie(String, Object, Object, boolean, String, String)
replaced with setCookie(Collection.Key name, Object value, Object expires, boolean secure, String path, String domain) |
railo.runtime.type.scope.Cookie.setCookieEL(String, Object, int, boolean, String, String)
replaced with setCookieEL(Collection.Key name, Object value, int expires, boolean secure, String path, String domain |
railo.runtime.type.Objects.setEL(PageContext, String, Object)
use instead Objects.setEL(PageContext, railo.runtime.type.Collection.Key, Object) |
railo.runtime.type.Collection.setEL(String, Object)
use instead Collection.setEL(railo.runtime.type.Collection.Key, Object) |
railo.commons.io.res.Resource.setHidden(boolean)
use instead Resource.setAttribute(short, boolean) |
railo.runtime.PageContext.setLocale(String)
use instead PageContext.setLocale(Locale) |
railo.commons.io.res.Resource.setReadOnly()
use instead Resource.setWritable(boolean) |
railo.commons.io.res.Resource.setSystem(boolean)
use instead Resource.setAttribute(short, boolean) |
railo.runtime.type.Query.sort(String)
use instead Query.sort(railo.runtime.type.Collection.Key) |
railo.runtime.type.Query.sort(String, int)
use instead Query.sort(railo.runtime.type.Collection.Key, int) |
railo.runtime.PageContext.touch(Object, String)
use instead PageContext.touch(Object, railo.runtime.type.Collection.Key) |