org.olat.presentation.framework.core.components.form.Form.addSubmitKey(String)
since 19.07.2006 replaced by addSubmitKey(String submitKeyi18n, String identifier) .
|
org.olat.data.commons.fileutil.FileUtils.copy(InputStream, OutputStream) |
org.olat.data.notification.DaoObjectMother.createForumPublisher(Long, Long, Long) |
org.olat.presentation.course.nodes.ObjectivesHelper.createLearningObjectivesComponent(String, UserRequest)
use the method with Locale instead. The locale is in ureq.getLocale().
|
org.olat.test.util.selenium.olatapi.course.run.TopicAssignmentRun.createTopic(String, String, String, String, String, String, String, boolean, int, String, boolean) |
org.olat.data.basesecurity.BaseSecurityManager.deleteNamedGroup(String) |
org.olat.data.basesecurity.BaseSecurity.deleteNamedGroup(String) |
org.olat.presentation.wiki.wikitohtml.WikiMarkupComponent.dispatchRequestForNewTopic(UserRequest, String) |
org.olat.system.commons.encoder.Encoder.encrypt(String) |
org.olat.presentation.framework.core.render.velocity.VelocityRenderDecorator.escapeDoubleQuotes(String)
please use escapeHtml.
|
org.olat.system.commons.Formatter.escapeSingleAndDoubleQuotes(String)
use org.olat.system.commons.StringHelper.escapeJavaScript() instead.
|
org.olat.presentation.scorm.ScormAPIandDisplayController.externalNodeClicked(TreeEvent)
@TODO To be deleted - does logging and would have to go via an event() method
|
org.olat.presentation.ims.cp.CPDisplayController.externalNodeClicked(UserRequest, TreeEvent)
@TODO To be deleted - does logging and would have to go via an event() method
|
org.olat.data.user.UserDao.findUserByEmail(String)
use findIdentityByEmail() instead
|
org.olat.system.commons.Formatter.formatWikiMarkup(String) |
org.olat.presentation.framework.core.render.velocity.VelocityRenderDecorator.formatWikiMarkup(String) |
org.olat.data.commons.xml.XStreamHelper.fromXML(String) |
org.olat.presentation.framework.core.components.table.HrefGenerator.generate(int, String)
FIXME:fj:b a new concept is needed here, since it is too generic to conform to e.g. urlbuilding (any javascript can be inserted here)
|
org.olat.lms.course.run.environment.CourseEnvironmentImpl.getCourseGroupManager() |
org.olat.data.basesecurity.Authentication.getCredential() |
org.olat.data.basesecurity.BaseSecurityManager.getDeletedIdentitiesByName(String) |
org.olat.data.basesecurity.BaseSecurity.getDeletedIdentitiesByName(String) |
org.olat.data.course.statistic.SimpleStatisticInfoHelper.getFirstLoggingTableCreationDate()
refactor SimpleStatisticInfoHelper in 6.4 !!!
|
org.olat.lms.user.propertyhandler.UserPropertyHandler.getFormElement(Locale, User, String, boolean)
Use FlexiForms instead of the old forms.
|
org.olat.presentation.framework.core.components.tree.GenericTreeNode.getImageURI() |
org.olat.presentation.framework.dispatcher.legacy.PathHandler.getInputStream(HttpServletRequest, ResourceDescriptor)
Please use GlobalMapperRegistry if you need to provide an url for e.g. static resources which are shared by all users
|
org.olat.data.reference.ReferenceDao.getInstance() |
org.olat.data.commons.vfs.version.VersionsManager.getInstance() |
org.olat.data.group.context.BGContextDaoImpl.getInstance() |
org.olat.lms.group.right.BGRightManagerImpl.getInstance() |
org.olat.data.resource.OLATResourceManager.getInstance() |
org.olat.lms.commons.fileresource.FileResourceManager.getInstance() |
org.olat.lms.glossary.GlossaryManager.getInstance() |
org.olat.data.commons.vfs.QuotaManager.getInstance() |
org.olat.data.group.area.BGAreaDaoImpl.getInstance() |
org.olat.lms.admin.jmx.JMXManager.getInstance() |
org.olat.lms.sharedfolder.SharedFolderManager.getInstance() |
org.olat.lms.repository.RepositoryServiceImpl.getInstance() |
org.olat.lms.ims.qti.IQManager.getInstance() |
org.olat.data.properties.PropertyManager.getInstance() |
org.olat.system.coordinate.Coordinator.getLocker() |
org.olat.system.coordinate.Coordinator.getNodeId()
if you really need the node id try to access it via spring. Search the spring files for ${node.id} for an example. Calling this method depends on a
fully loaded OLAT and this is not what you want when doing unit testing without OLAT. If you like to have a service which only runs on one node there
is a concept called singleton services. See the UpgradeManager spring config for an example.
|
org.olat.presentation.framework.core.translator.PackageUtil.getPackageName(Class)
please use createPackageTranslator.... Returns the package name for this class
|
org.olat.lms.coordinate.LockingServiceImpl.getPersistentLockManager() |
org.olat.presentation.framework.dispatcher.legacy.PathHandler.getResourceDescriptor(HttpServletRequest, String)
Please use GlobalMapperRegistry if you need to provide an url for e.g. static resources which are shared by all users
|
org.olat.lms.user.propertyhandler.UserPropertyHandler.getStringValue(FormElement)
Use FlexiForms instead of the old forms.
|
org.olat.presentation.framework.dispatcher.legacy.PathHandler.init(String)
Please use GlobalMapperRegistry if you need to provide an url for e.g. static resources which are shared by all users
|
org.olat.system.coordinate.Coordinator.isClusterMode() |
org.olat.test.util.setup.SetupType.isSingleVm()
not supported anymore
|
org.olat.lms.user.propertyhandler.UserPropertyHandler.isValid(FormElement, Map)
Use FlexiForms instead of the old forms.
|
org.olat.lms.learn.notification.service.NotificationLearnService.notifySubscribers() |
org.olat.lms.core.notification.service.NotificationService.notifySubscribers() |
org.olat.lms.core.notification.impl.NotificationServiceImpl.notifySubscribers() |
org.olat.data.filebrowser.metadata.MetaInfoFileImpl.parseXMLdom(File) |
org.olat.presentation.framework.core.control.WindowControl.pushToMainArea(Component)
todo merge with pushAsModalDialog (pb)
|
org.olat.presentation.framework.core.components.Container.put(Component)
Please use put(String name, Component component) instead!
|
org.olat.presentation.framework.core.components.panel.Panel.put(Component) |
org.olat.data.commons.xml.XStreamHelper.readObject(File) |
org.olat.data.commons.xml.XStreamHelper.readObject(InputStream) |
org.olat.lms.course.tree.CourseEditorTreeModel.removeCourseNode(CourseNode)
REVIEW:pb: no longer used? it is not referenced from java, and also not found in velocity *.html
|
org.olat.presentation.framework.core.components.form.Form.removeFormElements()
construct a new form if needed
|
org.olat.presentation.framework.core.components.ComponentRenderer.renderHeaderIncludes(Renderer, StringOutput, Component, URLBuilder, Translator, RenderingState)
please use either the validate(..) method in Component.java in your component or create a new JSAndCSSComponent(...) in your controller which you can
then include in your render tree. This method here is legacy and does not support web 2.0 mode.
things like css and .js files to be loaded in the tag, e.g.
|
org.olat.data.basesecurity.Authentication.setCredential(String) |
org.olat.presentation.framework.core.components.tree.GenericTreeNode.setImageURI(String) |
org.olat.lms.ims.cp.objects.CPItem.setNewUniqueIDrev() |
org.olat.presentation.framework.core.components.velocity.VelocityContainer.setPage(String)
Rather use panels to swap views
|
org.olat.presentation.framework.core.components.tabbedpane.TabbedPane.setSelectedPane(String) |
org.olat.presentation.framework.core.components.form.Form.setSubmitKey(String)
since 22.11.2005 replaced by addSubmitKey(String submitKeyi18n, String identifier) .
|
org.olat.lms.course.condition.interpreter.ConditionInterpreter.syntaxTestCalculation(String)
TODO: remove as it is no longer referenced, except test?
|
org.olat.data.commons.xml.XStreamHelper.toXML(Object) |
org.olat.lms.user.propertyhandler.UserPropertyHandler.updateFormElementFromUser(FormElement, User)
Use FlexiForms instead of the old forms.
|
org.olat.lms.user.propertyhandler.UserPropertyHandler.updateUserFromFormElement(User, FormElement)
Use FlexiForms instead of the old forms.
|
org.olat.data.commons.xml.XStreamHelper.writeObject(File, Object) |
org.olat.data.commons.xml.XStreamHelper.writeObject(OutputStream, Object) |
org.olat.data.commons.xml.XStreamHelper.writeObject(VFSLeaf, Object) |