Deprecated Methods |
de.uplanet.lucy.server.newsagent.NewsAgent.done()
This method must not be called anymore. |
de.uplanet.lucy.server.usermanager.usecases.IDsucUser.fromEmailAddress(JdbcConnection, String)
|
de.uplanet.lucy.server.workflow.GroovyRecord.getApplication()
use GroovyRecord.getApplicationInfo() instead. |
de.uplanet.lucy.server.usermanager.IUser.getCannotChange()
Use IUser.isModifiablePassword() instead. |
de.uplanet.lucy.server.workflow.GroovyRecord.getDataGroup()
use GroovyRecord.getDataGroupInfo() instead. |
de.uplanet.lucy.server.mail.MailUtil.getDistinctDataRangeList(IBusinessLogicProcessingContext, MailRecipientInfo, TimeZone)
|
de.uplanet.lucy.server.mail.MailUtil.getDistinctDataRangeList(IBusinessLogicProcessingContext, String, String, String, IFilterElement, TimeZone)
|
de.uplanet.server.transaction.TransactionManager.getInstance()
Call the static methods directly. |
de.uplanet.lucy.server.datatrans.callable.DataTransferCallable.getJobs(String)
Use DataTransferCallable.getJobsHistory(String) instead. |
de.uplanet.lucy.server.usermanager.IUser.getMustChange()
Use IUser.isMustChangePassword() instead. |
de.uplanet.lucy.server.businesslogic.util.IDataRangeDataService.getPreSelectFields()
use getPreSelectFieldsVH instead |
de.uplanet.lucy.server.usermanager.IUser.getPwdExpires()
Use IUser.isPasswordExpires() instead. |
de.uplanet.lucy.server.util.UpCalendar.getStrGMT()
|
de.uplanet.lucy.server.dataobjects.impl.ValueHolderFactory.getValueHolder(IValueHolder>)
Do not use this antipattern. The caller should use explicit code. |
de.uplanet.lucy.server.portalserver.Session.hasAuthenticatedUser()
|
de.uplanet.lucy.server.connector.GroovyServerBridgeRequest.popVariables()
|
de.uplanet.lucy.server.util.db.DbQuery.prepareDeprecated(JdbcConnection, String)
|
de.uplanet.lucy.server.connector.GroovyServerBridgeRequest.pushVariables()
|
de.uplanet.lucy.server.connector.GroovyServerBridgeRequest.put(String, String)
DO ABSOLUTELY NOT USE THIS METHOD! |
de.uplanet.lucy.server.connector.GroovyServerBridgeRequest.putAt(String, Object)
DO ABSOLUTELY NOT USE THIS METHOD! |
de.uplanet.lucy.server.util.URL.putParamUnencoded(String, Object)
The method putParamUnencoded is error-prone and thus not
supported anymore. User putParam instead. |
de.uplanet.lucy.server.newsagent.SingleAppIdFilter.setApplicationId(String)
|
de.uplanet.lucy.server.newsagent.AppIdFilter.setApplicationIdList(List)
|
de.uplanet.lucy.server.util.db.DbPreparedStatement.setDecimal(int, Object)
Use DbPreparedStatement.setBigDecimal(int, Object) instead. |
de.uplanet.lucy.server.util.UpCalendar.setTimeInGMT(String)
|
de.uplanet.io.IOHelper.tarDir(TarArchiveOutputStream, String, File, boolean)
Use TarHelper.tarDir(TarArchiveOutputStream, String, File, boolean, Set) instead. |
de.uplanet.io.IOHelper.untarDir(File, String, File)
Use TarHelper.untarDir(File, String, File) instead. |
de.uplanet.io.IOHelper.unzipDir(File, File)
Use ZipHelper.unzipDir(File, File) instead. |
de.uplanet.io.IOHelper.unzipDir(ZipFile, String, File)
Use ZipHelper.unzipDir(ZipFile, String, File) instead. |
de.uplanet.io.IOHelper.unzipDir(ZipInputStream, String, File)
Use ZipHelper.unzipDir(ZipInputStream, String, File) instead. |
de.uplanet.lucy.server.util.db.DbDisconnectedRow.value(int)
|
de.uplanet.lucy.server.util.db.DbResultSet.value(int)
Please use getValue(int) or one
of the getXxxValue(int) methods instead. |
de.uplanet.lucy.server.util.db.IDbRow.value(int)
|
de.uplanet.io.IOHelper.zipDir(File, File)
Use ZipHelper.zipDir(File, File) instead. |
de.uplanet.io.IOHelper.zipDir(ZipOutputStream, String, File)
Use ZipHelper.zipDir(ZipOutputStream, String, File) instead. |
de.uplanet.io.IOHelper.zipDir(ZipOutputStream, String, File, boolean)
Use ZipHelper.zipDir(ZipOutputStream, String, File, boolean, Set) instead. |