| fr.paris.lutece.portal.business.rss.IResourceRss.createHtmlRss()
|
| fr.paris.lutece.portal.business.rss.ResourceRss.createHtmlRss() |
| fr.paris.lutece.portal.service.workflow.IWorkflowProvider.doSaveTasksForm(int, String, int, Integer, HttpServletRequest, Locale, String)
|
| fr.paris.lutece.util.sql.DAOUtil.first()
|
| fr.paris.lutece.portal.web.xpages.XPageApplicationEntry.getApplication()
|
| fr.paris.lutece.portal.service.util.AppPathService.getBaseUrl()
|
| fr.paris.lutece.portal.service.portal.PortalService.getCacheableServicesList()
Use CacheService.getCacheableServicesList() instead
|
| fr.paris.lutece.util.date.DateUtil.getCurrentDateString()
Use getCurrentDateString( Locale locale )
|
| fr.paris.lutece.util.date.DateUtil.getDate(String)
Use formatDate( String strDate, Locale locale )
|
| fr.paris.lutece.util.date.DateUtil.getDateSql(String)
Use formatDateSql( String strDate, Locale locale )
|
| fr.paris.lutece.util.date.DateUtil.getDateString(Date)
Use getDateString( Date date, Locale locale )
|
| fr.paris.lutece.util.date.DateUtil.getDateString(Date)
Use formatDate( String strDate, Locale locale )
|
| fr.paris.lutece.util.date.DateUtil.getDateString(Timestamp)
Use getDateString( java.sql.Timestamp date, Locale locale )
|
| fr.paris.lutece.portal.service.workflow.IWorkflowProvider.getDisplayDocumentHistory(int, String, int, HttpServletRequest, Locale, String) |
| fr.paris.lutece.portal.service.workflow.WorkflowService.getDisplayDocumentHistory(int, String, int, HttpServletRequest, Locale, String) |
| fr.paris.lutece.portal.web.upload.MultipartHttpServletRequest.getFileMap()
|
| fr.paris.lutece.portal.service.search.IndexationService.getIndex()
use getDirectoryIndex( ) instead
|
| fr.paris.lutece.portal.service.spring.SpringContextService.getPluginBean(String, String)
|
| fr.paris.lutece.portal.service.util.AppPathService.getProdUrl()
|
| fr.paris.lutece.portal.service.template.AppTemplateService.getTemplateFromStringFtl(String, Locale, Object) |
| fr.paris.lutece.util.date.DateUtil.getTimestamp(String)
Use formatTimestamp( String strDate, Locale locale )
|
| fr.paris.lutece.portal.service.admin.AdminUserService.getUserAdminRightLevel(HttpServletRequest) |
| fr.paris.lutece.portal.service.message.SiteMessage.isCancel() |
| fr.paris.lutece.portal.service.cache.CacheService.registerCacheableService(String, CacheableService)
use registerCacheableService( CacheableService cs )
|
| fr.paris.lutece.portal.service.portal.PortalService.registerCacheableService(String, CacheableService)
Use CacheService.registerCacheableService( String strName,
CacheableService cs ) instead
|
| fr.paris.lutece.portal.service.portal.PortalService.resetCache()
use CacheService.resetCaches()
|
| fr.paris.lutece.portal.service.mail.MailService.sendMail(String, String, String, String, String)
|
| fr.paris.lutece.portal.web.xpages.XPageApplicationEntry.setApplication(XPageApplication)
should not be used anymore
|
| fr.paris.lutece.portal.service.message.SiteMessage.setCancel(boolean) |
| fr.paris.lutece.util.xml.XmlUtil.transform(Source, Source, Map, Properties) |
| fr.paris.lutece.portal.service.html.XmlTransformerService.transformBySource(String, byte[], Map) |
| fr.paris.lutece.portal.service.html.XmlTransformerService.transformBySource(String, byte[], Map, Properties) |
| fr.paris.lutece.portal.service.html.XmlTransformerService.transformBySource(String, Source, Map, Properties) |